Home
last modified time | relevance | path

Searched defs:Combiner (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp595 Record *Combiner; member in __anon31f3a7ff0111::GICombinerEmitter
624 StringRef Name, Record *Combiner) in GICombinerEmitter()
842 Record *Combiner) { in emitAdditionalHelperMethodArguments()
1047 for (const auto &Combiner : SelectedCombiners) { in EmitGICombiner() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp93 Combiner::Combiner(CombinerInfo &Info, const TargetPassConfig *TPC) in Combiner() function in Combiner
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp893 VectorCombine Combiner(F, TTI, DT, AA); in runOnFunction() local
915 VectorCombine Combiner(F, TTI, DT, AA); in run() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclOpenMP.h184 Expr *Combiner = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst978 .. _Select instructions from DAG:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2126 class Combiner { class
2133 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) in Combiner() function in __anon03c9fd4e0811::MemorySanitizerVisitor::Combiner
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2699 Expr *Combiner = Record.readExpr(); in VisitOMPDeclareReductionDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3298 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl() local
H A DSemaOpenMP.cpp19427 void Sema::ActOnOpenMPDeclareReductionCombinerEnd(Decl *D, Expr *Combiner) { in ActOnOpenMPDeclareReductionCombinerEnd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2959 static SDValue combineADDCARRYDiamond(DAGCombiner &Combiner, SelectionDAG &DAG, in combineADDCARRYDiamond()
3050 static SDValue combineCarryDiamond(DAGCombiner &Combiner, SelectionDAG &DAG, in combineCarryDiamond()
10639 static SDValue tryToFoldExtOfExtload(SelectionDAG &DAG, DAGCombiner &Combiner, in tryToFoldExtOfExtload()
10670 static SDValue tryToFoldExtOfLoad(SelectionDAG &DAG, DAGCombiner &Combiner, in tryToFoldExtOfLoad()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1173 llvm::Function *Combiner = emitCombinerOrInitializer( in emitUserDefinedReduction() local