Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGICombinerEmitter.cpp595 Record *Combiner; member in __anon7656ccb00111::GICombinerEmitter
624 StringRef Name, Record *Combiner) in GICombinerEmitter()
868 Record *Combiner) { in emitAdditionalHelperMethodArguments()
1072 for (const auto &Combiner : SelectedCombiners) { in EmitGICombiner() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp93 Combiner::Combiner(CombinerInfo &Info, const TargetPassConfig *TPC) in Combiner() function in Combiner
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclOpenMP.h184 Expr *Combiner = nullptr; variable
/openbsd/src/gnu/llvm/llvm/docs/
DCodeGenerator.rst1012 .. _Select instructions from DAG:
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVectorCombine.cpp1844 VectorCombine Combiner(F, TTI, DT, AA, AC, false); in runOnFunction() local
1868 VectorCombine Combiner(F, TTI, DT, AA, AC, TryEarlyFoldsOnly); in run() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2340 template <bool CombineShadow> class Combiner { class
2347 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) in Combiner() function in __anona93f03bf0811::MemorySanitizerVisitor::Combiner
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp2917 Expr *Combiner = Record.readExpr(); in VisitOMPDeclareReductionDecl() local
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3551 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl() local
DSemaOpenMP.cpp22210 void Sema::ActOnOpenMPDeclareReductionCombinerEnd(Decl *D, Expr *Combiner) { in ActOnOpenMPDeclareReductionCombinerEnd()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3159 static SDValue combineADDCARRYDiamond(DAGCombiner &Combiner, SelectionDAG &DAG, in combineADDCARRYDiamond()
12169 static SDValue tryToFoldExtOfExtload(SelectionDAG &DAG, DAGCombiner &Combiner, in tryToFoldExtOfExtload()
12200 static SDValue tryToFoldExtOfLoad(SelectionDAG &DAG, DAGCombiner &Combiner, in tryToFoldExtOfLoad()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1152 llvm::Function *Combiner = emitCombinerOrInitializer( in emitUserDefinedReduction() local