| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 651 SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT, 653 SDValue getConstant(const APInt &Val, const SDLoc &DL, EVT VT, 656 SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget = false, 662 SDValue getConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, 664 SDValue getIntPtrConstant(uint64_t Val, const SDLoc &DL, 666 SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL, 668 SDValue getVectorIdxConstant(uint64_t Val, const SDLoc &DL, 671 SDValue getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT, 675 SDValue getTargetConstant(const APInt &Val, const SDLoc &DL, EVT VT, 679 SDValue getTargetConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, [all …]
|
| H A D | SelectionDAGTargetInfo.h | 51 virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemcpy() 68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove() 81 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset() 95 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp() 107 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr() 120 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy() 132 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp() 140 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen() 146 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen() 152 virtual SDValue EmitTargetCodeForSetTag(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForSetTag()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 214 const SDLoc &dl, SelectionDAG &DAG, 235 const SDLoc &dl, SelectionDAG &DAG, 254 const SDLoc &dl, SelectionDAG &DAG) const override; 368 bool validateConstPtrAlignment(SDValue Ptr, Align NeedAlign, const SDLoc &dl, 377 SDValue buildVector32(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy, 379 SDValue buildVector64(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy, 381 SDValue extractVector(SDValue VecV, SDValue IdxV, const SDLoc &dl, 383 SDValue extractVectorPred(SDValue VecV, SDValue IdxV, const SDLoc &dl, 386 const SDLoc &dl, MVT ValTy, SelectionDAG &DAG) const; 388 const SDLoc &dl, MVT ValTy, SelectionDAG &DAG) const; [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.h | 24 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &DL, 31 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL, 38 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 44 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 49 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, 54 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 60 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, 65 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
|
| H A D | SystemZSelectionDAGInfo.cpp | 24 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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 116 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in INITIALIZE_PASS() 125 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrii() 130 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrii() 131 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRrii() 152 Base = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRzii() 153 Index = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRzii() 155 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), MVT::i32); in selectADDRzii() 168 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRri() 183 Base = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in selectADDRzi() 185 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), MVT::i32); in selectADDRzi() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCISelDAGToDAG.cpp | 80 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeImm() 102 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeS9() 120 Offset = CurDAG->getTargetConstant(RHSC, SDLoc(Addr), MVT::i32); in SelectAddrModeS9() 124 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeS9() 140 Offset = CurDAG->getTargetConstant(RHSC, SDLoc(Addr), MVT::i32); in SelectAddrModeFar() 152 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectFrameADDR_ri() 163 CurDAG->getTargetConstant(CN->getSExtValue(), SDLoc(Addr), MVT::i32); in SelectFrameADDR_ri() 176 SDLoc(N), MVT::i32, in Select() 177 CurDAG->getTargetConstant(CVal, SDLoc(N), MVT::i32))); in Select()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 190 const SDLoc &DL) const; 197 const SDLoc &DL) const; 201 const SDLoc &DL, SelectionDAG &DAG, 206 const SDLoc &DL, SelectionDAG &DAG, 210 SDValue LowerToBTST(SDValue And, ISD::CondCode CC, const SDLoc &DL, 221 SDValue LowerGlobalAddress(const GlobalValue *GV, const SDLoc &DL, 232 const SDLoc &DL, SelectionDAG &DAG, 240 const SDLoc &DL, SelectionDAG &DAG, 250 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, 263 SDValue EmitTest(SDValue Op0, unsigned M68kCC, const SDLoc &dl, [all …]
|
| H A D | M68kISelDAGToDAG.cpp | 233 inline bool getFrameIndexAddress(M68kISelAddressMode &AM, const SDLoc &DL, in getFrameIndexAddress() 246 inline bool getSymbolicDisplacement(M68kISelAddressMode &AM, const SDLoc &DL, in getSymbolicDisplacement() 249 Sym = CurDAG->getTargetGlobalAddress(AM.GV, SDLoc(), MVT::i32, AM.Disp, in getSymbolicDisplacement() 289 inline SDValue getI8Imm(int64_t Imm, const SDLoc &DL) { in getI8Imm() 294 inline SDValue getI16Imm(int64_t Imm, const SDLoc &DL) { in getI16Imm() 299 inline SDValue getI32Imm(int64_t Imm, const SDLoc &DL) { in getI32Imm() 432 SDLoc DL(N); in matchAddressRecursively() 652 SDLoc DL(Node); in Select() 700 if (getFrameIndexAddress(AM, SDLoc(N), Disp, Base)) { in SelectARID() 715 if (getSymbolicDisplacement(AM, SDLoc(N), Disp)) { in SelectARID() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SelectionDAGInfo.h | 23 const SDLoc &DL, SDValue Chain, SDValue Dst, 28 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, 34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, 40 EmitTargetCodeForMemmove(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, 46 SDValue EmitTargetCodeForSetTag(SelectionDAG &DAG, const SDLoc &dl,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 48 SDValue lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL, 50 SDValue getImplicitArgPtr(SelectionDAG &DAG, const SDLoc &SL) const; 51 SDValue getLDSKernelId(SelectionDAG &DAG, const SDLoc &SL) const; 53 const SDLoc &SL, SDValue Chain, 57 SDValue loadImplicitKernelArgument(SelectionDAG &DAG, MVT VT, const SDLoc &DL, 62 const SDLoc &SL, SDValue Chain, 75 SDValue lowerSBuffer(EVT VT, SDLoc DL, SDValue Rsrc, SDValue Offset, 125 SDValue getMemIntrinsicNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, 136 const SDLoc &DL, 140 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val, [all …]
|
| H A D | AMDGPUISelDAGToDAG.cpp | 230 SDValue TiedIn = CurDAG->getNode(ISD::SCALAR_TO_VECTOR, SDLoc(N), VT, Lo); in matchLoadD16FromBuildVector() 244 CurDAG->getMemIntrinsicNode(LoadOp, SDLoc(LdHi), VTList, in matchLoadD16FromBuildVector() 271 TiedIn = CurDAG->getNode(ISD::BITCAST, SDLoc(N), VT, TiedIn); in matchLoadD16FromBuildVector() 278 CurDAG->getMemIntrinsicNode(LoadOp, SDLoc(LdLo), VTList, in matchLoadD16FromBuildVector() 407 SDValue M0 = Lowering.copyToM0(*CurDAG, N->getOperand(0), SDLoc(N), Val); in glueCopyToM0() 415 return glueCopyToM0(N, CurDAG->getTargetConstant(-1, SDLoc(N), MVT::i32)); in glueCopyToM0LDSInit() 420 glueCopyToM0(N, CurDAG->getTargetConstant(Value, SDLoc(N), MVT::i32)); in glueCopyToM0LDSInit() 425 MachineSDNode *AMDGPUDAGToDAGISel::buildSMovImm64(SDLoc &DL, uint64_t Imm, in buildSMovImm64() 445 SDLoc DL(N); in SelectBuildVector() 575 SDLoc DL(N); in Select() [all …]
|
| H A D | R600ISelDAGToDAG.cpp | 72 CurDAG->getIntPtrConstant(Cst->getZExtValue() / 4, SDLoc(Addr), true); in SelectGlobalValueConstantOffset() 83 Offset = CurDAG->getIntPtrConstant(0, SDLoc(Addr), true); in SelectGlobalValueVariableOffset() 133 SDLoc DL(Addr); in SelectADDRIndirect() 163 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), SDLoc(Addr), in SelectADDRVTX_READ() 170 SDLoc(CurDAG->getEntryNode()), R600::ZERO, in SelectADDRVTX_READ() 172 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), SDLoc(Addr), in SelectADDRVTX_READ() 179 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectADDRVTX_READ()
|
| H A D | AMDGPUISelLowering.h | 35 SDValue getFFBX_U32(SelectionDAG &DAG, SDValue Op, const SDLoc &DL, unsigned Opc) const; 87 SDValue splitBinaryBitConstantOpImpl(DAGCombinerInfo &DCI, const SDLoc &SL, 98 SDValue performCtlz_CttzCombine(const SDLoc &SL, SDValue Cond, SDValue LHS, 125 std::pair<SDValue, SDValue> splitVector(const SDValue &N, const SDLoc &DL, 209 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, 232 SDValue combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS, 292 const SDLoc &SL, 297 return CreateLiveInRegister(DAG, RC, Reg, VT, SDLoc(DAG.getEntryNode())); in CreateLiveInRegister() 304 return CreateLiveInRegister(DAG, RC, Reg, VT, SDLoc(DAG.getEntryNode()), true); in CreateLiveInRegisterRaw() 311 const SDLoc &SL, [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 172 CallOptions, SDLoc(N), in SoftenFloatRes_Unary() 193 CallOptions, SDLoc(N), in SoftenFloatRes_Binary() 206 return DAG.getNode(ISD::FREEZE, SDLoc(N), Ty, in SoftenFloatRes_FREEZE() 212 SDValue NewFence = DAG.getNode(ISD::ARITH_FENCE, SDLoc(N), Ty, in SoftenFloatRes_ARITH_FENCE() 225 return DAG.getNode(ISD::BUILD_PAIR, SDLoc(N), in SoftenFloatRes_BUILD_PAIR() 246 return DAG.getConstant(Val, SDLoc(CN), in SoftenFloatRes_ConstantFP() 250 return DAG.getConstant(CN->getValueAPF().bitcastToAPInt(), SDLoc(CN), in SoftenFloatRes_ConstantFP() 258 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N), in SoftenFloatRes_EXTRACT_VECTOR_ELT() 270 SDValue Mask = DAG.getConstant(API, SDLoc(N), NVT); in SoftenFloatRes_FABS() 272 return DAG.getNode(ISD::AND, SDLoc(N), NVT, Op, Mask); in SoftenFloatRes_FABS() [all …]
|
| H A D | DAGCombiner.cpp | 390 SDValue combineMinNumMaxNum(const SDLoc &DL, EVT VT, SDValue LHS, 446 SDValue SimplifyVCastOp(SDNode *N, const SDLoc &DL); 447 SDValue SimplifyVBinOp(SDNode *N, const SDLoc &DL); 537 const SDLoc &DL, 541 SDValue reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, SDValue N0, 543 SDValue reassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0, 553 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2); 554 SDValue SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, 558 const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, 561 SDValue foldSelectCCToShiftAnd(const SDLoc &DL, SDValue N0, SDValue N1, [all …]
|
| H A D | LegalizeIntegerTypes.cpp | 298 return DAG.getNode(ISD::AssertSext, SDLoc(N), in PromoteIntRes_AssertSext() 305 return DAG.getNode(ISD::AssertZext, SDLoc(N), in PromoteIntRes_AssertZext() 311 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic0() 323 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic1() 347 ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, SDLoc(N), N->getMemoryVT(), VTs, in PromoteIntRes_AtomicCmpSwap() 376 N->getOpcode(), SDLoc(N), N->getMemoryVT(), VTs, N->getChain(), in PromoteIntRes_AtomicCmpSwap() 390 SDLoc dl(N); in PromoteIntRes_BITCAST() 488 return DAG.getNode(ISD::FREEZE, SDLoc(N), in PromoteIntRes_FREEZE() 496 SDLoc dl(N); in PromoteIntRes_BSWAP() 517 SDLoc dl(N); in PromoteIntRes_BITREVERSE() [all …]
|
| H A D | LegalizeVectorTypes.cpp | 204 return DAG.getNode(N->getOpcode(), SDLoc(N), in ScalarizeVecRes_BinOp() 212 return DAG.getNode(N->getOpcode(), SDLoc(N), Op0.getValueType(), Op0, Op1, in ScalarizeVecRes_TernaryOp() 220 return DAG.getNode(N->getOpcode(), SDLoc(N), Op0.getValueType(), Op0, Op1, in ScalarizeVecRes_FIX() 229 SDLoc dl(N); in ScalarizeVecRes_StrictFPOp() 264 SDLoc DL(N); in ScalarizeVecRes_OverflowOp() 313 return DAG.getNode(ISD::BITCAST, SDLoc(N), in ScalarizeVecRes_BITCAST() 323 return DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, InOp); in ScalarizeVecRes_BUILD_VECTOR() 328 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N), in ScalarizeVecRes_EXTRACT_SUBVECTOR() 334 SDLoc DL(N); in ScalarizeVecRes_FP_ROUND() 353 return DAG.getNode(ISD::FPOWI, SDLoc(N), in ScalarizeVecRes_FPOWI() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 132 const SDLoc &dl, SelectionDAG &DAG, 137 const SDLoc &dl, SelectionDAG &DAG, 142 const SDLoc &dl, SelectionDAG &DAG, 161 const SDLoc &dl, SelectionDAG &DAG) const override; 166 const SDLoc &DL, SelectionDAG &DAG) const; 171 const SDLoc &DL, SelectionDAG &DAG) const; 184 const SDLoc &DL, SelectionDAG &DAG) const; 189 const SDLoc &DL, SelectionDAG &DAG) const; 195 SDValue bitcastConstantFPToInt(ConstantFPSDNode *C, const SDLoc &DL,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 58 const SDLoc &DL, SelectionDAG &DAG, 68 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL, 101 SDValue getTargetNode(GlobalAddressSDNode *N, SDLoc DL, EVT Ty, 104 SDValue getTargetNode(ExternalSymbolSDNode *N, SDLoc DL, EVT Ty, 107 SDValue getTargetNode(JumpTableSDNode *N, SDLoc DL, EVT Ty, SelectionDAG &DAG, 110 SDValue getTargetNode(BlockAddressSDNode *N, SDLoc DL, EVT Ty, 113 SDValue getTargetNode(ConstantPoolSDNode *N, SDLoc DL, EVT Ty, 133 SDLoc DL(N);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.h | 40 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, 48 EmitTargetCodeForMemmove(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, 55 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, 61 SDValue EmitSpecializedLibcall(SelectionDAG &DAG, const SDLoc &dl,
|
| H A D | ARMISelDAGToDAG.cpp | 80 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) { in getI32Imm() 120 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), MVT::i32); in SelectCMOVPred() 207 bool tryFMULFixed(SDNode *N, SDLoc dl); 208 bool tryFP_TO_INT(SDNode *N, SDLoc dl); 238 void AddMVEPredicateToOps(SDValueVector &Ops, SDLoc Loc, 241 void AddMVEPredicateToOps(SDValueVector &Ops, SDLoc Loc, 245 void AddEmptyMVEPredicateToOps(SDValueVector &Ops, SDLoc Loc); 247 void AddEmptyMVEPredicateToOps(SDValueVector &Ops, SDLoc Loc, EVT InactiveTy); 349 SDValue GetVLDSTAlign(SDValue Align, const SDLoc &dl, unsigned NumVecs, 484 Srl = CurDAG->getNode(ISD::SRL, SDLoc(Srl), MVT::i32, in PreprocessISelDAG() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySelectionDAGInfo.h | 25 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, 32 EmitTargetCodeForMemmove(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, 37 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 382 SDValue getAddrLocal(NodeTy *N, const SDLoc &DL, EVT Ty, SelectionDAG &DAG, in getAddrLocal() 401 SDValue getAddrGlobal(NodeTy *N, const SDLoc &DL, EVT Ty, SelectionDAG &DAG, in getAddrGlobal() 414 SDValue getAddrGlobalLargeGOT(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrGlobalLargeGOT() 433 SDValue getAddrNonPIC(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrNonPIC() 450 SDValue getAddrNonPICSym64(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrNonPICSym64() 477 SDValue getAddrGPRel(NodeTy *N, const SDLoc &DL, EVT Ty, in getAddrGPRel() 530 const SDLoc &dl, SelectionDAG &DAG, 571 void copyByValRegs(SDValue Chain, const SDLoc &DL, 580 void passByValArg(SDValue Chain, const SDLoc &DL, 592 const SDLoc &DL, SelectionDAG &DAG, [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.h | 124 const SDLoc &dl, SelectionDAG &DAG, 130 const SDLoc &DL, SelectionDAG &DAG, 136 const SDLoc &DL, SelectionDAG &DAG, 145 const SDLoc &DL, SelectionDAG &DAG, 150 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
|