Lines Matching refs:getConstant
436 DAG.getConstant(0, DL, MVT::i32), // SWZ_X in LowerOperation()
437 DAG.getConstant(1, DL, MVT::i32), // SWZ_Y in LowerOperation()
438 DAG.getConstant(2, DL, MVT::i32), // SWZ_Z in LowerOperation()
439 DAG.getConstant(3, DL, MVT::i32) // SWZ_W in LowerOperation()
470 DAG.getConstant(TextureOp, DL, MVT::i32), in LowerOperation()
472 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
473 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
474 DAG.getConstant(2, DL, MVT::i32), in LowerOperation()
475 DAG.getConstant(3, DL, MVT::i32), in LowerOperation()
479 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
480 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
481 DAG.getConstant(2, DL, MVT::i32), in LowerOperation()
482 DAG.getConstant(3, DL, MVT::i32), in LowerOperation()
495 DAG.getConstant(0, DL, MVT::i32)), in LowerOperation()
497 DAG.getConstant(0, DL, MVT::i32)), in LowerOperation()
499 DAG.getConstant(1, DL, MVT::i32)), in LowerOperation()
501 DAG.getConstant(1, DL, MVT::i32)), in LowerOperation()
503 DAG.getConstant(2, DL, MVT::i32)), in LowerOperation()
505 DAG.getConstant(2, DL, MVT::i32)), in LowerOperation()
507 DAG.getConstant(3, DL, MVT::i32)), in LowerOperation()
509 DAG.getConstant(3, DL, MVT::i32)) in LowerOperation()
517 return DAG.getConstant(ByteOffset, DL, PtrVT); in LowerOperation()
773 DAG.getConstant(ByteOffset, DL, MVT::i32), // PTR in LowerImplicitParameter()
925 HWTrue = DAG.getConstant(-1, DL, CompareVT); in LowerSELECT_CC()
926 HWFalse = DAG.getConstant(0, DL, CompareVT); in LowerSELECT_CC()
955 return DAG.getConstant(TM.getNullPointerValue(DestAS), SL, VT); in lowerADDRSPACECAST()
984 DAG.getConstant(SRLPad, DL, MVT::i32)); in stackPtrToRegIndex()
1027 Mask = DAG.getConstant(0xff, DL, MVT::i32); in lowerPrivateTruncStore()
1030 Mask = DAG.getConstant(0xffff, DL, MVT::i32); in lowerPrivateTruncStore()
1051 DAG.getConstant(0xfffffffc, DL, MVT::i32)); in lowerPrivateTruncStore()
1062 DAG.getConstant(0x3, DL, MVT::i32)); in lowerPrivateTruncStore()
1066 DAG.getConstant(3, DL, MVT::i32)); in lowerPrivateTruncStore()
1149 DAG.getConstant(2, DL, PtrVT)); in LowerSTORE()
1158 MaskConstant = DAG.getConstant(0xFF, DL, MVT::i32); in LowerSTORE()
1162 MaskConstant = DAG.getConstant(0xFFFF, DL, MVT::i32); in LowerSTORE()
1166 DAG.getConstant(0x00000003, DL, PtrVT)); in LowerSTORE()
1168 DAG.getConstant(3, DL, VT)); in LowerSTORE()
1181 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1182 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1282 DAG.getConstant(0xfffffffc, DL, MVT::i32)); in lowerPrivateExtLoad()
1291 LoadPtr, DAG.getConstant(0x3, DL, MVT::i32)); in lowerPrivateExtLoad()
1295 DAG.getConstant(3, DL, MVT::i32)); in lowerPrivateExtLoad()
1356 DAG.getConstant(4, DL, MVT::i32)), in LowerLOAD()
1357 DAG.getConstant(LoadNode->getAddressSpace() - in LowerLOAD()
1364 DAG.getConstant(0, DL, MVT::i32)); in LowerLOAD()
1400 Ptr = DAG.getNode(ISD::SRL, DL, MVT::i32, Ptr, DAG.getConstant(2, DL, MVT::i32)); in LowerLOAD()
1427 return DAG.getConstant(Offset.getFixed() * 4 * TFL->getStackWidth(MF), in lowerFrameIndex()
1515 DAG.getConstant(PartOffset, DL, MVT::i32), DAG.getUNDEF(MVT::i32), in LowerFormalArguments()
1654 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1662 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1693 DAG.getConstant(4 * i + ConstantBlock * 16, DL, MVT::i32)); in constBufferLoad()
1705 DAG.getConstant(0, DL, MVT::i32)); in constBufferLoad()
1756 DAG.getConstant(-1, DL, MVT::i32), // True in PerformDAGCombine()
1757 DAG.getConstant(0, DL, MVT::i32), // False in PerformDAGCombine()