Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16619 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewIntVT, in combineFMulOrFDivWithIntPow2()
16623 /*InexpensiveOnly*/ true, NewIntVT); in combineFMulOrFDivWithIntPow2()
16629 DAG.getConstant(*Mantissa, DL, getShiftAmountTy(NewIntVT)); in combineFMulOrFDivWithIntPow2()
16636 NewIntVT, DAG.getBitcast(NewIntVT, ConstOp), Shift); in combineFMulOrFDivWithIntPow2()
23331 EVT NewScalarIntVT, NewIntVT; in convertBuildVecZextToBuildVecWithZeros() local
23345 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewScalarIntVT, in convertBuildVecZextToBuildVecWithZeros()
23347 if (!TLI.isTypeLegal(NewScalarIntVT) || !TLI.isTypeLegal(NewIntVT) || in convertBuildVecZextToBuildVecWithZeros()
23350 TLI.isOperationLegalOrCustom(ISD::BUILD_VECTOR, NewIntVT)))) in convertBuildVecZextToBuildVecWithZeros()
23363 NewOps.reserve(NewIntVT.getVectorNumElements()); in convertBuildVecZextToBuildVecWithZeros()
23377 assert(NewOps.size() == NewIntVT.getVectorNumElements()); in convertBuildVecZextToBuildVecWithZeros()
[all …]