Searched refs:getTruncStoreVP (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1588 LLVM_ABI SDValue getTruncStoreVP(SDValue Chain, const SDLoc &dl, SDValue Val, 1595 LLVM_ABI SDValue getTruncStoreVP(SDValue Chain, const SDLoc &dl, SDValue Val,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 9849 SDValue SelectionDAG::getTruncStoreVP(SDValue Chain, const SDLoc &dl, in getTruncStoreVP() function in SelectionDAG 9867 return getTruncStoreVP(Chain, dl, Val, Ptr, Mask, EVL, SVT, MMO, in getTruncStoreVP() 9871 SDValue SelectionDAG::getTruncStoreVP(SDValue Chain, const SDLoc &dl, in getTruncStoreVP() function in SelectionDAG
|
| H A D | LegalizeIntegerTypes.cpp | 2473 return DAG.getTruncStoreVP(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_VP_STORE()
|