| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | IntrinsicLowering.h | 26 const DataLayout &DL; member in llvm::IntrinsicLowering 31 explicit IntrinsicLowering(const DataLayout &DL) : DL(DL), Warned(false) {} in IntrinsicLowering() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | LowLevelType.cpp | 20 LLT llvm::getLLTForType(Type &Ty, const DataLayout &DL) { in getLLTForType() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | Operator.cpp | 34 bool GEPOperator::accumulateConstantOffset(const DataLayout &DL, in accumulateConstantOffset() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
| H A D | NaryReassociate.h | 168 const DataLayout *DL; member in llvm::NaryReassociatePass
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.h | 78 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) { in getI32Imm() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineFunctionInfo.cpp | 19 const DataLayout &DL = MF.getDataLayout(); in getPICOffsetSymbol() local 26 const DataLayout &DL = MF.getDataLayout(); in getGlobalEPSymbol() local 33 const DataLayout &DL = MF.getDataLayout(); in getLocalEPSymbol() local 40 const DataLayout &DL = MF.getDataLayout(); in getTOCOffsetSymbol() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 12 const DataLayout &DL = M.getDataLayout(); in run() local 52 const DataLayout &DL = M.getDataLayout(); variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | GlobalIndirectSymbol.h | 67 const GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) const { in getBaseObject() argument 72 GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) { in getBaseObject() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | SLPVectorizer.h | 74 const DataLayout *DL = nullptr; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | MemDerefPrinter.cpp | 53 const DataLayout &DL = F.getParent()->getDataLayout(); in runOnFunction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | DemoteRegToStack.cpp | 31 const DataLayout &DL = F->getParent()->getDataLayout(); in DemoteRegToStack() local 116 const DataLayout &DL = P->getModule()->getDataLayout(); in DemotePHIToStack() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMachineFunction.cpp | 45 unsigned AMDGPUMachineFunction::allocateLDSGlobal(const DataLayout &DL, in allocateLDSGlobal() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.cpp | 119 DebugLoc DL = MI->getDebugLoc(); in expandLoadStackGuard() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| H A D | BPFRegisterInfo.cpp | 44 static void WarnSize(int Offset, MachineFunction &MF, DebugLoc& DL) in WarnSize() argument 65 DebugLoc DL = MI.getDebugLoc(); in eliminateFrameIndex() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetObjectFile.cpp | 115 bool LanaiTargetObjectFile::isConstantInSmallSection(const DataLayout &DL, in isConstantInSmallSection() argument 120 MCSection *LanaiTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
| H A D | MSP430MCInstLower.cpp | 52 const DataLayout &DL = Printer.getDataLayout(); in GetJumpTableSymbol() local 69 const DataLayout &DL = Printer.getDataLayout(); in GetConstantPoolIndexSymbol() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 27 const DataLayout &DL = getDataLayout(); in getIntImmCost() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
| H A D | LeonPasses.cpp | 43 DebugLoc DL = DebugLoc(); in runOnMachineFunction() local 130 DebugLoc DL = DebugLoc(); in runOnMachineFunction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombineInternal.h | 54 const DataLayout &DL; member in llvm::TruncInstCombine 79 TruncInstCombine(TargetLibraryInfo &TLI, const DataLayout &DL, in TruncInstCombine() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
| H A D | ProvenanceAnalysis.cpp | 43 const DataLayout &DL = A->getModule()->getDataLayout(); in relatedSelect() local 58 const DataLayout &DL = A->getModule()->getDataLayout(); in relatedPHI() local 115 relatedCheck(const Value *A, const Value *B, const DataLayout &DL) relatedCheck() argument 163 related(const Value *A, const Value *B, const DataLayout &DL) related() argument [all...] |
| H A D | ProvenanceAnalysisEvaluator.cpp | 69 const DataLayout &DL = F.getParent()->getDataLayout(); in runOnFunction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | ConstantProp.cpp | 84 const DataLayout &DL = F.getParent()->getDataLayout(); in runOnFunction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 91 const DataLayout &DL; member
|
| H A D | ObjCARCAliasAnalysis.h | 40 const DataLayout &DL; member in llvm::objcarc::ObjCARCAAResult 43 explicit ObjCARCAAResult(const DataLayout &DL) : AAResultBase(), DL(DL) {} in ObjCARCAAResult() argument
|
| H A D | PHITransAddr.h | 40 const DataLayout &DL; member in llvm::PHITransAddr 52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr() argument
|