Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1323 EVT BVT = Ops[I1N].getValueType(); in ppHoistZextI1() local
1326 SDValue C0 = DAG.getConstant(0, dl, BVT); in ppHoistZextI1()
1327 SDValue C1 = DAG.getConstant(1, dl, BVT); in ppHoistZextI1()
/freebsd/share/misc/
H A Diso316651 BV BVT 074 Bouvet Island
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6348 EVT BVT = EVT::getVectorVT(*DAG.getContext(), Op0VT, 1); in LowerOperation() local
6349 if (!isTypeLegal(BVT)) in LowerOperation()
6351 return DAG.getBitcast(VT, DAG.getNode(ISD::INSERT_VECTOR_ELT, DL, BVT, in LowerOperation()
6352 DAG.getUNDEF(BVT), Op0, in LowerOperation()
6361 EVT BVT = EVT::getVectorVT(*DAG.getContext(), VT, 1); in LowerOperation() local
6362 if (!isTypeLegal(BVT)) in LowerOperation()
6364 SDValue BVec = DAG.getBitcast(BVT, Op0); in LowerOperation()
12631 EVT BVT = EVT::getVectorVT(*DAG.getContext(), VT, 1); in ReplaceNodeResults() local
12632 if (isTypeLegal(BVT)) { in ReplaceNodeResults()
12633 SDValue BVec = DAG.getBitcast(BVT, Op0); in ReplaceNodeResults()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp5929 EVT BVT = B.getValueType().getVectorElementType(); in PromoteIntRes_CONCAT_VECTORS() local
5930 return AVT.getScalarSizeInBits() < BVT.getScalarSizeInBits(); in PromoteIntRes_CONCAT_VECTORS()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19469 EVT BVT = in performConcatVectorsCombine() local
19471 SDValue CC = DAG.getNode(ISD::CONCAT_VECTORS, dl, BVT, X, Y); in performConcatVectorsCombine()
19473 ISD::ADD, dl, BVT, CC, in performConcatVectorsCombine()
19474 DAG.getConstant(1ULL << (N0.getConstantOperandVal(1) - 1), dl, BVT)); in performConcatVectorsCombine()
19476 DAG.getNode(AArch64ISD::VLSHR, dl, BVT, Add, N0.getOperand(1)); in performConcatVectorsCombine()