Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h330 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
DHexagonISelLowering.cpp2465 HexagonTargetLowering::expandPredicate(SDValue Vec32, const SDLoc &dl, in expandPredicate() argument
2467 assert(ty(Vec32).getSizeInBits() == 32); in expandPredicate()
2468 if (isUndef(Vec32)) in expandPredicate()
2470 return getInstr(Hexagon::S2_vsxtbh, dl, MVT::i64, {Vec32}, DAG); in expandPredicate()