Home
last modified time | relevance | path

Searched refs:getTruncStoreVP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1491 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 DSelectionDAG.cpp9297 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