Searched refs:getTruncStoreVP (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1491 SDValue getTruncStoreVP(SDValue Chain, const SDLoc &dl, SDValue Val, 1496 SDValue getTruncStoreVP(SDValue Chain, const SDLoc &dl, SDValue Val,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 9297 SDValue SelectionDAG::getTruncStoreVP(SDValue Chain, const SDLoc &dl, in getTruncStoreVP() function in SelectionDAG 9316 return getTruncStoreVP(Chain, dl, Val, Ptr, Mask, EVL, SVT, MMO, in getTruncStoreVP() 9320 SDValue SelectionDAG::getTruncStoreVP(SDValue Chain, const SDLoc &dl, in getTruncStoreVP() function in SelectionDAG
|