Lines Matching refs:getSimpleVT
148 MVT VT = RealVT.getSimpleVT(); in getRegForValue()
152 VT = TLI.getTypeToTransformTo(V->getContext(), VT).getSimpleVT(); in getRegForValue()
220 Reg = FastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP, in materializeRegForValue()
298 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND, in getRegForGEPIndex()
303 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE, in getRegForGEPIndex()
387 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1, in SelectBinaryOp()
389 VT.getSimpleVT()); in SelectBinaryOp()
423 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op0, in SelectBinaryOp()
424 Op0IsKill, Imm, VT.getSimpleVT()); in SelectBinaryOp()
434 unsigned ResultReg = FastEmit_rf(VT.getSimpleVT(), VT.getSimpleVT(), in SelectBinaryOp()
451 unsigned ResultReg = FastEmit_rr(VT.getSimpleVT(), VT.getSimpleVT(), in SelectBinaryOp()
758 unsigned ResultReg = FastEmit_r(SrcVT.getSimpleVT(), in SelectCast()
759 DstVT.getSimpleVT(), in SelectCast()
787 MVT SrcVT = SrcEVT.getSimpleVT(); in SelectBitCast()
788 MVT DstVT = DstEVT.getSimpleVT(); in SelectBitCast()
903 unsigned ResultReg = FastEmit_r(VT.getSimpleVT(), VT.getSimpleVT(), in SelectFNeg()
917 unsigned IntReg = FastEmit_r(VT.getSimpleVT(), IntVT.getSimpleVT(), in SelectFNeg()
922 unsigned IntResultReg = FastEmit_ri_(IntVT.getSimpleVT(), ISD::XOR, in SelectFNeg()
925 IntVT.getSimpleVT()); in SelectFNeg()
929 ResultReg = FastEmit_r(IntVT.getSimpleVT(), VT.getSimpleVT(), in SelectFNeg()
949 MVT VT = RealVT.getSimpleVT(); in SelectExtractValue()