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()
923 HWTrue = DAG.getConstant(-1, DL, CompareVT); in LowerSELECT_CC()
924 HWFalse = DAG.getConstant(0, DL, CompareVT); in LowerSELECT_CC()
953 return DAG.getConstant(TM.getNullPointerValue(DestAS), SL, VT); in lowerADDRSPACECAST()
982 DAG.getConstant(SRLPad, DL, MVT::i32)); in stackPtrToRegIndex()
1025 Mask = DAG.getConstant(0xff, DL, MVT::i32); in lowerPrivateTruncStore()
1028 Mask = DAG.getConstant(0xffff, DL, MVT::i32); in lowerPrivateTruncStore()
1049 DAG.getConstant(0xfffffffc, DL, MVT::i32)); in lowerPrivateTruncStore()
1060 DAG.getConstant(0x3, DL, MVT::i32)); in lowerPrivateTruncStore()
1064 DAG.getConstant(3, DL, MVT::i32)); in lowerPrivateTruncStore()
1147 DAG.getConstant(2, DL, PtrVT)); in LowerSTORE()
1156 MaskConstant = DAG.getConstant(0xFF, DL, MVT::i32); in LowerSTORE()
1160 MaskConstant = DAG.getConstant(0xFFFF, DL, MVT::i32); in LowerSTORE()
1164 DAG.getConstant(0x00000003, DL, PtrVT)); in LowerSTORE()
1166 DAG.getConstant(3, DL, VT)); in LowerSTORE()
1179 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1180 DAG.getConstant(0, DL, MVT::i32), in LowerSTORE()
1281 DAG.getConstant(0xfffffffc, DL, MVT::i32)); in lowerPrivateExtLoad()
1290 LoadPtr, DAG.getConstant(0x3, DL, MVT::i32)); in lowerPrivateExtLoad()
1294 DAG.getConstant(3, DL, MVT::i32)); in lowerPrivateExtLoad()
1355 DAG.getConstant(4, DL, MVT::i32)), in LowerLOAD()
1356 DAG.getConstant(LoadNode->getAddressSpace() - in LowerLOAD()
1362 DAG.getConstant(0, DL, MVT::i32)); in LowerLOAD()
1398 Ptr = DAG.getNode(ISD::SRL, DL, MVT::i32, Ptr, DAG.getConstant(2, DL, MVT::i32)); in LowerLOAD()
1425 return DAG.getConstant(Offset.getFixed() * 4 * TFL->getStackWidth(MF), in lowerFrameIndex()
1513 DAG.getConstant(PartOffset, DL, MVT::i32), DAG.getUNDEF(MVT::i32), in LowerFormalArguments()
1652 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1660 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], DL, MVT::i32); in OptimizeSwizzle()
1691 DAG.getConstant(4 * i + ConstantBlock * 16, DL, MVT::i32)); in constBufferLoad()
1703 DAG.getConstant(0, DL, MVT::i32)); in constBufferLoad()
1754 DAG.getConstant(-1, DL, MVT::i32), // True in PerformDAGCombine()
1755 DAG.getConstant(0, DL, MVT::i32), // False in PerformDAGCombine()