Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp86 auto VVPOpc = getVVPOpcode(Op->getOpcode()); in maySafelyIgnoreMask() local
87 auto Opc = VVPOpc.value_or(Op->getOpcode()); in maySafelyIgnoreMask()
263 if (auto VVPOpc = getVVPOpcode(OC)) in getIdiomaticVectorType() local
264 OC = *VVPOpc; in getIdiomaticVectorType()
H A DVVPISelLowering.cpp125 auto VVPOpc = *getVVPOpcode(Op->getOpcode()); in lowerVVP_LOAD_STORE() local
126 const bool IsLoad = (VVPOpc == VEISD::VVP_LOAD); in lowerVVP_LOAD_STORE()
171 assert(VVPOpc == VEISD::VVP_STORE); in lowerVVP_LOAD_STORE()