Lines Matching refs:getConstant

486         DAG.getConstant(0, DL, MVT::i32), // SWZ_X  in LowerOperation()
487 DAG.getConstant(1, DL, MVT::i32), // SWZ_Y in LowerOperation()
488 DAG.getConstant(2, DL, MVT::i32), // SWZ_Z in LowerOperation()
489 DAG.getConstant(3, DL, MVT::i32) // SWZ_W in LowerOperation()
521 DAG.getConstant(TextureOp, DL, MVT::i32), in LowerOperation()
523 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
524 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
525 DAG.getConstant(2, DL, MVT::i32), in LowerOperation()
526 DAG.getConstant(3, DL, MVT::i32), in LowerOperation()
530 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
531 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
532 DAG.getConstant(2, DL, MVT::i32), in LowerOperation()
533 DAG.getConstant(3, DL, MVT::i32), in LowerOperation()
546 DAG.getConstant(0, DL, MVT::i32)), in LowerOperation()
548 DAG.getConstant(0, DL, MVT::i32)), in LowerOperation()
550 DAG.getConstant(1, DL, MVT::i32)), in LowerOperation()
552 DAG.getConstant(1, DL, MVT::i32)), in LowerOperation()
554 DAG.getConstant(2, DL, MVT::i32)), in LowerOperation()
556 DAG.getConstant(2, DL, MVT::i32)), in LowerOperation()
558 DAG.getConstant(3, DL, MVT::i32)), in LowerOperation()
560 DAG.getConstant(3, DL, MVT::i32)) in LowerOperation()
568 return DAG.getConstant(ByteOffset, DL, PtrVT); in LowerOperation()
824 DAG.getConstant(ByteOffset, DL, MVT::i32), // PTR in LowerImplicitParameter()
976 HWTrue = DAG.getConstant(-1, DL, CompareVT); in LowerSELECT_CC()
977 HWFalse = DAG.getConstant(0, DL, CompareVT); in LowerSELECT_CC()
1017 DAG.getConstant(SRLPad, DL, MVT::i32)); in stackPtrToRegIndex()
1060 Mask = DAG.getConstant(0xff, DL, MVT::i32); in lowerPrivateTruncStore()
1063 Mask = DAG.getConstant(0xffff, DL, MVT::i32); in lowerPrivateTruncStore()
1084 DAG.getConstant(0xfffffffc, DL, MVT::i32)); in lowerPrivateTruncStore()
1095 DAG.getConstant(0x3, DL, MVT::i32)); in lowerPrivateTruncStore()
1099 DAG.getConstant(3, DL, MVT::i32)); in lowerPrivateTruncStore()
1182 DAG.getConstant(2, DL, PtrVT)); in LowerSTORE()
1191 MaskConstant = DAG.getConstant(0xFF, DL, MVT::i32); in LowerSTORE()
1195 MaskConstant = DAG.getConstant(0xFFFF, DL, MVT::i32); in LowerSTORE()
1199 DAG.getConstant(0x00000003, DL, PtrVT)); in LowerSTORE()
1201 DAG.getConstant(3, DL, VT)); in LowerSTORE()
1214 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1215 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1315 DAG.getConstant(0xfffffffc, DL, MVT::i32)); in lowerPrivateExtLoad()
1324 LoadPtr, DAG.getConstant(0x3, DL, MVT::i32)); in lowerPrivateExtLoad()
1328 DAG.getConstant(3, DL, MVT::i32)); in lowerPrivateExtLoad()
1389 DAG.getConstant(4, DL, MVT::i32)), in LowerLOAD()
1390 DAG.getConstant(LoadNode->getAddressSpace() - in LowerLOAD()
1397 DAG.getConstant(0, DL, MVT::i32)); in LowerLOAD()
1433 Ptr = DAG.getNode(ISD::SRL, DL, MVT::i32, Ptr, DAG.getConstant(2, DL, MVT::i32)); in LowerLOAD()
1460 return DAG.getConstant(Offset.getFixed() * 4 * TFL->getStackWidth(MF), in lowerFrameIndex()
1548 DAG.getConstant(PartOffset, DL, MVT::i32), DAG.getUNDEF(MVT::i32), in LowerFormalArguments()
1689 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1697 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1728 DAG.getConstant(4 * i + ConstantBlock * 16, DL, MVT::i32)); in constBufferLoad()
1740 DAG.getConstant(0, DL, MVT::i32)); in constBufferLoad()
1791 DAG.getConstant(-1, DL, MVT::i32), // True in PerformDAGCombine()
1792 DAG.getConstant(0, DL, MVT::i32), // False in PerformDAGCombine()