Home
last modified time | relevance | path

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

12345678910>>...71

/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp465 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 …]
H A DSystemZSelectionDAGInfo.cpp26 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A 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 …]
/aosp_15_r20/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c69 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp694 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType()
973 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode()
1370 static SDValue convertLocVTToValVT(SelectionDAG &DAG, const SDLoc &DL, in convertLocVTToValVT()
1399 static SDValue convertValVTToLocVT(SelectionDAG &DAG, const SDLoc &DL, in convertValVTToLocVT()
1435 SDLoc DL(In); in lowerI128ToGR128() local
1446 SDLoc DL(In); in lowerGR128ToI128() local
1455 SelectionDAG &DAG, const SDLoc &DL, SDValue Val, SDValue *Parts, in splitValueIntoRegisterParts()
1471 SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
1485 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerFormalArguments()
1668 SDLoc &DL = CLI.DL; in LowerCall() local
[all …]
H A DSystemZSelectionDAGInfo.cpp24 static SDValue createMemMemNode(SelectionDAG &DAG, const SDLoc &DL, unsigned Op, in createMemMemNode()
41 static SDValue emitMemMemImm(SelectionDAG &DAG, const SDLoc &DL, unsigned Op, in emitMemMemImm()
50 static SDValue emitMemMemReg(SelectionDAG &DAG, const SDLoc &DL, unsigned Op, in emitMemMemReg()
61 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
77 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore()
89 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
162 static SDValue addIPMSequence(const SDLoc &DL, SDValue CCReg, in addIPMSequence()
173 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForMemcmp()
189 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForMemchr()
215 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, in EmitTargetCodeForStrcpy()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A 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 …]
H A DMipsISelLowering.cpp577 SDLoc DL(N); in performDivRemCombine() local
654 SDLoc DL(Op); in createFPCmp() local
666 SDValue False, const SDLoc &DL) { in createCMovFP()
705 const SDLoc DL(N); in performSELECTCombine() local
793 SDLoc DL(N); in performANDCombine() local
912 SDLoc DL(N); in performORCombine() local
939 SDLoc DL(N); in performORCombine() local
1027 SDLoc DL(ROOTNode); in performMADD_MSUBCombine() local
1096 SDLoc DL(N); in performADDCombine() local
1117 SDLoc DL(N); in performSHLCombine() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp407 SDLoc DL(Op); in lowerSELECT() local
786 static SDValue genConstMult(SDValue X, APInt C, const SDLoc &DL, EVT VT, in genConstMult()
858 SDLoc DL(N); in performDSPShiftCombine() local
1174 SDLoc DL(Op); in lowerLOAD() local
1203 SDLoc DL(Op); in lowerSTORE() local
1227 SDLoc DL(Op); in lowerBITCAST() local
1262 SDLoc DL(Op); in lowerMulDiv() local
1279 static SDValue initAccumulator(SDValue In, const SDLoc &DL, SelectionDAG &DAG) { in initAccumulator()
1287 static SDValue extractLOHI(SDValue Op, const SDLoc &DL, SelectionDAG &DAG) { in extractLOHI()
1306 SDLoc DL(Op); in lowerDSPIntr() local
[all …]
H A DMipsISelLowering.cpp558 SDLoc DL(N); in performDivRemCombine() local
635 SDLoc DL(Op); in createFPCmp() local
647 SDValue False, const SDLoc &DL) { in createCMovFP()
686 const SDLoc DL(N); in performSELECTCombine() local
774 SDLoc DL(N); in performANDCombine() local
894 SDLoc DL(N); in performORCombine() local
921 SDLoc DL(N); in performORCombine() local
1017 SDLoc DL(ROOTNode); in performMADD_MSUBCombine() local
1086 SDLoc DL(N); in performADDCombine() local
1107 SDLoc DL(N); in performSHLCombine() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp19 const DataLayout &DL) { in canCoerceMustAliasedValueToLoad()
78 const DataLayout &DL) { in coerceAvailableValueToLoadType()
176 const DataLayout &DL) { in analyzeLoadFromClobberingWrite()
212 StoreInst *DepSI, const DataLayout &DL) { in analyzeLoadFromClobberingStore()
249 const DataLayout &DL = LI->getModule()->getDataLayout(); in getLoadLoadClobberFullWidthSize() local
318 const DataLayout &DL) { in analyzeLoadFromClobberingLoad()
353 MemIntrinsic *MI, const DataLayout &DL) { in analyzeLoadFromClobberingMemInst()
401 const DataLayout &DL) { in getStoreValueForLoadHelper()
446 Instruction *InsertPt, const DataLayout &DL) { in getStoreValueForLoad()
454 Type *LoadTy, const DataLayout &DL) { in getConstantStoreValueForLoad()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1039 EVT RISCVTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType()
1058 auto &DL = I.getModule()->getDataLayout(); in getTgtMemIntrinsic() local
1119 bool RISCVTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode()
1529 static void translateSetCCForBranch(const SDLoc &DL, SDValue &LHS, SDValue &RHS, in translateSetCCForBranch()
1868 SDLoc DL(V); in convertToScalableVector() local
1880 SDLoc DL(V); in convertFromScalableVector() local
1896 static SDValue getAllOnesMask(MVT VecVT, SDValue VL, SDLoc DL, in getAllOnesMask()
1902 static SDValue getVLOp(uint64_t NumElts, SDLoc DL, SelectionDAG &DAG, in getVLOp()
1908 getDefaultVLOps(uint64_t NumElts, MVT ContainerVT, SDLoc DL, SelectionDAG &DAG, in getDefaultVLOps()
1921 getDefaultVLOps(MVT VecVT, MVT ContainerVT, SDLoc DL, SelectionDAG &DAG, in getDefaultVLOps()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A 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 …]
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp428 SDLoc DL(ADDENode); in selectMADD() local
500 SDLoc DL(SUBENode); in selectMSUB() local
796 static SDValue genConstMult(SDValue X, uint64_t C, const SDLoc &DL, EVT VT, in genConstMult()
868 SDLoc DL(N); in performDSPShiftCombine() local
1216 SDLoc DL(Op); in lowerLOAD() local
1248 SDLoc DL(Op); in lowerSTORE() local
1278 SDLoc DL(Op); in lowerMulDiv() local
1295 static SDValue initAccumulator(SDValue In, const SDLoc &DL, SelectionDAG &DAG) { in initAccumulator()
1303 static SDValue extractLOHI(SDValue Op, const SDLoc &DL, SelectionDAG &DAG) { in extractLOHI()
1322 SDLoc DL(Op); in lowerDSPIntr() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp352 MVT WebAssemblyTargetLowering::getPointerTy(const DataLayout &DL, in getPointerTy()
361 MVT WebAssemblyTargetLowering::getPointerMemTy(const DataLayout &DL, in getPointerMemTy()
435 static MachineBasicBlock *LowerFPToInt(MachineInstr &MI, DebugLoc DL, in LowerFPToInt()
529 LowerCallResults(MachineInstr &CallResults, DebugLoc DL, MachineBasicBlock *BB, in LowerCallResults()
669 DebugLoc DL = MI.getDebugLoc(); in EmitInstrWithCustomInserter() local
769 bool WebAssemblyTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode()
823 EVT WebAssemblyTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType()
947 static void fail(const SDLoc &DL, SelectionDAG &DAG, const char *Msg) { in fail()
972 SDLoc DL = CLI.DL; in LowerCall() local
1259 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, in LowerReturn()
[all …]
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp206 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVEISelLowering.cpp371 const SDLoc &DL, SelectionDAG &DAG) const { in LowerReturn() argument
443 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerFormalArguments()
584 SDLoc DL = CLI.DL; in LowerCall() local
1004 SDLoc DL(Op); in makeHiLoPair() local
1014 SDLoc DL(Op); in makeAddress() local
1103 SDLoc DL(Op); in lowerATOMIC_FENCE() local
1161 SDLoc DL(Op); in prepareTS1AM() local
1183 SDLoc DL(Op); in finalizeTS1AM() local
1197 SDLoc DL(Op); in lowerATOMIC_SWAP() local
1274 SDLoc DL(Op); in lowerToTLSGeneralDynamicModel() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp292 SDLoc DL(Op); in lowerFRAMEADDR() local
343 SDLoc DL(Op); in lowerVASTART() local
359 SDLoc DL(Op); in lowerUINT_TO_FP() local
393 SDLoc DL(Op); in lowerSINT_TO_FP() local
416 SDLoc DL(Op); in lowerBITCAST() local
430 SDLoc DL(Op); in lowerFP_TO_SINT() local
444 static SDValue getTargetNode(GlobalAddressSDNode *N, SDLoc DL, EVT Ty, in getTargetNode()
449 static SDValue getTargetNode(BlockAddressSDNode *N, SDLoc DL, EVT Ty, in getTargetNode()
455 static SDValue getTargetNode(ConstantPoolSDNode *N, SDLoc DL, EVT Ty, in getTargetNode()
461 static SDValue getTargetNode(JumpTableSDNode *N, SDLoc DL, EVT Ty, in getTargetNode()
[all …]
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h242 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A 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 …]
/aosp_15_r20/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp382 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerFormalArguments()
396 SDLoc &DL = CLI.DL; in LowerCall() local
423 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerCCCArguments()
523 const SDLoc &DL, SelectionDAG &DAG) const { in LowerReturn() argument
585 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerCCCCallTo()
764 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerCallResult()
789 static LPCC::CondCode IntCondCCodeToICC(SDValue CC, const SDLoc &DL, in IntCondCCodeToICC()
861 SDLoc DL(Op); in LowerBR_CC() local
926 SDLoc DL(Op); in LowerMUL() local
963 SDLoc DL(Op); in LowerSETCCE() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp187 EVT CSKYTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType()
196 const CCValAssign &VA, const SDLoc &DL) { in convertValVTToLocVT()
212 const CCValAssign &VA, const SDLoc &DL) { in convertLocVTToValVT()
227 const CCValAssign &VA, const SDLoc &DL) { in unpackFromRegLoc()
258 const CCValAssign &VA, const SDLoc &DL) { in unpackFromMemLoc()
285 const SDLoc &DL) { in unpack64()
325 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerFormalArguments()
436 const SDLoc &DL, SelectionDAG &DAG) const { in LowerReturn() argument
504 SDLoc &DL = CLI.DL; in LowerCall() local
963 DebugLoc DL = MI.getDebugLoc(); in emitSelectPseudo() local
[all …]

12345678910>>...71