Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4726 MVT TmpVT; in selectShift() local
4727 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) { in selectShift()
4728 SrcVT = TmpVT; in selectShift()
4735 MVT TmpVT; in selectShift() local
4736 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) { in selectShift()
4737 SrcVT = TmpVT; in selectShift()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4560 for (EVT TmpVT = NVT;;) { in ExpandIntRes_Shift() local
4561 EVT NewTMPVT = TLI.getTypeToTransformTo(*DAG.getContext(), TmpVT); in ExpandIntRes_Shift()
4562 if (NewTMPVT == TmpVT) in ExpandIntRes_Shift()
4564 TmpVT = NewTMPVT; in ExpandIntRes_Shift()
H A DDAGCombiner.cpp15511 EVT TmpVT = EVT::getIntegerVT(*DAG.getContext(), DstEltVT.getSizeInBits()); in ConstantFoldBITCASTofBUILD_VECTOR() local
15512 SDNode *Tmp = ConstantFoldBITCASTofBUILD_VECTOR(BV, TmpVT).getNode(); in ConstantFoldBITCASTofBUILD_VECTOR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21106 EVT TmpVT = DstVT; in LowerFP_TO_INT_SAT() local
21116 unsigned TmpWidth = TmpVT.getScalarSizeInBits(); in LowerFP_TO_INT_SAT()
21122 TmpVT = MVT::i32; in LowerFP_TO_INT_SAT()
21129 TmpVT = MVT::i64; in LowerFP_TO_INT_SAT()
21165 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
21207 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
21217 if (!IsSigned || SatWidth != TmpVT.getScalarSizeInBits()) { in LowerFP_TO_INT_SAT()
21230 if (!IsSigned || DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
21335 MVT TmpVT = VT.changeVectorElementType(MVT::f32); in LowerFP_EXTEND() local
32432 Res = DAG.getNode(ISD::TRUNCATE, dl, TmpVT, Res); in ReplaceNodeResults()
[all …]