Home
last modified time | relevance | path

Searched refs:getVPZExtOrTrunc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1043 SDValue getVPZExtOrTrunc(const SDLoc &DL, EVT VT, SDValue Op, SDValue Mask,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8587 N = DAG.getVPZExtOrTrunc(getCurSDLoc(), PtrMemVT, N, OpValues[1], in visitVectorPredicationIntrinsic()
8600 N = DAG.getVPZExtOrTrunc(getCurSDLoc(), DestVT, N, OpValues[1], in visitVectorPredicationIntrinsic()
H A DSelectionDAG.cpp1597 return getVPZExtOrTrunc(DL, VT, Op, Mask, EVL); in getVPPtrExtOrTrunc()
1600 SDValue SelectionDAG::getVPZExtOrTrunc(const SDLoc &DL, EVT VT, SDValue Op, in getVPZExtOrTrunc() function in SelectionDAG
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5479 Exp = DAG.getVPZExtOrTrunc(DL, VT, Exp, Mask, VL); in lowerCTLZ_CTTZ_ZERO_UNDEF()