Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4658 MVT TmpVT; in selectShift() local
4659 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) { in selectShift()
4660 SrcVT = TmpVT; in selectShift()
4667 MVT TmpVT; in selectShift() local
4668 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) { in selectShift()
4669 SrcVT = TmpVT; in selectShift()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22747 EVT TmpVT = DstVT; in LowerFP_TO_INT_SAT() local
22757 unsigned TmpWidth = TmpVT.getScalarSizeInBits(); in LowerFP_TO_INT_SAT()
22763 TmpVT = MVT::i32; in LowerFP_TO_INT_SAT()
22770 TmpVT = MVT::i64; in LowerFP_TO_INT_SAT()
22806 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
22848 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
22858 if (!IsSigned || SatWidth != TmpVT.getScalarSizeInBits()) { in LowerFP_TO_INT_SAT()
22871 if (!IsSigned || DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
32757 MVT TmpVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8); in ReplaceNodeResults() local
32758 Res = DAG.getNode(ISD::TRUNCATE, dl, TmpVT, Res); in ReplaceNodeResults()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13923 EVT TmpVT = EVT::getIntegerVT(*DAG.getContext(), DstEltVT.getSizeInBits()); in ConstantFoldBITCASTofBUILD_VECTOR() local
13924 SDNode *Tmp = ConstantFoldBITCASTofBUILD_VECTOR(BV, TmpVT).getNode(); in ConstantFoldBITCASTofBUILD_VECTOR()