Home
last modified time | relevance | path

Searched refs:AlignmentFromAssumptionsPass (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h27 struct AlignmentFromAssumptionsPass struct
28 : public PassInfoMixin<AlignmentFromAssumptionsPass> {
/external/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h28 struct AlignmentFromAssumptionsPass struct
29 : public PassInfoMixin<AlignmentFromAssumptionsPass> {
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h29 struct AlignmentFromAssumptionsPass struct
30 : public PassInfoMixin<AlignmentFromAssumptionsPass> {
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp69 AlignmentFromAssumptionsPass Impl;
206 bool AlignmentFromAssumptionsPass::extractAlignmentInfo(CallInst *I, in extractAlignmentInfo()
233 bool AlignmentFromAssumptionsPass::processAssumption(CallInst *ACall, in processAssumption()
331 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl()
349 AlignmentFromAssumptionsPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp69 AlignmentFromAssumptionsPass Impl;
198 bool AlignmentFromAssumptionsPass::extractAlignmentInfo(CallInst *I, in extractAlignmentInfo()
292 bool AlignmentFromAssumptionsPass::processAssumption(CallInst *ACall) { in processAssumption()
385 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl()
400 AlignmentFromAssumptionsPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp69 AlignmentFromAssumptionsPass Impl;
200 bool AlignmentFromAssumptionsPass::extractAlignmentInfo(CallInst *I, in extractAlignmentInfo()
294 bool AlignmentFromAssumptionsPass::processAssumption(CallInst *ACall) { in processAssumption()
413 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl()
431 AlignmentFromAssumptionsPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
/external/llvm/lib/Passes/
DPassRegistry.def129 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def163 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
DPassBuilder.cpp992 OptimizePM.addPass(AlignmentFromAssumptionsPass()); in buildModuleOptimizationPipeline()
1340 MainFPM.add(AlignmentFromAssumptionsPass()); in buildLTODefaultPipeline()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
DPassRegistry.def269 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
DPassBuilderPipelines.cpp1219 FPM.addPass(AlignmentFromAssumptionsPass()); in addVectorPasses()