Lines Matching refs:getConstant
433 DAG.getConstant(0, DL, MVT::i32), // SWZ_X in LowerOperation()
434 DAG.getConstant(1, DL, MVT::i32), // SWZ_Y in LowerOperation()
435 DAG.getConstant(2, DL, MVT::i32), // SWZ_Z in LowerOperation()
436 DAG.getConstant(3, DL, MVT::i32) // SWZ_W in LowerOperation()
468 DAG.getConstant(TextureOp, DL, MVT::i32), in LowerOperation()
470 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
471 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
472 DAG.getConstant(2, DL, MVT::i32), in LowerOperation()
473 DAG.getConstant(3, DL, MVT::i32), in LowerOperation()
477 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
478 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
479 DAG.getConstant(2, DL, MVT::i32), in LowerOperation()
480 DAG.getConstant(3, DL, MVT::i32), in LowerOperation()
493 DAG.getConstant(0, DL, MVT::i32)), in LowerOperation()
495 DAG.getConstant(0, DL, MVT::i32)), in LowerOperation()
497 DAG.getConstant(1, DL, MVT::i32)), in LowerOperation()
499 DAG.getConstant(1, DL, MVT::i32)), in LowerOperation()
501 DAG.getConstant(2, DL, MVT::i32)), in LowerOperation()
503 DAG.getConstant(2, DL, MVT::i32)), in LowerOperation()
505 DAG.getConstant(3, DL, MVT::i32)), in LowerOperation()
507 DAG.getConstant(3, DL, MVT::i32)) in LowerOperation()
515 return DAG.getConstant(ByteOffset, DL, PtrVT); in LowerOperation()
771 DAG.getConstant(ByteOffset, DL, MVT::i32), // PTR in LowerImplicitParameter()
923 HWTrue = DAG.getConstant(-1, DL, CompareVT); in LowerSELECT_CC()
924 HWFalse = DAG.getConstant(0, DL, CompareVT); in LowerSELECT_CC()
964 DAG.getConstant(SRLPad, DL, MVT::i32)); in stackPtrToRegIndex()
1007 Mask = DAG.getConstant(0xff, DL, MVT::i32); in lowerPrivateTruncStore()
1010 Mask = DAG.getConstant(0xffff, DL, MVT::i32); in lowerPrivateTruncStore()
1031 DAG.getConstant(0xfffffffc, DL, MVT::i32)); in lowerPrivateTruncStore()
1042 DAG.getConstant(0x3, DL, MVT::i32)); in lowerPrivateTruncStore()
1046 DAG.getConstant(3, DL, MVT::i32)); in lowerPrivateTruncStore()
1129 DAG.getConstant(2, DL, PtrVT)); in LowerSTORE()
1138 MaskConstant = DAG.getConstant(0xFF, DL, MVT::i32); in LowerSTORE()
1142 MaskConstant = DAG.getConstant(0xFFFF, DL, MVT::i32); in LowerSTORE()
1146 DAG.getConstant(0x00000003, DL, PtrVT)); in LowerSTORE()
1148 DAG.getConstant(3, DL, VT)); in LowerSTORE()
1161 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1162 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1262 DAG.getConstant(0xfffffffc, DL, MVT::i32)); in lowerPrivateExtLoad()
1271 LoadPtr, DAG.getConstant(0x3, DL, MVT::i32)); in lowerPrivateExtLoad()
1275 DAG.getConstant(3, DL, MVT::i32)); in lowerPrivateExtLoad()
1336 DAG.getConstant(4, DL, MVT::i32)), in LowerLOAD()
1337 DAG.getConstant(LoadNode->getAddressSpace() - in LowerLOAD()
1344 DAG.getConstant(0, DL, MVT::i32)); in LowerLOAD()
1380 Ptr = DAG.getNode(ISD::SRL, DL, MVT::i32, Ptr, DAG.getConstant(2, DL, MVT::i32)); in LowerLOAD()
1407 return DAG.getConstant(Offset.getFixed() * 4 * TFL->getStackWidth(MF), in lowerFrameIndex()
1495 DAG.getConstant(PartOffset, DL, MVT::i32), DAG.getUNDEF(MVT::i32), in LowerFormalArguments()
1636 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1644 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1675 DAG.getConstant(4 * i + ConstantBlock * 16, DL, MVT::i32)); in constBufferLoad()
1687 DAG.getConstant(0, DL, MVT::i32)); in constBufferLoad()
1738 DAG.getConstant(-1, DL, MVT::i32), // True in PerformDAGCombine()
1739 DAG.getConstant(0, DL, MVT::i32), // False in PerformDAGCombine()