• Home
  • Raw
  • Download

Lines Matching refs:getConstant

631         DAG.getConstant(0, DL, MVT::i32), // SWZ_X  in LowerOperation()
632 DAG.getConstant(1, DL, MVT::i32), // SWZ_Y in LowerOperation()
633 DAG.getConstant(2, DL, MVT::i32), // SWZ_Z in LowerOperation()
634 DAG.getConstant(3, DL, MVT::i32) // SWZ_W in LowerOperation()
765 DAG.getConstant(TextureOp, DL, MVT::i32), in LowerOperation()
767 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
768 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
769 DAG.getConstant(2, DL, MVT::i32), in LowerOperation()
770 DAG.getConstant(3, DL, MVT::i32), in LowerOperation()
774 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
775 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
776 DAG.getConstant(2, DL, MVT::i32), in LowerOperation()
777 DAG.getConstant(3, DL, MVT::i32), in LowerOperation()
790 DAG.getConstant(0, DL, MVT::i32)), in LowerOperation()
792 DAG.getConstant(0, DL, MVT::i32)), in LowerOperation()
794 DAG.getConstant(1, DL, MVT::i32)), in LowerOperation()
796 DAG.getConstant(1, DL, MVT::i32)), in LowerOperation()
798 DAG.getConstant(2, DL, MVT::i32)), in LowerOperation()
800 DAG.getConstant(2, DL, MVT::i32)), in LowerOperation()
802 DAG.getConstant(3, DL, MVT::i32)), in LowerOperation()
804 DAG.getConstant(3, DL, MVT::i32)) in LowerOperation()
914 DAG.getConstant(i, DL, getVectorIdxTy(DAG.getDataLayout())))); in vectorToVerticalVector()
994 SDValue Zero = DAG.getConstant(0, DL, VT); in LowerSHLParts()
995 SDValue One = DAG.getConstant(1, DL, VT); in LowerSHLParts()
997 SDValue Width = DAG.getConstant(VT.getSizeInBits(), DL, VT); in LowerSHLParts()
998 SDValue Width1 = DAG.getConstant(VT.getSizeInBits() - 1, DL, VT); in LowerSHLParts()
1030 SDValue Zero = DAG.getConstant(0, DL, VT); in LowerSRXParts()
1031 SDValue One = DAG.getConstant(1, DL, VT); in LowerSRXParts()
1035 SDValue Width = DAG.getConstant(VT.getSizeInBits(), DL, VT); in LowerSRXParts()
1036 SDValue Width1 = DAG.getConstant(VT.getSizeInBits() - 1, DL, VT); in LowerSRXParts()
1101 DAG.getConstant(ByteOffset, DL, MVT::i32), // PTR in LowerImplicitParameter()
1241 HWTrue = DAG.getConstant(-1, DL, CompareVT); in LowerSELECT_CC()
1242 HWFalse = DAG.getConstant(0, DL, CompareVT); in LowerSELECT_CC()
1282 DAG.getConstant(SRLPad, DL, MVT::i32)); in stackPtrToRegIndex()
1333 MaskConstant = DAG.getConstant(0xFF, DL, MVT::i32); in LowerSTORE()
1336 MaskConstant = DAG.getConstant(0xFFFF, DL, MVT::i32); in LowerSTORE()
1339 DAG.getConstant(2, DL, MVT::i32)); in LowerSTORE()
1341 DAG.getConstant(0x00000003, DL, VT)); in LowerSTORE()
1344 DAG.getConstant(3, DL, VT)); in LowerSTORE()
1351 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1352 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1365 Ptr, DAG.getConstant(2, DL, MVT::i32))); in LowerSTORE()
1407 DAG.getConstant(PtrIncr, DL, MVT::i32)); in LowerSTORE()
1409 Value, DAG.getConstant(i, DL, MVT::i32)); in LowerSTORE()
1489 DAG.getConstant(2, DL, MVT::i32)); in LowerLOAD()
1520 DAG.getConstant(4 * i + ConstantBlock * 16, DL, MVT::i32)); in LowerLOAD()
1535 DAG.getConstant(4, DL, MVT::i32)), in LowerLOAD()
1536 DAG.getConstant(LoadNode->getAddressSpace() - in LowerLOAD()
1543 DAG.getConstant(0, DL, MVT::i32)); in LowerLOAD()
1600 DAG.getConstant(PtrIncr, DL, MVT::i32)); in LowerLOAD()
1703 DAG.getConstant(Offset, DL, MVT::i32), in LowerFormalArguments()
1815 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1823 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1873 DAG.getConstant(-1, dl, MVT::i32), // True in PerformDAGCombine()
1874 DAG.getConstant(0, dl, MVT::i32), // False in PerformDAGCombine()