Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16919 EVT NewIntVT = EVT::getIntegerVT(*DAG.getContext(), VT.getScalarSizeInBits()); in combineFMulOrFDivWithIntPow2() local
16921 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewIntVT, in combineFMulOrFDivWithIntPow2()
16925 /*InexpensiveOnly*/ true, NewIntVT); in combineFMulOrFDivWithIntPow2()
16931 DAG.getShiftAmountConstant(*Mantissa, NewIntVT, DL); in combineFMulOrFDivWithIntPow2()
16935 SDValue Shift = DAG.getNode(ISD::SHL, DL, NewIntVT, Log2, MantissaShiftCnt); in combineFMulOrFDivWithIntPow2()
16938 NewIntVT, DAG.getBitcast(NewIntVT, ConstOp), Shift); in combineFMulOrFDivWithIntPow2()
23691 EVT NewScalarIntVT, NewIntVT; in convertBuildVecZextToBuildVecWithZeros() local
23705 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewScalarIntVT, in convertBuildVecZextToBuildVecWithZeros()
23707 if (!TLI.isTypeLegal(NewScalarIntVT) || !TLI.isTypeLegal(NewIntVT) || in convertBuildVecZextToBuildVecWithZeros()
23710 TLI.isOperationLegalOrCustom(ISD::BUILD_VECTOR, NewIntVT)))) in convertBuildVecZextToBuildVecWithZeros()
[all …]