Lines Matching refs:getConstant

512         DAG.getConstant(0, DL, MVT::i32), // SWZ_X  in LowerOperation()
513 DAG.getConstant(1, DL, MVT::i32), // SWZ_Y in LowerOperation()
514 DAG.getConstant(2, DL, MVT::i32), // SWZ_Z in LowerOperation()
515 DAG.getConstant(3, DL, MVT::i32) // SWZ_W in LowerOperation()
547 DAG.getConstant(TextureOp, DL, MVT::i32), in LowerOperation()
549 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
550 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
551 DAG.getConstant(2, DL, MVT::i32), in LowerOperation()
552 DAG.getConstant(3, DL, MVT::i32), in LowerOperation()
556 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
557 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
558 DAG.getConstant(2, DL, MVT::i32), in LowerOperation()
559 DAG.getConstant(3, DL, MVT::i32), in LowerOperation()
572 DAG.getConstant(0, DL, MVT::i32)), in LowerOperation()
574 DAG.getConstant(0, DL, MVT::i32)), in LowerOperation()
576 DAG.getConstant(1, DL, MVT::i32)), in LowerOperation()
578 DAG.getConstant(1, DL, MVT::i32)), in LowerOperation()
580 DAG.getConstant(2, DL, MVT::i32)), in LowerOperation()
582 DAG.getConstant(2, DL, MVT::i32)), in LowerOperation()
584 DAG.getConstant(3, DL, MVT::i32)), in LowerOperation()
586 DAG.getConstant(3, DL, MVT::i32)) in LowerOperation()
594 return DAG.getConstant(ByteOffset, DL, PtrVT); in LowerOperation()
702 DAG.getConstant(i, DL, getVectorIdxTy(DAG.getDataLayout())))); in vectorToVerticalVector()
796 SDValue Zero = DAG.getConstant(0, DL, VT); in LowerSHLParts()
797 SDValue One = DAG.getConstant(1, DL, VT); in LowerSHLParts()
799 SDValue Width = DAG.getConstant(VT.getSizeInBits(), DL, VT); in LowerSHLParts()
800 SDValue Width1 = DAG.getConstant(VT.getSizeInBits() - 1, DL, VT); in LowerSHLParts()
832 SDValue Zero = DAG.getConstant(0, DL, VT); in LowerSRXParts()
833 SDValue One = DAG.getConstant(1, DL, VT); in LowerSRXParts()
837 SDValue Width = DAG.getConstant(VT.getSizeInBits(), DL, VT); in LowerSRXParts()
838 SDValue Width1 = DAG.getConstant(VT.getSizeInBits() - 1, DL, VT); in LowerSRXParts()
912 DAG.getConstant(ByteOffset, DL, MVT::i32), // PTR in LowerImplicitParameter()
1065 HWTrue = DAG.getConstant(-1, DL, CompareVT); in LowerSELECT_CC()
1066 HWFalse = DAG.getConstant(0, DL, CompareVT); in LowerSELECT_CC()
1106 DAG.getConstant(SRLPad, DL, MVT::i32)); in stackPtrToRegIndex()
1149 Mask = DAG.getConstant(0xff, DL, MVT::i32); in lowerPrivateTruncStore()
1152 Mask = DAG.getConstant(0xffff, DL, MVT::i32); in lowerPrivateTruncStore()
1173 DAG.getConstant(0xfffffffc, DL, MVT::i32)); in lowerPrivateTruncStore()
1185 DAG.getConstant(0x3, DL, MVT::i32)); in lowerPrivateTruncStore()
1189 DAG.getConstant(3, DL, MVT::i32)); in lowerPrivateTruncStore()
1268 DAG.getConstant(2, DL, PtrVT)); in LowerSTORE()
1277 MaskConstant = DAG.getConstant(0xFF, DL, MVT::i32); in LowerSTORE()
1281 MaskConstant = DAG.getConstant(0xFFFF, DL, MVT::i32); in LowerSTORE()
1285 DAG.getConstant(0x00000003, DL, PtrVT)); in LowerSTORE()
1287 DAG.getConstant(3, DL, VT)); in LowerSTORE()
1300 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1301 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1401 DAG.getConstant(0xfffffffc, DL, MVT::i32)); in lowerPrivateExtLoad()
1411 LoadPtr, DAG.getConstant(0x3, DL, MVT::i32)); in lowerPrivateExtLoad()
1415 DAG.getConstant(3, DL, MVT::i32)); in lowerPrivateExtLoad()
1474 DAG.getConstant(4, DL, MVT::i32)), in LowerLOAD()
1475 DAG.getConstant(LoadNode->getAddressSpace() - in LowerLOAD()
1482 DAG.getConstant(0, DL, MVT::i32)); in LowerLOAD()
1519 Ptr = DAG.getNode(ISD::SRL, DL, MVT::i32, Ptr, DAG.getConstant(2, DL, MVT::i32)); in LowerLOAD()
1546 return DAG.getConstant(Offset * 4 * TFL->getStackWidth(MF), SDLoc(Op), in lowerFrameIndex()
1638 DAG.getConstant(PartOffset, DL, MVT::i32), DAG.getUNDEF(MVT::i32), in LowerFormalArguments()
1779 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1787 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1818 DAG.getConstant(4 * i + ConstantBlock * 16, DL, MVT::i32)); in constBufferLoad()
1830 DAG.getConstant(0, DL, MVT::i32)); in constBufferLoad()
1881 DAG.getConstant(-1, DL, MVT::i32), // True in PerformDAGCombine()
1882 DAG.getConstant(0, DL, MVT::i32), // False in PerformDAGCombine()