Home
last modified time | relevance | path

Searched defs:DL (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp19 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/Utils/
DVNCoercion.cpp16 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 …]
DSymbolRewriter.cpp252 RewriteDescriptorList *DL) { in parse()
267 RewriteDescriptorList *DL) { in parse()
293 RewriteDescriptorList *DL) { in parseEntry()
326 RewriteDescriptorList *DL) { in parseRewriteFunctionDescriptor()
396 RewriteDescriptorList *DL) { in parseRewriteGlobalVariableDescriptor()
459 RewriteDescriptorList *DL) { in parseRewriteGlobalAliasDescriptor()
543 SymbolRewriter::RewriteDescriptorList &DL) in RewriteSymbolsLegacyPass()
583 llvm::createRewriteSymbolsPass(SymbolRewriter::RewriteDescriptorList &DL) { in createRewriteSymbolsPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp25 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 …]
DSystemZISelLowering.cpp669 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType()
936 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode()
1271 static SDValue convertLocVTToValVT(SelectionDAG &DAG, const SDLoc &DL, in convertLocVTToValVT()
1300 static SDValue convertValVTToLocVT(SelectionDAG &DAG, const SDLoc &DL, in convertValVTToLocVT()
1326 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerFormalArguments()
1493 SDLoc &DL = CLI.DL; in LowerCall() local
1693 const SDLoc &DL, SelectionDAG &DAG) const { in LowerReturn() argument
1992 static void adjustZeroCmp(SelectionDAG &DAG, const SDLoc &DL, Comparison &C) { in adjustZeroCmp()
2012 static void adjustSubwordCmp(SelectionDAG &DAG, const SDLoc &DL, in adjustSubwordCmp()
2176 static void adjustForSubtraction(SelectionDAG &DAG, const SDLoc &DL, in adjustForSubtraction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryLocation.cpp38 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
DLoads.cpp30 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp43 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp102 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 …]
DBPFISelLowering.cpp39 static void fail(const SDLoc &DL, SelectionDAG &DAG, const Twine &Msg) { in fail()
45 static void fail(const SDLoc &DL, SelectionDAG &DAG, const char *Msg, in fail()
208 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerFormalArguments()
411 const SDLoc &DL, SelectionDAG &DAG) const { in LowerReturn() argument
456 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerCallResult()
504 SDLoc DL(Op); in LowerBR_CC() local
519 SDLoc DL(Op); in LowerSELECT_CC() local
556 SDLoc DL(Op); in LowerGlobalAddress() local
570 DebugLoc DL = MI.getDebugLoc(); in EmitSubregExt() local
620 DebugLoc DL = MI.getDebugLoc(); in EmitInstrWithCustomInserter() local
[all …]
DBPFInstrInfo.cpp33 const DebugLoc &DL, MCRegister DestReg, in copyPhysReg()
129 DebugLoc DL; in storeRegToStackSlot() local
152 DebugLoc DL; in loadRegFromStackSlot() local
223 const DebugLoc &DL, in insertBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMangler.cpp34 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h316 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 …]
DIntrinsicLowering.h26 const DataLayout &DL; variable
31 explicit IntrinsicLowering(const DataLayout &DL) : DL(DL), Warned(false) {} in IntrinsicLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp67 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp344 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 …]
DWebAssemblySelectionDAGInfo.cpp22 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
37 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Op1, SDValue Op2, in EmitTargetCodeForMemmove()
46 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp414 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 …]
DMips16InstrInfo.cpp71 const DebugLoc &DL, MCRegister DestReg, in copyPhysReg()
112 DebugLoc DL; in storeRegToStack() local
130 DebugLoc DL; in loadRegFromStack() local
213 DebugLoc DL; in makeFrame() local
243 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in restoreFrame() local
279 DebugLoc DL; in adjustStackPtrBig() local
323 const DebugLoc &DL, in loadImmediate()
464 DebugLoc DL; in BuildAddiuSpImm() local
DMips16ISelDAGToDAG.cpp45 Mips16DAGToDAGISel::selectMULT(SDNode *N, unsigned Opc, const SDLoc &DL, EVT Ty, in selectMULT()
74 DebugLoc DL; in initGlobalBaseReg() local
100 SDLoc DL(Addr); in selectAddr() local
181 SDLoc DL(Node); in trySelect() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp232 EVT RISCVTargetLowering::getSetCCResultType(const DataLayout &DL, LLVMContext &, in getSetCCResultType()
267 bool RISCVTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode()
413 SDLoc DL(Op); in LowerOperation() local
424 static SDValue getTargetNode(GlobalAddressSDNode *N, SDLoc DL, EVT Ty, in getTargetNode()
429 static SDValue getTargetNode(BlockAddressSDNode *N, SDLoc DL, EVT Ty, in getTargetNode()
435 static SDValue getTargetNode(ConstantPoolSDNode *N, SDLoc DL, EVT Ty, in getTargetNode()
444 SDLoc DL(N); in getAddr() local
484 SDLoc DL(Op); in lowerGlobalAddress() local
521 SDLoc DL(N); in getStaticTLSAddr() local
561 SDLoc DL(N); in getDynamicTLSAddr() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCAliasAnalysis.h40 const DataLayout &DL; variable
43 explicit ObjCARCAAResult(const DataLayout &DL) : AAResultBase(), DL(DL) {} in ObjCARCAAResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp508 SDLoc DL(Op); in LowerOperation() local
532 SDLoc DL(Op); in LowerOperation() local
696 SDLoc DL(Vector); in vectorToVerticalVector() local
712 SDLoc DL(Op); in LowerEXTRACT_VECTOR_ELT() local
727 SDLoc DL(Op); in LowerINSERT_VECTOR_ELT() local
749 const DataLayout &DL = DAG.getDataLayout(); in LowerGlobalAddress() local
762 SDLoc DL(Op); in LowerTrig() local
792 SDLoc DL(Op); in LowerSHLParts() local
828 SDLoc DL(Op); in LowerSRXParts() local
867 SDLoc DL(Op); in LowerUADDSUBO() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalIndirectSymbol.h67 const GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) const { in getBaseObject()
72 GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) { in getBaseObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp41 DebugLoc DL; in storeRegToStackSlot() local
68 DebugLoc DL; in loadRegFromStackSlot() local
92 const DebugLoc &DL, MCRegister DestReg, in copyPhysReg()
269 const DebugLoc &DL, in insertBranch()

12345678910>>...19