Lines Matching refs:SDLoc

142   SDNode *getS_BFE(unsigned Opcode, SDLoc DL, SDValue Val,
216 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectADDRParam()
219 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectADDRParam()
226 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectADDRParam()
249 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i64); in SelectADDR64()
252 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i64); in SelectADDR64()
259 R2 = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i64); in SelectADDR64()
275 SDValue M0 = Lowering.copyToM0(*CurDAG, CurDAG->getEntryNode(), SDLoc(N), in glueCopyToM0()
276 CurDAG->getTargetConstant(-1, SDLoc(N), MVT::i32)); in glueCopyToM0()
358 SDLoc DL(N); in Select()
411 SDLoc DL(N); in Select()
443 SDLoc DL(N); in Select()
490 return getS_BFE(Signed ? AMDGPU::S_BFE_I32 : AMDGPU::S_BFE_U32, SDLoc(N), in Select()
642 IntPtr = CurDAG->getIntPtrConstant(Cst->getZExtValue() / 4, SDLoc(Addr), in SelectGlobalValueConstantOffset()
653 Offset = CurDAG->getIntPtrConstant(0, SDLoc(Addr), true); in SelectGlobalValueVariableOffset()
668 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), SDLoc(Addr), in SelectADDRVTX_READ()
675 SDLoc(CurDAG->getEntryNode()), in SelectADDRVTX_READ()
677 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), SDLoc(Addr), in SelectADDRVTX_READ()
684 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectADDRVTX_READ()
691 SDLoc DL(Addr); in SelectADDRIndirect()
709 SDLoc DL(N); in SelectADD_SUB_I64()
754 SDLoc SL(N); in SelectDIV_SCALE()
804 SDLoc DL(Addr); in SelectDS1Addr1Offset()
830 SDLoc DL(Addr); in SelectDS1Addr1Offset()
844 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i16); in SelectDS1Addr1Offset()
852 SDLoc DL(Addr); in SelectDS64Bit4ByteAligned()
874 SDLoc DL(Addr); in SelectDS64Bit4ByteAligned()
929 SDLoc DL(Addr); in SelectMUBUF()
1004 SDLoc DL(Addr); in SelectMUBUFAddr64()
1020 SLC = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i1); in SelectMUBUFAddr64()
1030 SDLoc DL(Addr); in SelectMUBUFScratch()
1074 SDLoc DL(Addr); in SelectMUBUFOffset()
1111 SDLoc SL(ByteOffsetNode); in SelectSMRDOffset()
1141 SDLoc SL(Addr); in SelectSMRD()
1211 SDLoc DL(N); in SelectAddrSpaceCast()
1271 SDNode *AMDGPUDAGToDAGISel::getS_BFE(unsigned Opcode, SDLoc DL, SDValue Val, in getS_BFE()
1299 return getS_BFE(Opcode, SDLoc(N), Shl.getOperand(0), in SelectS_BFEFromShifts()
1323 return getS_BFE(AMDGPU::S_BFE_U32, SDLoc(N), Srl.getOperand(0), in SelectS_BFE()
1344 return getS_BFE(AMDGPU::S_BFE_U32, SDLoc(N), And.getOperand(0), in SelectS_BFE()
1377 SrcMods = CurDAG->getTargetConstant(Mods, SDLoc(In), MVT::i32); in SelectVOP3Mods()
1391 SDLoc DL(In); in SelectVOP3Mods0()
1413 Omod = CurDAG->getTargetConstant(0, SDLoc(In), MVT::i32); in SelectVOP3Mods0Clamp()
1422 Clamp = Omod = CurDAG->getTargetConstant(0, SDLoc(In), MVT::i32); in SelectVOP3Mods0Clamp0OMod()
1455 SDLoc SL(LD); in PreprocessISelDAG()
1467 SDValue NewValue = CurDAG->getNode(ISD::BITCAST, SDLoc(ST), in PreprocessISelDAG()