Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13255 EVT N00VT = N00.getValueType(); in foldSextSetcc() local
13265 TLI.getBooleanContents(N00VT) == in foldSextSetcc()
13267 EVT SVT = getSetCCResultType(N00VT); in foldSextSetcc()
13356 EVT SetCCVT = getSetCCResultType(N00VT); in foldSextSetcc()
13838 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
13867 EVT N00VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local
13870 DAG.getBoolConstant(true, DL, N0VT, N00VT), in visitZERO_EXTEND()
14043 EVT N00VT = N0.getOperand(0).getValueType(); in visitANY_EXTEND() local
14052 if (VT.getSizeInBits() == N00VT.getSizeInBits()) in visitANY_EXTEND()
25463 EVT N00VT = N0.getOperand(0).getValueType(); in visitVECTOR_SHUFFLE() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18140 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
18142 if (N00VT == N10.getValueType() && in performConcatVectorsCombine()
18143 (N00VT == MVT::v2i64 || N00VT == MVT::v4i32) && in performConcatVectorsCombine()
18144 N00VT.getScalarSizeInBits() == 4 * VT.getScalarSizeInBits()) { in performConcatVectorsCombine()
18145 MVT MidVT = (N00VT == MVT::v2i64 ? MVT::v4i32 : MVT::v8i16); in performConcatVectorsCombine()
18246 EVT N00VT = N00.getValueType(); in performConcatVectorsCombine() local
18252 N11->getOpcode() == ISD::EXTRACT_SUBVECTOR && N00VT == N10VT) { in performConcatVectorsCombine()
18268 N10Index == N00VT.getVectorNumElements()) in performConcatVectorsCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52614 EVT N00VT = N0.getOperand(0).getValueType(); in combineExtSetcc() local
52615 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc()