Searched refs:BVT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 1187 EVT BVT = Ops[I1N].getValueType(); in ppHoistZextI1() local 1190 SDValue C0 = DAG.getConstant(0, dl, BVT); in ppHoistZextI1() 1191 SDValue C1 = DAG.getConstant(1, dl, BVT); in ppHoistZextI1()
|
| /freebsd-13.1/share/misc/ |
| H A D | iso3166 | 52 BV BVT 074 Bouvet Island
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 2135 auto BVT = EVT::getVectorVT(*DAG.getContext(), Op0VT, 1); in LowerOperation() local 2136 return DAG.getBitcast(VT, DAG.getNode(ISD::INSERT_VECTOR_ELT, DL, BVT, in LowerOperation() 2137 DAG.getUNDEF(BVT), Op0, in LowerOperation()
|