/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Combiner.cpp | 91 Combiner::Combiner(MachineFunction &MF, CombinerInfo &CInfo, Combiner() function in Combiner [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 2583 Record *Combiner; global() member in __anon0d4329740111::GICombinerEmitter 2866 GICombinerEmitter(RecordKeeper & RK,const CodeGenTarget & Target,StringRef Name,Record * Combiner) GICombinerEmitter() argument 3033 for (const auto &Combiner : SelectedCombiners) { EmitGICombiner() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclOpenMP.h | 183 Expr *Combiner = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 1969 VectorCombine Combiner(F, TTI, DT, AA, AC, TryEarlyFoldsOnly); run() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 2414 template <bool CombineShadow> class Combiner { global() class 2421 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) Combiner() function in __anon427849950811::MemorySanitizerVisitor::Combiner
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3070 Expr *Combiner = Record.readExpr(); VisitOMPDeclareReductionDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3616 Expr *Combiner = D->getCombiner(); VisitOMPDeclareReductionDecl() local
|
H A D | SemaOpenMP.cpp | 22625 ActOnOpenMPDeclareReductionCombinerEnd(Decl * D,Expr * Combiner) ActOnOpenMPDeclareReductionCombinerEnd() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3471 combineUADDO_CARRYDiamond(DAGCombiner & Combiner,SelectionDAG & DAG,SDValue X,SDValue Carry0,SDValue Carry1,SDNode * N) combineUADDO_CARRYDiamond() argument 13108 tryToFoldExtOfExtload(SelectionDAG & DAG,DAGCombiner & Combiner,const TargetLowering & TLI,EVT VT,bool LegalOperations,SDNode * N,SDValue N0,ISD::LoadExtType ExtLoadType) tryToFoldExtOfExtload() argument 13139 tryToFoldExtOfLoad(SelectionDAG & DAG,DAGCombiner & Combiner,const TargetLowering & TLI,EVT VT,bool LegalOperations,SDNode * N,SDValue N0,ISD::LoadExtType ExtLoadType,ISD::NodeType ExtOpc) tryToFoldExtOfLoad() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 1134 llvm::Function *Combiner = emitCombinerOrInitializer( emitUserDefinedReduction() local
|