Home
last modified time | relevance | path

Searched refs:TmpVT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4742 MVT TmpVT; in selectShift() local
4743 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) { in selectShift()
4744 SrcVT = TmpVT; in selectShift()
4751 MVT TmpVT; in selectShift() local
4752 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) { in selectShift()
4753 SrcVT = TmpVT; in selectShift()
H A DAArch64ISelLowering.cpp4878 EVT TmpVT = U->user_begin()->getValueType(0); in LowerVectorINT_TO_FP() local
4879 if (TmpVT.getScalarType() == MVT::f16) in LowerVectorINT_TO_FP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4963 for (EVT TmpVT = NVT;;) { in ExpandIntRes_Shift() local
4964 EVT NewTMPVT = TLI.getTypeToTransformTo(*DAG.getContext(), TmpVT); in ExpandIntRes_Shift()
4965 if (NewTMPVT == TmpVT) in ExpandIntRes_Shift()
4967 TmpVT = NewTMPVT; in ExpandIntRes_Shift()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22025 EVT TmpVT = DstVT; in LowerFP_TO_INT_SAT() local
22035 unsigned TmpWidth = TmpVT.getScalarSizeInBits(); in LowerFP_TO_INT_SAT()
22041 TmpVT = MVT::i32; in LowerFP_TO_INT_SAT()
22048 TmpVT = MVT::i64; in LowerFP_TO_INT_SAT()
22085 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
22093 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, BothClamped); in LowerFP_TO_INT_SAT()
22125 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, Src); in LowerFP_TO_INT_SAT()
22127 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
22137 if (!IsSigned || SatWidth != TmpVT.getScalarSizeInBits()) { in LowerFP_TO_INT_SAT()
22150 if (!IsSigned || DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
[all …]