Home
last modified time | relevance | path

Searched refs:UserBndl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DBottomUpVec.cpp281 ArrayRef<Value *> UserBndl, unsigned Depth, in vectorizeRec() argument
291 std::make_unique<Action>(&LegalityRes, Bndl, UserBndl, Depth); in vectorizeRec()
346 ArrayRef<Value *> UserBndl = ActionPtr->UserBndl; in emitVectors() local
349 auto *UserBB = !UserBndl.empty() in emitVectors()
350 ? cast<Instruction>(UserBndl.front())->getParent() in emitVectors()
473 : cast<Instruction>(UserBndl[0]); in emitVectors()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DInstrMaps.h32 SmallVector<Value *> UserBndl; member
38 : LegalityRes(LR), Bndl(B), UserBndl(UB), Depth(Depth) {} in Action()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DInstrMaps.cpp22 for (Value *V : UserBndl) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DBottomUpVec.h89 Action *vectorizeRec(ArrayRef<Value *> Bndl, ArrayRef<Value *> UserBndl,