Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp136 SDValue PassThru = getNodePassthru(Op); in lowerVVP_LOAD_STORE()
192 assert(!getNodePassthru(Op) && in splitPackedLoadStore()
282 SDValue PassThru = getNodePassthru(Op); in lowerVVP_GATHER_SCATTER()
H A DVECustomDAG.h105 SDValue getNodePassthru(SDValue Op);
H A DVECustomDAG.cpp353 SDValue getNodePassthru(SDValue Op) { in getNodePassthru() function