|
LLVM 24.0.0git
|
#include "SLPReductionUtils.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Intrinsics.h"#include "llvm/IR/PatternMatch.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::slpvectorizer |
| A private "module" namespace for types and utilities used by this pass. | |
Functions | |
| static bool | llvm::slpvectorizer::matchRdxBop (Instruction *I, Value *&V0, Value *&V1) |
| Instruction * | llvm::slpvectorizer::getNonPhiOperand (Instruction *I, PHINode *Phi) |
| bool | llvm::slpvectorizer::isReductionCandidate (Instruction *I) |