LLVM 20.0.0git
|
#include "llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/SandboxIR/Function.h"
#include "llvm/SandboxIR/Instruction.h"
#include "llvm/SandboxIR/Module.h"
#include "llvm/SandboxIR/Utils.h"
#include "llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h"
#include "llvm/Transforms/Vectorize/SandboxVectorizer/VecUtils.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::sandboxir |
Functions | |
static llvm::SmallVector< Value *, 4 > | llvm::sandboxir::collectSeeds (BasicBlock &BB) |
static SmallVector< Value *, 4 > | llvm::sandboxir::getOperand (ArrayRef< Value * > Bndl, unsigned OpIdx) |
static BasicBlock::iterator | llvm::sandboxir::getInsertPointAfterInstrs (ArrayRef< Value * > Instrs) |