Lines Matching refs:getConstant

619         DAG.getConstant(0, MVT::i32), // SWZ_X  in LowerOperation()
620 DAG.getConstant(1, MVT::i32), // SWZ_Y in LowerOperation()
621 DAG.getConstant(2, MVT::i32), // SWZ_Z in LowerOperation()
622 DAG.getConstant(3, MVT::i32) // SWZ_W in LowerOperation()
753 DAG.getConstant(TextureOp, MVT::i32), in LowerOperation()
755 DAG.getConstant(0, MVT::i32), in LowerOperation()
756 DAG.getConstant(1, MVT::i32), in LowerOperation()
757 DAG.getConstant(2, MVT::i32), in LowerOperation()
758 DAG.getConstant(3, MVT::i32), in LowerOperation()
762 DAG.getConstant(0, MVT::i32), in LowerOperation()
763 DAG.getConstant(1, MVT::i32), in LowerOperation()
764 DAG.getConstant(2, MVT::i32), in LowerOperation()
765 DAG.getConstant(3, MVT::i32), in LowerOperation()
778 DAG.getConstant(0, MVT::i32)), in LowerOperation()
780 DAG.getConstant(0, MVT::i32)), in LowerOperation()
782 DAG.getConstant(1, MVT::i32)), in LowerOperation()
784 DAG.getConstant(1, MVT::i32)), in LowerOperation()
786 DAG.getConstant(2, MVT::i32)), in LowerOperation()
788 DAG.getConstant(2, MVT::i32)), in LowerOperation()
790 DAG.getConstant(3, MVT::i32)), in LowerOperation()
792 DAG.getConstant(3, MVT::i32)) in LowerOperation()
935 Vector, DAG.getConstant(i, getVectorIdxTy()))); in vectorToVerticalVector()
1012 SDValue Zero = DAG.getConstant(0, VT); in LowerSHLParts()
1013 SDValue One = DAG.getConstant(1, VT); in LowerSHLParts()
1015 SDValue Width = DAG.getConstant(VT.getSizeInBits(), VT); in LowerSHLParts()
1016 SDValue Width1 = DAG.getConstant(VT.getSizeInBits() - 1, VT); in LowerSHLParts()
1048 SDValue Zero = DAG.getConstant(0, VT); in LowerSRXParts()
1049 SDValue One = DAG.getConstant(1, VT); in LowerSRXParts()
1053 SDValue Width = DAG.getConstant(VT.getSizeInBits(), VT); in LowerSRXParts()
1054 SDValue Width1 = DAG.getConstant(VT.getSizeInBits() - 1, VT); in LowerSRXParts()
1100 DAG.getConstant(ByteOffset, MVT::i32), // PTR in LowerImplicitParameter()
1240 HWTrue = DAG.getConstant(-1, CompareVT); in LowerSELECT_CC()
1241 HWFalse = DAG.getConstant(0, CompareVT); in LowerSELECT_CC()
1280 DAG.getConstant(SRLPad, MVT::i32)); in stackPtrToRegIndex()
1331 MaskConstant = DAG.getConstant(0xFF, MVT::i32); in LowerSTORE()
1334 MaskConstant = DAG.getConstant(0xFFFF, MVT::i32); in LowerSTORE()
1337 DAG.getConstant(2, MVT::i32)); in LowerSTORE()
1339 DAG.getConstant(0x00000003, VT)); in LowerSTORE()
1342 DAG.getConstant(3, VT)); in LowerSTORE()
1349 DAG.getConstant(0, MVT::i32), in LowerSTORE()
1350 DAG.getConstant(0, MVT::i32), in LowerSTORE()
1363 Ptr, DAG.getConstant(2, MVT::i32))); in LowerSTORE()
1405 DAG.getConstant(PtrIncr, MVT::i32)); in LowerSTORE()
1407 Value, DAG.getConstant(i, MVT::i32)); in LowerSTORE()
1492 DAG.getConstant(2, MVT::i32)); in LowerLOAD()
1522 DAG.getConstant(4 * i + ConstantBlock * 16, MVT::i32)); in LowerLOAD()
1536 DAG.getNode(ISD::SRL, DL, MVT::i32, Ptr, DAG.getConstant(4, MVT::i32)), in LowerLOAD()
1537 DAG.getConstant(LoadNode->getAddressSpace() - in LowerLOAD()
1544 DAG.getConstant(0, MVT::i32)); in LowerLOAD()
1565 DAG.getConstant(VT.getSizeInBits() - MemVT.getSizeInBits(), MVT::i32); in LowerLOAD()
1603 DAG.getConstant(PtrIncr, MVT::i32)); in LowerLOAD()
1706 DAG.getConstant(Offset, MVT::i32), in LowerFormalArguments()
1816 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], MVT::i32); in OptimizeSwizzle()
1824 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], MVT::i32); in OptimizeSwizzle()
1873 DAG.getConstant(-1, MVT::i32), // True in PerformDAGCombine()
1874 DAG.getConstant(0, MVT::i32), // False in PerformDAGCombine()