• Home
  • Raw
  • Download

Lines Matching refs:getConstant

511         DAG.getConstant(0, MVT::i32), // SWZ_X  in LowerOperation()
512 DAG.getConstant(1, MVT::i32), // SWZ_Y in LowerOperation()
513 DAG.getConstant(2, MVT::i32), // SWZ_Z in LowerOperation()
514 DAG.getConstant(3, MVT::i32) // SWZ_W in LowerOperation()
626 DAG.getConstant(TextureOp, MVT::i32), in LowerOperation()
628 DAG.getConstant(0, MVT::i32), in LowerOperation()
629 DAG.getConstant(1, MVT::i32), in LowerOperation()
630 DAG.getConstant(2, MVT::i32), in LowerOperation()
631 DAG.getConstant(3, MVT::i32), in LowerOperation()
635 DAG.getConstant(0, MVT::i32), in LowerOperation()
636 DAG.getConstant(1, MVT::i32), in LowerOperation()
637 DAG.getConstant(2, MVT::i32), in LowerOperation()
638 DAG.getConstant(3, MVT::i32), in LowerOperation()
651 DAG.getConstant(0, MVT::i32)), in LowerOperation()
653 DAG.getConstant(0, MVT::i32)), in LowerOperation()
655 DAG.getConstant(1, MVT::i32)), in LowerOperation()
657 DAG.getConstant(1, MVT::i32)), in LowerOperation()
659 DAG.getConstant(2, MVT::i32)), in LowerOperation()
661 DAG.getConstant(2, MVT::i32)), in LowerOperation()
663 DAG.getConstant(3, MVT::i32)), in LowerOperation()
665 DAG.getConstant(3, MVT::i32)) in LowerOperation()
790 DAG.getConstant(ByteOffset, MVT::i32), // PTR in LowerImplicitParameter()
806 return DAG.getConstant(Offset * 4 * TFL->getStackWidth(MF), MVT::i32); in LowerFrameIndex()
922 HWTrue = DAG.getConstant(-1, CompareVT); in LowerSELECT_CC()
923 HWFalse = DAG.getConstant(0, CompareVT); in LowerSELECT_CC()
944 DAG.getConstant(0, MVT::i32), in LowerSELECT()
973 DAG.getConstant(SRLPad, MVT::i32)); in stackPtrToRegIndex()
1017 Ptr, DAG.getConstant(2, MVT::i32))); in LowerSTORE()
1054 DAG.getConstant(PtrIncr, MVT::i32)); in LowerSTORE()
1056 Value, DAG.getConstant(i, MVT::i32)); in LowerSTORE()
1138 DAG.getConstant(4 * i + ConstantBlock * 16, MVT::i32)); in LowerLOAD()
1151 DAG.getNode(ISD::SRL, DL, MVT::i32, Ptr, DAG.getConstant(4, MVT::i32)), in LowerLOAD()
1152 DAG.getConstant(LoadNode->getAddressSpace() - in LowerLOAD()
1159 DAG.getConstant(0, MVT::i32)); in LowerLOAD()
1180 DAG.getConstant(VT.getSizeInBits() - MemVT.getSizeInBits(), MVT::i32); in LowerLOAD()
1217 DAG.getConstant(PtrIncr, MVT::i32)); in LowerLOAD()
1268 DAG.getConstant(36 + VA.getLocMemOffset(), MVT::i32), in LowerFormalArguments()
1362 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], MVT::i32); in OptimizeSwizzle()
1370 Swz[i] = DAG.getConstant(SwizzleRemap[Idx], MVT::i32); in OptimizeSwizzle()
1418 DAG.getConstant(-1, MVT::i32), // True in PerformDAGCombine()
1419 DAG.getConstant(0, MVT::i32), // Flase in PerformDAGCombine()