/llvm-project/clang/test/CodeGenCXX/ |
H A D | stack-reuse.cpp | 20 struct Combiner { struct 23 Combiner(S_large); argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Combiner.cpp | 97 Combiner::Combiner(MachineFunction &MF, CombinerInfo &CInfo, Combiner() function in Combiner [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 2272 Record *Combiner; global() member in __anon378790550111::GICombinerEmitter 2539 GICombinerEmitter(RecordKeeper & RK,const CodeGenTarget & Target,StringRef Name,Record * Combiner) GICombinerEmitter() argument 2706 for (const auto &Combiner : SelectedCombiners) { EmitGICombiner() local [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | DeclOpenMP.h | 183 Expr *Combiner = nullptr; variable
|
/llvm-project/llvm/docs/ |
H A D | CodeGenerator.rst | 1018 .. _Select instructions from DAG:
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 2604 VectorCombine Combiner(F, TTI, DT, AA, AC, DL, TryEarlyFoldsOnly); run() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 2443 template <bool CombineShadow> class Combiner { global() class 2450 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) Combiner() function in __anon6be095360811::MemorySanitizerVisitor::Combiner
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3074 Expr *Combiner = Record.readExpr(); VisitOMPDeclareReductionDecl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3655 Expr *Combiner = D->getCombiner(); VisitOMPDeclareReductionDecl() local
|
H A D | SemaOpenMP.cpp | 21934 ActOnOpenMPDeclareReductionCombinerEnd(Decl * D,Expr * Combiner) ActOnOpenMPDeclareReductionCombinerEnd() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3477 combineUADDO_CARRYDiamond(DAGCombiner & Combiner,SelectionDAG & DAG,SDValue X,SDValue Carry0,SDValue Carry1,SDNode * N) combineUADDO_CARRYDiamond() argument 13220 tryToFoldExtOfExtload(SelectionDAG & DAG,DAGCombiner & Combiner,const TargetLowering & TLI,EVT VT,bool LegalOperations,SDNode * N,SDValue N0,ISD::LoadExtType ExtLoadType) tryToFoldExtOfExtload() argument 13252 tryToFoldExtOfLoad(SelectionDAG & DAG,DAGCombiner & Combiner,const TargetLowering & TLI,EVT VT,bool LegalOperations,SDNode * N,SDValue N0,ISD::LoadExtType ExtLoadType,ISD::NodeType ExtOpc,bool NonNegZExt=false) tryToFoldExtOfLoad() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 1135 llvm::Function *Combiner = emitCombinerOrInitializer( emitUserDefinedReduction() local
|