Home | History | Annotate | Download | only in Mips

Lines Matching defs:VT

279 bool MipsTargetLowering::allowsUnalignedMemoryAccesses(EVT VT) const {
280 MVT::SimpleValueType SVT = VT.getSimpleVT().SimpleTy;
294 EVT MipsTargetLowering::getSetCCResultType(EVT VT) const {
1936 EVT VT = Op.getValueType();
1939 IsN64 ? Mips::FP_64 : Mips::FP, VT);
2117 MVT ArgVT = Outs[i].VT;
3044 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const
3051 if (VT == MVT::i32)
3053 assert(VT == MVT::i64 && "Unexpected type.");
3056 if (VT == MVT::f32)
3058 if ((VT == MVT::f64) && (!Subtarget->isSingleFloat())) {
3066 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
3075 bool MipsTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
3076 if (VT != MVT::f32 && VT != MVT::f64)