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.cpp1324 EVT BVT = Ops[I1N].getValueType(); in ppHoistZextI1() local
1327 SDValue C0 = DAG.getConstant(0, dl, BVT); in ppHoistZextI1()
1328 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.cpp7308 EVT BVT = EVT::getVectorVT(*DAG.getContext(), Op0VT, 1); in LowerOperation() local
7309 if (!isTypeLegal(BVT)) in LowerOperation()
7312 VT, DAG.getInsertVectorElt(DL, DAG.getUNDEF(BVT), Op0, 0)); in LowerOperation()
7320 EVT BVT = EVT::getVectorVT(*DAG.getContext(), VT, 1); in LowerOperation() local
7321 if (!isTypeLegal(BVT)) in LowerOperation()
7323 SDValue BVec = DAG.getBitcast(BVT, Op0); in LowerOperation()
14513 EVT BVT = EVT::getVectorVT(*DAG.getContext(), VT, 1); in ReplaceNodeResults() local
14514 if (isTypeLegal(BVT)) { in ReplaceNodeResults()
14515 SDValue BVec = DAG.getBitcast(BVT, Op0); in ReplaceNodeResults()
18712 EVT BVT = B.getValueType(); in getZeroPaddedAdd() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp6172 EVT BVT = B.getValueType().getVectorElementType(); in PromoteIntRes_CONCAT_VECTORS() local
6173 return AVT.getScalarSizeInBits() < BVT.getScalarSizeInBits(); in PromoteIntRes_CONCAT_VECTORS()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20177 EVT BVT = in performConcatVectorsCombine() local
20179 SDValue CC = DAG.getNode(ISD::CONCAT_VECTORS, DL, BVT, X, Y); in performConcatVectorsCombine()
20181 ISD::ADD, DL, BVT, CC, in performConcatVectorsCombine()
20182 DAG.getConstant(1ULL << (N0.getConstantOperandVal(1) - 1), DL, BVT)); in performConcatVectorsCombine()
20184 DAG.getNode(AArch64ISD::VLSHR, DL, BVT, Add, N0.getOperand(1)); in performConcatVectorsCombine()