Searched defs:PromotedVT (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/NVPTX/ | ||
H A D | NVPTXISelLowering.cpp | 251 PromoteScalarIntegerPTX(const EVT & VT,MVT * PromotedVT) PromoteScalarIntegerPTX() argument |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | TypePromotion.cpp | 947 if (TLI->isSExtCheaperThanZExt(SrcVT, PromotedVT)) in run() local |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.cpp | 3964 EVT PromotedVT = LT.second.getScalarType() == MVT::i1 getSpliceCost() local |
H A D | AArch64ISelLowering.cpp | 6207 EVT PromotedVT = VT.changeVectorElementType(MVT::i32); LowerMGATHER() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | LegalizeFloatTypes.cpp | 2324 EVT PromotedVT = Promoted->getValueType(0); PromoteFloatOp_BITCAST() local |