Home
last modified time | relevance | path

Searched refs:SDLoc (Results 1 – 25 of 156) sorted by relevance

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h617 SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT,
619 SDValue getConstant(const APInt &Val, const SDLoc &DL, EVT VT,
622 SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget = false,
628 SDValue getConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT,
630 SDValue getIntPtrConstant(uint64_t Val, const SDLoc &DL,
632 SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL,
634 SDValue getVectorIdxConstant(uint64_t Val, const SDLoc &DL,
637 SDValue getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT,
641 SDValue getTargetConstant(const APInt &Val, const SDLoc &DL, EVT VT,
645 SDValue getTargetConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT,
[all …]
H A DSelectionDAGTargetInfo.h51 virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemcpy()
68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove()
80 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset()
93 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp()
105 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr()
118 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy()
130 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp()
138 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen()
144 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen()
150 virtual SDValue EmitTargetCodeForSetTag(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForSetTag()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h194 const SDLoc &dl, SelectionDAG &DAG,
215 const SDLoc &dl, SelectionDAG &DAG,
234 const SDLoc &dl, SelectionDAG &DAG) const override;
344 void validateConstPtrAlignment(SDValue Ptr, const SDLoc &dl,
352 SDValue buildVector32(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy,
354 SDValue buildVector64(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy,
356 SDValue extractVector(SDValue VecV, SDValue IdxV, const SDLoc &dl,
359 const SDLoc &dl, MVT ValTy, SelectionDAG &DAG) const;
360 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
362 SDValue contractPredicate(SDValue Vec64, const SDLoc &dl,
[all …]
H A DHexagonISelDAGToDAG.cpp66 void HexagonDAGToDAGISel::SelectIndexedLoad(LoadSDNode *LD, const SDLoc &dl) { in SelectIndexedLoad()
131 auto getExt64 = [this,ExtType] (MachineSDNode *N, const SDLoc &dl) in SelectIndexedLoad()
189 SDLoc dl(IntN); in LoadInstrForLoadIntrinsic()
226 SDLoc dl(IntN); in StoreInstrForLoadIntrinsic()
322 const SDLoc &dl(IntN); in SelectBrevLdIntrinsic()
363 SDLoc DL(IntN); in SelectNewCircIntrinsic()
446 SDLoc dl(N); in SelectLoad()
463 void HexagonDAGToDAGISel::SelectIndexedStore(StoreSDNode *ST, const SDLoc &dl) { in SelectIndexedStore()
555 SDLoc dl(N); in SelectStore()
569 SDLoc dl(N); in SelectSHL()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h26 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &DL,
33 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL,
40 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
46 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
51 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest,
56 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
62 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
67 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
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()
146 static SDValue emitCLC(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in emitCLC()
170 static SDValue addIPMSequence(const SDLoc &DL, SDValue CCReg, in addIPMSequence()
181 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForMemcmp()
196 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForMemchr()
222 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, in EmitTargetCodeForStrcpy()
232 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForStrcmp()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp53 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), MVT::i32); in SelectCMOVPred()
79 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeImm()
101 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeS9()
119 Offset = CurDAG->getTargetConstant(RHSC, SDLoc(Addr), MVT::i32); in SelectAddrModeS9()
123 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeS9()
139 Offset = CurDAG->getTargetConstant(RHSC, SDLoc(Addr), MVT::i32); in SelectAddrModeFar()
151 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectFrameADDR_ri()
162 CurDAG->getTargetConstant(CN->getSExtValue(), SDLoc(Addr), MVT::i32); in SelectFrameADDR_ri()
175 SDLoc(N), MVT::i32, in Select()
176 CurDAG->getTargetConstant(CVal, SDLoc(N), MVT::i32))); in Select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.h184 const SDLoc &DL) const;
191 const SDLoc &DL) const;
195 const SDLoc &DL, SelectionDAG &DAG,
200 const SDLoc &DL, SelectionDAG &DAG,
204 SDValue LowerToBT(SDValue And, ISD::CondCode CC, const SDLoc &DL,
215 SDValue LowerGlobalAddress(const GlobalValue *GV, const SDLoc &DL,
224 const SDLoc &DL, SelectionDAG &DAG,
232 const SDLoc &DL, SelectionDAG &DAG,
242 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
255 SDValue EmitTest(SDValue Op0, unsigned M68kCC, const SDLoc &dl,
[all …]
H A DM68kISelDAGToDAG.cpp231 inline bool getFrameIndexAddress(M68kISelAddressMode &AM, const SDLoc &DL, in getFrameIndexAddress()
244 inline bool getSymbolicDisplacement(M68kISelAddressMode &AM, const SDLoc &DL, in getSymbolicDisplacement()
247 Sym = CurDAG->getTargetGlobalAddress(AM.GV, SDLoc(), MVT::i32, AM.Disp, in getSymbolicDisplacement()
287 inline SDValue getI8Imm(int64_t Imm, const SDLoc &DL) { in getI8Imm()
292 inline SDValue getI16Imm(int64_t Imm, const SDLoc &DL) { in getI16Imm()
297 inline SDValue getI32Imm(int64_t Imm, const SDLoc &DL) { in getI32Imm()
398 SDLoc DL(N); in matchAddressRecursively()
618 SDLoc DL(Node); in Select()
666 if (getFrameIndexAddress(AM, SDLoc(N), Disp, Base)) { in SelectARID()
681 if (getSymbolicDisplacement(AM, SDLoc(N), Disp)) { in SelectARID()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp83 SDLoc SL(N); in packConstantV2I16()
170 MachineSDNode *buildSMovImm64(SDLoc &DL, uint64_t Val, EVT VT) const;
255 SDValue getMaterializedScalarImm32(int64_t Val, const SDLoc &DL) const;
265 SDNode *getS_BFE(unsigned Opcode, const SDLoc &DL, SDValue Val,
425 SDValue TiedIn = CurDAG->getNode(ISD::SCALAR_TO_VECTOR, SDLoc(N), VT, Lo); in matchLoadD16FromBuildVector()
439 CurDAG->getMemIntrinsicNode(LoadOp, SDLoc(LdHi), VTList, in matchLoadD16FromBuildVector()
466 TiedIn = CurDAG->getNode(ISD::BITCAST, SDLoc(N), VT, TiedIn); in matchLoadD16FromBuildVector()
473 CurDAG->getMemIntrinsicNode(LoadOp, SDLoc(LdLo), VTList, in matchLoadD16FromBuildVector()
613 SDValue M0 = Lowering.copyToM0(*CurDAG, N->getOperand(0), SDLoc(N), Val); in glueCopyToM0()
621 return glueCopyToM0(N, CurDAG->getTargetConstant(-1, SDLoc(N), MVT::i32)); in glueCopyToM0LDSInit()
[all …]
H A DSIISelLowering.h47 SDValue lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL,
49 SDValue getImplicitArgPtr(SelectionDAG &DAG, const SDLoc &SL) const;
51 const SDLoc &SL, SDValue Chain,
57 const SDLoc &SL, SDValue Chain,
70 SDValue lowerSBuffer(EVT VT, SDLoc DL, SDValue Rsrc, SDValue Offset,
115 SDValue getMemIntrinsicNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList,
126 const SDLoc &DL,
130 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val,
138 SDValue getSegmentAperture(unsigned AS, const SDLoc &DL,
165 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL,
[all …]
H A DAMDGPUISelLowering.h35 SDValue getFFBX_U32(SelectionDAG &DAG, SDValue Op, const SDLoc &DL, unsigned Opc) const;
80 SDValue splitBinaryBitConstantOpImpl(DAGCombinerInfo &DCI, const SDLoc &SL,
90 SDValue performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS,
117 std::pair<SDValue, SDValue> splitVector(const SDValue &N, const SDLoc &DL,
198 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
221 SDValue combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS,
281 const SDLoc &SL,
286 return CreateLiveInRegister(DAG, RC, Reg, VT, SDLoc(DAG.getEntryNode())); in CreateLiveInRegister()
293 return CreateLiveInRegister(DAG, RC, Reg, VT, SDLoc(DAG.getEntryNode()), true); in CreateLiveInRegisterRaw()
300 const SDLoc &SL,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp196 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrri()
205 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrii()
210 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrii()
211 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrii()
232 Base = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRzii()
233 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRzii()
235 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), MVT::i32); in selectADDRzii()
248 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRri()
263 Base = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRzi()
265 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), MVT::i32); in selectADDRzi()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp168 CallOptions, SDLoc(N), in SoftenFloatRes_Unary()
189 CallOptions, SDLoc(N), in SoftenFloatRes_Binary()
202 return DAG.getNode(ISD::FREEZE, SDLoc(N), Ty, in SoftenFloatRes_FREEZE()
214 return DAG.getNode(ISD::BUILD_PAIR, SDLoc(N), in SoftenFloatRes_BUILD_PAIR()
235 return DAG.getConstant(Val, SDLoc(CN), in SoftenFloatRes_ConstantFP()
239 return DAG.getConstant(CN->getValueAPF().bitcastToAPInt(), SDLoc(CN), in SoftenFloatRes_ConstantFP()
247 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N), in SoftenFloatRes_EXTRACT_VECTOR_ELT()
259 SDValue Mask = DAG.getConstant(API, SDLoc(N), NVT); in SoftenFloatRes_FABS()
261 return DAG.getNode(ISD::AND, SDLoc(N), NVT, Op, Mask); in SoftenFloatRes_FABS()
312 SDLoc dl(N); in SoftenFloatRes_FCOPYSIGN()
[all …]
H A DDAGCombiner.cpp525 const SDLoc &DL, SDValue N0,
527 SDValue reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, SDValue N0,
529 SDValue reassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0,
539 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
540 SDValue SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1,
544 const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3,
547 SDValue foldSelectCCToShiftAnd(const SDLoc &DL, SDValue N0, SDValue N1,
550 const SDLoc &DL);
555 const SDLoc &DL, bool foldBooleans);
573 SDValue BuildLogBase2(SDValue V, const SDLoc &DL);
[all …]
H A DLegalizeVectorTypes.cpp198 return DAG.getNode(N->getOpcode(), SDLoc(N), in ScalarizeVecRes_BinOp()
206 return DAG.getNode(N->getOpcode(), SDLoc(N), Op0.getValueType(), Op0, Op1, in ScalarizeVecRes_TernaryOp()
214 return DAG.getNode(N->getOpcode(), SDLoc(N), Op0.getValueType(), Op0, Op1, in ScalarizeVecRes_FIX()
223 SDLoc dl(N); in ScalarizeVecRes_StrictFPOp()
251 SDLoc DL(N); in ScalarizeVecRes_OverflowOp()
300 return DAG.getNode(ISD::BITCAST, SDLoc(N), in ScalarizeVecRes_BITCAST()
310 return DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, InOp); in ScalarizeVecRes_BUILD_VECTOR()
315 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N), in ScalarizeVecRes_EXTRACT_SUBVECTOR()
321 SDLoc DL(N); in ScalarizeVecRes_FP_ROUND()
340 return DAG.getNode(ISD::FPOWI, SDLoc(N), in ScalarizeVecRes_FPOWI()
[all …]
H A DLegalizeIntegerTypes.cpp249 return DAG.getNode(ISD::AssertSext, SDLoc(N), in PromoteIntRes_AssertSext()
256 return DAG.getNode(ISD::AssertZext, SDLoc(N), in PromoteIntRes_AssertZext()
262 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic0()
274 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic1()
298 ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, SDLoc(N), N->getMemoryVT(), VTs, in PromoteIntRes_AtomicCmpSwap()
327 N->getOpcode(), SDLoc(N), N->getMemoryVT(), VTs, N->getChain(), in PromoteIntRes_AtomicCmpSwap()
341 SDLoc dl(N); in PromoteIntRes_BITCAST()
453 return DAG.getNode(ISD::FREEZE, SDLoc(N), in PromoteIntRes_FREEZE()
461 SDLoc dl(N); in PromoteIntRes_BSWAP()
482 SDLoc dl(N); in PromoteIntRes_BITREVERSE()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h122 const SDLoc &dl, SelectionDAG &DAG,
127 const SDLoc &dl, SelectionDAG &DAG,
132 const SDLoc &dl, SelectionDAG &DAG,
146 const SDLoc &dl, SelectionDAG &DAG) const override;
151 const SDLoc &DL, SelectionDAG &DAG) const;
156 const SDLoc &DL, SelectionDAG &DAG) const;
169 const SDLoc &DL, SelectionDAG &DAG) const;
174 const SDLoc &DL, SelectionDAG &DAG) const;
180 SDValue bitcastConstantFPToInt(ConstantFPSDNode *C, const SDLoc &DL,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h40 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl,
48 EmitTargetCodeForMemmove(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
55 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl,
60 SDValue EmitSpecializedLibcall(SelectionDAG &DAG, const SDLoc &dl,
H A DARMISelDAGToDAG.cpp75 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) { in getI32Imm()
111 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), MVT::i32); in SelectCMOVPred()
224 void AddMVEPredicateToOps(SDValueVector &Ops, SDLoc Loc,
227 void AddMVEPredicateToOps(SDValueVector &Ops, SDLoc Loc,
231 void AddEmptyMVEPredicateToOps(SDValueVector &Ops, SDLoc Loc);
233 void AddEmptyMVEPredicateToOps(SDValueVector &Ops, SDLoc Loc, EVT InactiveTy);
335 SDValue GetVLDSTAlign(SDValue Align, const SDLoc &dl, unsigned NumVecs,
468 Srl = CurDAG->getNode(ISD::SRL, SDLoc(Srl), MVT::i32, in PreprocessISelDAG()
470 CurDAG->getConstant(Srl_imm + TZ, SDLoc(Srl), in PreprocessISelDAG()
472 N1 = CurDAG->getNode(ISD::AND, SDLoc(N1), MVT::i32, in PreprocessISelDAG()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1153 SelectionDAG &DAG, const SDLoc &dl) const;
1155 const SDLoc &dl) const;
1159 const SDLoc &dl) const;
1162 const SDLoc &dl) const;
1184 const SDLoc &dl) const;
1186 SDValue getTOCEntry(SelectionDAG &DAG, const SDLoc &dl, SDValue GA) const;
1213 const SDLoc &dl) const;
1239 const SDLoc &dl, SelectionDAG &DAG,
1242 SDValue FinishCall(CallFlags CFlags, const SDLoc &dl, SelectionDAG &DAG,
1253 const SDLoc &dl, SelectionDAG &DAG,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h378 SDValue getAddrLocal(NodeTy *N, const SDLoc &DL, EVT Ty, SelectionDAG &DAG, in getAddrLocal()
397 SDValue getAddrGlobal(NodeTy *N, const SDLoc &DL, EVT Ty, SelectionDAG &DAG, in getAddrGlobal()
410 SDValue getAddrGlobalLargeGOT(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrGlobalLargeGOT()
429 SDValue getAddrNonPIC(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrNonPIC()
446 SDValue getAddrNonPICSym64(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrNonPICSym64()
473 SDValue getAddrGPRel(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrGPRel()
526 const SDLoc &dl, SelectionDAG &DAG,
563 void copyByValRegs(SDValue Chain, const SDLoc &DL,
572 void passByValArg(SDValue Chain, const SDLoc &DL,
584 const SDLoc &DL, SelectionDAG &DAG,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp299 Result = DAG.getTargetConstant(C->getSExtValue(), SDLoc(C), in LowerAsmOperandForConstraint()
309 Result = DAG.getTargetConstant(0, SDLoc(C), Op.getValueType()); in LowerAsmOperandForConstraint()
317 Result = DAG.getTargetConstant(C->getSExtValue(), SDLoc(C), in LowerAsmOperandForConstraint()
326 Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(C), in LowerAsmOperandForConstraint()
336 Result = DAG.getTargetConstant(Val, SDLoc(C), Op.getValueType()); in LowerAsmOperandForConstraint()
345 Result = DAG.getTargetConstant(Val, SDLoc(C), Op.getValueType()); in LowerAsmOperandForConstraint()
398 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerFormalArguments()
412 SDLoc &DL = CLI.DL; in LowerCall()
439 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL, in LowerCCCArguments()
538 const SDLoc &DL, SelectionDAG &DAG) const { in LowerReturn()
[all …]
H A DLanaiISelLowering.h119 const SDLoc &dl, SelectionDAG &DAG,
125 const SDLoc &DL, SelectionDAG &DAG,
131 const SDLoc &DL, SelectionDAG &DAG,
140 const SDLoc &DL, SelectionDAG &DAG,
145 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp66 SDLoc dl(Op); in SelectAddr()
159 SDNode *ResNode = CurDAG->getMachineNode(Opcode, SDLoc(N), VT, in selectIndexedLoad()
212 SDLoc dl(Op); in SelectInlineAsmMemoryOperand()
263 SDLoc dl(CopyFromRegOp); in SelectInlineAsmMemoryOperand()
316 CurDAG->getTargetConstant(0, SDLoc(N), MVT::i16)); in select()
341 SDLoc DL(N); in select()
372 SDLoc DL(N); in select()
430 SDLoc DL(N); in select()
457 SDLoc DL(N); in select()
469 SDLoc DL(N); in selectMultiplication()
[all …]

1234567