Searched refs:TmpVT (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 4646 MVT TmpVT; in selectShift() local 4647 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) { in selectShift() 4648 SrcVT = TmpVT; in selectShift() 4655 MVT TmpVT; in selectShift() local 4656 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) { in selectShift() 4657 SrcVT = TmpVT; in selectShift()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 21543 EVT TmpVT = DstVT; in LowerFP_TO_INT_SAT() local 21553 unsigned TmpWidth = TmpVT.getScalarSizeInBits(); in LowerFP_TO_INT_SAT() 21559 TmpVT = MVT::i32; in LowerFP_TO_INT_SAT() 21566 TmpVT = MVT::i64; in LowerFP_TO_INT_SAT() 21602 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT() 21610 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, BothClamped); in LowerFP_TO_INT_SAT() 21642 SDValue FpToInt = DAG.getNode(FpToIntOpcode, dl, TmpVT, Src); in LowerFP_TO_INT_SAT() 21644 if (DstVT != TmpVT) { in LowerFP_TO_INT_SAT() 21654 if (!IsSigned || SatWidth != TmpVT.getScalarSizeInBits()) { in LowerFP_TO_INT_SAT() 21667 if (!IsSigned || DstVT != TmpVT) { in LowerFP_TO_INT_SAT()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 12740 EVT TmpVT = EVT::getIntegerVT(*DAG.getContext(), DstEltVT.getSizeInBits()); in ConstantFoldBITCASTofBUILD_VECTOR() local 12741 SDNode *Tmp = ConstantFoldBITCASTofBUILD_VECTOR(BV, TmpVT).getNode(); in ConstantFoldBITCASTofBUILD_VECTOR()
|