Searched refs:BVT (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 1190 EVT BVT = Ops[I1N].getValueType(); in ppHoistZextI1() local 1193 SDValue C0 = DAG.getConstant(0, dl, BVT); in ppHoistZextI1() 1194 SDValue C1 = DAG.getConstant(1, dl, BVT); in ppHoistZextI1()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3162 EVT BVT = EVT::getVectorVT(*DAG.getContext(), Op0VT, 1); in LowerOperation() local 3163 if (!isTypeLegal(BVT)) in LowerOperation() 3165 return DAG.getBitcast(VT, DAG.getNode(ISD::INSERT_VECTOR_ELT, DL, BVT, in LowerOperation() 3166 DAG.getUNDEF(BVT), Op0, in LowerOperation() 3175 EVT BVT = EVT::getVectorVT(*DAG.getContext(), VT, 1); in LowerOperation() local 3176 if (!isTypeLegal(BVT)) in LowerOperation() 3178 SDValue BVec = DAG.getBitcast(BVT, Op0); in LowerOperation() 7132 EVT BVT = EVT::getVectorVT(*DAG.getContext(), VT, 1); in ReplaceNodeResults() local 7133 if (isTypeLegal(BVT)) { in ReplaceNodeResults() 7134 SDValue BVec = DAG.getBitcast(BVT, Op0); in ReplaceNodeResults()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 5378 EVT BVT = B.getValueType().getVectorElementType(); in PromoteIntRes_CONCAT_VECTORS() local 5379 return AVT.getScalarSizeInBits() < BVT.getScalarSizeInBits(); in PromoteIntRes_CONCAT_VECTORS()
|