| /external/llvm/lib/Target/PowerPC/ | 
| D | PPCMachineFunctionInfo.cpp | 21   const DataLayout &DL = MF.getDataLayout();  in getPICOffsetSymbol()  local 28   const DataLayout &DL = MF.getDataLayout();  in getGlobalEPSymbol()  local 35   const DataLayout &DL = MF.getDataLayout();  in getLocalEPSymbol()  local 42   const DataLayout &DL = MF.getDataLayout();  in getTOCOffsetSymbol()  local
  | 
| /external/llvm/bindings/ocaml/target/ | 
| D | target_ocaml.c | 69 CAMLprim value llvm_datalayout_byte_order(value DL) {  in llvm_datalayout_byte_order() 74 CAMLprim value llvm_datalayout_pointer_size(value DL) {  in llvm_datalayout_pointer_size() 79 CAMLprim LLVMTypeRef llvm_datalayout_intptr_type(LLVMContextRef C, value DL) {  in llvm_datalayout_intptr_type() 84 CAMLprim value llvm_datalayout_qualified_pointer_size(value AS, value DL) {  in llvm_datalayout_qualified_pointer_size() 91                                                            value DL) {  in llvm_datalayout_qualified_intptr_type() 96 CAMLprim value llvm_datalayout_size_in_bits(LLVMTypeRef Ty, value DL) {  in llvm_datalayout_size_in_bits() 101 CAMLprim value llvm_datalayout_store_size(LLVMTypeRef Ty, value DL) {  in llvm_datalayout_store_size() 106 CAMLprim value llvm_datalayout_abi_size(LLVMTypeRef Ty, value DL) {  in llvm_datalayout_abi_size() 111 CAMLprim value llvm_datalayout_abi_align(LLVMTypeRef Ty, value DL) {  in llvm_datalayout_abi_align() 116 CAMLprim value llvm_datalayout_stack_align(LLVMTypeRef Ty, value DL) {  in llvm_datalayout_stack_align() [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ | 
| 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
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | VNCoercion.cpp | 16                                      const DataLayout &DL) {  in canCoerceMustAliasedValueToLoad() 54                                                const DataLayout &DL) {  in coerceAvailableValueToLoadTypeHelper() 151                                       IRBuilder<> &IRB, const DataLayout &DL) {  in coerceAvailableValueToLoadType() 166                                           const DataLayout &DL) {  in analyzeLoadFromClobberingWrite() 219                                    StoreInst *DepSI, const DataLayout &DL) {  in analyzeLoadFromClobberingStore() 247                                   const DataLayout &DL) {  in analyzeLoadFromClobberingLoad() 284                                      MemIntrinsic *MI, const DataLayout &DL) {  in analyzeLoadFromClobberingMemInst() 346                                      const DataLayout &DL) {  in getStoreValueForLoadHelper() 388                             Instruction *InsertPt, const DataLayout &DL) {  in getStoreValueForLoad() 396                                        Type *LoadTy, const DataLayout &DL) {  in getConstantStoreValueForLoad() [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ | 
| D | SystemZSelectionDAGInfo.cpp | 25 static SDValue emitMemMem(SelectionDAG &DAG, const SDLoc &DL, unsigned Sequence,  in emitMemMem() 49     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src,  in EmitTargetCodeForMemcpy() 64 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,  in memsetStore() 76     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst,  in EmitTargetCodeForMemset() 145 static SDValue emitCLC(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,  in emitCLC() 169 static SDValue addIPMSequence(const SDLoc &DL, SDValue CCReg,  in addIPMSequence() 180     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1,  in EmitTargetCodeForMemcmp() 195     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src,  in EmitTargetCodeForMemchr() 221     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest,  in EmitTargetCodeForStrcpy() 231     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1,  in EmitTargetCodeForStrcmp() [all …] 
 | 
| /external/llvm/lib/Target/SystemZ/ | 
| D | SystemZSelectionDAGInfo.cpp | 26 static SDValue emitMemMem(SelectionDAG &DAG, const SDLoc &DL, unsigned Sequence,  in emitMemMem() 50     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src,  in EmitTargetCodeForMemcpy() 65 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,  in memsetStore() 78     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst,  in EmitTargetCodeForMemset() 149 static SDValue emitCLC(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,  in emitCLC() 173 static SDValue addIPMSequence(const SDLoc &DL, SDValue Glue,  in addIPMSequence() 184     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1,  in EmitTargetCodeForMemcmp() 198     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src,  in EmitTargetCodeForMemchr() 225     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest,  in EmitTargetCodeForStrcpy() 235     SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1,  in EmitTargetCodeForStrcmp() [all …] 
 | 
| D | SystemZISelLowering.cpp | 465 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL,  in getSetCCResultType() 518 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL,  in isLegalAddressingMode() 809 static SDValue convertLocVTToValVT(SelectionDAG &DAG, const SDLoc &DL,  in convertLocVTToValVT() 838 static SDValue convertValVTToLocVT(SelectionDAG &DAG, const SDLoc &DL,  in convertValVTToLocVT() 864     const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL,  in LowerFormalArguments() 1035   SDLoc &DL = CLI.DL;  in LowerCall()  local 1238                                    const SDLoc &DL, SelectionDAG &DAG) const {  in LowerReturn()  argument 1284     SDValue Chain, const SDLoc &DL, SelectionDAG &DAG) const {  in prepareVolatileOrAtomicLoad()  argument 1591 static void adjustZeroCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C) {  in adjustZeroCmp() 1611 static void adjustSubwordCmp(SelectionDAG &DAG, const SDLoc &DL,  in adjustSubwordCmp() [all …] 
 | 
| /external/llvm/lib/Analysis/ | 
| D | MemoryLocation.cpp | 24   const auto &DL = LI->getModule()->getDataLayout();  in get()  local 33   const auto &DL = SI->getModule()->getDataLayout();  in get()  local 50   const auto &DL = CXI->getModule()->getDataLayout();  in get()  local 60   const auto &DL = RMWI->getModule()->getDataLayout();  in get()  local 102     const DataLayout &DL = II->getModule()->getDataLayout();  in getForArgument()  local
  | 
| D | Loads.cpp | 29                       const DataLayout &DL) {  in isAligned() 45 static bool isAligned(const Value *Base, unsigned Align, const DataLayout &DL) {  in isAligned() 55     const Value *V, unsigned Align, const APInt &Size, const DataLayout &DL,  in isDereferenceableAndAlignedPointer() 114                                               const DataLayout &DL,  in isDereferenceableAndAlignedPointer() 137 bool llvm::isDereferenceablePointer(const Value *V, const DataLayout &DL,  in isDereferenceablePointer() 186                                        const DataLayout &DL,  in isSafeToLoadUnconditionally() 324   const DataLayout &DL = ScanBB->getModule()->getDataLayout();  in FindAvailableLoadedValue()  local
  | 
| /external/llvm/lib/IR/ | 
| D | Mangler.cpp | 34                                   const DataLayout &DL, char Prefix) {  in getNameWithPrefixImpl() 59                                   const DataLayout &DL,  in getNameWithPrefixImpl() 66                                 const DataLayout &DL) {  in getNameWithPrefix() 71                                 const Twine &GVName, const DataLayout &DL) {  in getNameWithPrefix() 91                                const DataLayout &DL) {  in addByteCountSuffix() 118   const DataLayout &DL = GV->getParent()->getDataLayout();  in getNameWithPrefix()  local
  | 
| /external/llvm/include/llvm/CodeGen/ | 
| D | MachineInstrBuilder.h | 242 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL,  in BuildMI() 249 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL,  in BuildMI() 260                                    const DebugLoc &DL, const MCInstrDesc &MCID,  in BuildMI() 276                                    const DebugLoc &DL, const MCInstrDesc &MCID,  in BuildMI() 285                                    const DebugLoc &DL, const MCInstrDesc &MCID,  in BuildMI() 295                                    const DebugLoc &DL, const MCInstrDesc &MCID,  in BuildMI() 305                                    const DebugLoc &DL,  in BuildMI() 315                                    const DebugLoc &DL,  in BuildMI() 324                                    const DebugLoc &DL,  in BuildMI() 334                                    const DebugLoc &DL,  in BuildMI() [all …] 
 | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | SILowerControlFlow.cpp | 206   DebugLoc DL = From.getDebugLoc();  in Skip()  local 222   const DebugLoc &DL = MI.getDebugLoc();  in skipIfDead()  local 250   DebugLoc DL = MI.getDebugLoc();  in If()  local 273   DebugLoc DL = MI.getDebugLoc();  in Else()  local 306   DebugLoc DL = MI.getDebugLoc();  in Break()  local 320   DebugLoc DL = MI.getDebugLoc();  in IfBreak()  local 335   DebugLoc DL = MI.getDebugLoc();  in ElseBreak()  local 350   DebugLoc DL = MI.getDebugLoc();  in Loop()  local 365   DebugLoc DL = MI.getDebugLoc();  in EndCf()  local 386   DebugLoc DL = MI.getDebugLoc();  in Kill()  local [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ | 
| D | BPFISelDAGToDAG.cpp | 102   SDLoc DL(Addr);  in SelectAddr()  local 138   SDLoc DL(Addr);  in SelectFIAddr()  local 172   SDLoc DL(Op);  in SelectInlineAsmMemoryOperand()  local 195     const DebugLoc &DL = Node->getDebugLoc();  in Select()  local 211       SDLoc DL(Node);  in Select()  local 253   SDLoc DL(Node);  in PreprocessLoad()  local 349   const DataLayout &DL = CurDAG->getDataLayout();  in getConstantFieldValue()  local 391 bool BPFDAGToDAGISel::fillGenericConstant(const DataLayout &DL,  in fillGenericConstant() 428 bool BPFDAGToDAGISel::fillConstantDataArray(const DataLayout &DL,  in fillConstantDataArray() 441 bool BPFDAGToDAGISel::fillConstantArray(const DataLayout &DL,  in fillConstantArray() [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | Loads.cpp | 30 static MaybeAlign getBaseAlign(const Value *Base, const DataLayout &DL) {  in getBaseAlign() 40                       const DataLayout &DL) {  in isAligned() 53     const Value *V, Align Alignment, const APInt &Size, const DataLayout &DL,  in isDereferenceableAndAlignedPointer() 125                                               const DataLayout &DL,  in isDereferenceableAndAlignedPointer() 140                                               const DataLayout &DL,  in isDereferenceableAndAlignedPointer() 160                                     const DataLayout &DL,  in isDereferenceablePointer() 200   auto &DL = LI->getModule()->getDataLayout();  in isDereferenceableAndAlignedInLoop()  local 263                                        const DataLayout &DL,  in isSafeToLoadUnconditionally() 342                                        const DataLayout &DL,  in isSafeToLoadUnconditionally() 385   const DataLayout &DL = ScanBB->getModule()->getDataLayout();  in FindAvailablePtrLoadStore()  local
  | 
| D | MemoryLocation.cpp | 38   const auto &DL = LI->getModule()->getDataLayout();  in get()  local 48   const auto &DL = SI->getModule()->getDataLayout();  in get()  local 67   const auto &DL = CXI->getModule()->getDataLayout();  in get()  local 78   const auto &DL = RMWI->getModule()->getDataLayout();  in get()  local 137     const DataLayout &DL = II->getModule()->getDataLayout();  in getForArgument()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | 
| D | MachineInstrBuilder.h | 316 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL,  in BuildMI() 323 inline MachineInstrBuilder BuildMI(MachineFunction &MF, const DebugLoc &DL,  in BuildMI() 334                                    const DebugLoc &DL, const MCInstrDesc &MCID,  in BuildMI() 350                                    const DebugLoc &DL, const MCInstrDesc &MCID,  in BuildMI() 359                                    const DebugLoc &DL, const MCInstrDesc &MCID,  in BuildMI() 369                                    const DebugLoc &DL, const MCInstrDesc &MCID,  in BuildMI() 379                                    const DebugLoc &DL,  in BuildMI() 389                                    const DebugLoc &DL,  in BuildMI() 398                                    const DebugLoc &DL,  in BuildMI() 408                                    const DebugLoc &DL,  in BuildMI() [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | Mangler.cpp | 34                                   const DataLayout &DL, char Prefix) {  in getNameWithPrefixImpl() 62                                   const DataLayout &DL,  in getNameWithPrefixImpl() 69                                 const DataLayout &DL) {  in getNameWithPrefix() 74                                 const Twine &GVName, const DataLayout &DL) {  in getNameWithPrefix() 94                                const DataLayout &DL) {  in addByteCountSuffix() 121   const DataLayout &DL = GV->getParent()->getDataLayout();  in getNameWithPrefix()  local
  | 
| /external/llvm/lib/Transforms/ObjCARC/ | 
| D | ProvenanceAnalysis.cpp | 35   const DataLayout &DL = A->getModule()->getDataLayout();  in relatedSelect()  local 50   const DataLayout &DL = A->getModule()->getDataLayout();  in relatedPHI()  local 108                                       const DataLayout &DL) {  in relatedCheck() 164                                  const DataLayout &DL) {  in related()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ | 
| D | ProvenanceAnalysis.cpp | 43   const DataLayout &DL = A->getModule()->getDataLayout();  in relatedSelect()  local 58   const DataLayout &DL = A->getModule()->getDataLayout();  in relatedPHI()  local 116                                       const DataLayout &DL) {  in relatedCheck() 164                                  const DataLayout &DL) {  in related()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ | 
| D | AVRISelDAGToDAG.cpp | 67   auto DL = CurDAG->getDataLayout();  in SelectAddr()  local 213   auto DL = CurDAG->getDataLayout();  in SelectInlineAsmMemoryOperand()  local 309   auto DL = CurDAG->getDataLayout();  in select()  local 344   SDLoc DL(N);  in select()  local 375   SDLoc DL(N);  in select()  local 433   SDLoc DL(N);  in select()  local 460   SDLoc DL(N);  in select()  local 472   SDLoc DL(N);  in selectMultiplication()  local 534   SDLoc DL(N);  in trySelect()  local
  | 
| /external/llvm/lib/Target/BPF/ | 
| D | BPFISelDAGToDAG.cpp | 60   SDLoc DL(Addr);  in SelectAddr()  local 95   SDLoc DL(Addr);  in SelectFIAddr()  local 135     const DebugLoc &DL = Node->getDebugLoc();  in Select()  local 151       SDLoc DL(Node);  in Select()  local
  | 
| D | BPFISelLowering.cpp | 36 static void fail(const SDLoc &DL, SelectionDAG &DAG, const char *Msg) {  in fail() 42 static void fail(const SDLoc &DL, SelectionDAG &DAG, const char *Msg,  in fail() 153     const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL,  in LowerFormalArguments() 349                                const SDLoc &DL, SelectionDAG &DAG) const {  in LowerReturn()  argument 394     const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL,  in LowerCallResult() 442   SDLoc DL(Op);  in LowerBR_CC()  local 456   SDLoc DL(Op);  in LowerSELECT_CC()  local 488   SDLoc DL(Op);  in LowerGlobalAddress()  local 499   DebugLoc DL = MI.getDebugLoc();  in EmitInstrWithCustomInserter()  local
  | 
| /external/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyISelLowering.cpp | 218 bool WebAssemblyTargetLowering::isLegalAddressingMode(const DataLayout &DL,  in isLegalAddressingMode() 260 static void fail(const SDLoc &DL, SelectionDAG &DAG, const char *msg) {  in fail() 282   SDLoc DL = CLI.DL;  in LowerCall()  local 444     const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,  in LowerReturn() 472     const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL,  in LowerFormalArguments() 528   SDLoc DL(Op);  in LowerOperation()  local 569     SDLoc DL(Op);  in LowerCopyToReg()  local 609   SDLoc DL(Op);  in LowerGlobalAddress()  local 623   SDLoc DL(Op);  in LowerExternalSymbol()  local 650   SDLoc DL(Op);  in LowerBR_JT()  local [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyISelLowering.cpp | 344 static MachineBasicBlock *LowerFPToInt(MachineInstr &MI, DebugLoc DL,  in LowerFPToInt() 440   DebugLoc DL = MI.getDebugLoc();  in EmitInstrWithCustomInserter()  local 528 bool WebAssemblyTargetLowering::isLegalAddressingMode(const DataLayout &DL,  in isLegalAddressingMode() 577 EVT WebAssemblyTargetLowering::getSetCCResultType(const DataLayout &DL,  in getSetCCResultType() 634 static void fail(const SDLoc &DL, SelectionDAG &DAG, const char *Msg) {  in fail() 658   SDLoc DL = CLI.DL;  in LowerCall()  local 878     const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,  in LowerReturn() 907     const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL,  in LowerFormalArguments() 990   SDLoc DL(Op);  in LowerOperation()  local 1049     SDLoc DL(Op);  in LowerCopyToReg()  local [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ | 
| D | MipsSEISelLowering.cpp | 414   SDLoc DL(Op);  in lowerSELECT()  local 793 static SDValue genConstMult(SDValue X, APInt C, const SDLoc &DL, EVT VT,  in genConstMult() 865   SDLoc DL(N);  in performDSPShiftCombine()  local 1181   SDLoc DL(Op);  in lowerLOAD()  local 1210   SDLoc DL(Op);  in lowerSTORE()  local 1235   SDLoc DL(Op);  in lowerBITCAST()  local 1270   SDLoc DL(Op);  in lowerMulDiv()  local 1287 static SDValue initAccumulator(SDValue In, const SDLoc &DL, SelectionDAG &DAG) {  in initAccumulator() 1295 static SDValue extractLOHI(SDValue Op, const SDLoc &DL, SelectionDAG &DAG) {  in extractLOHI() 1314   SDLoc DL(Op);  in lowerDSPIntr()  local [all …] 
 |