Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dstack-reuse.cpp20 struct Combiner { struct
23 Combiner(S_large); argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp28 Combiner::Combiner(CombinerInfo &Info, const TargetPassConfig *TPC) in Combiner() function in Combiner
/external/clang/include/clang/AST/
DDeclOpenMP.h106 Expr *Combiner; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp703 using Combiner = std::function<Signedness(Signedness, Signedness)>; typedef in spvtools::opt::__anonc40ae7990211::IsGreaterThanZero
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp703 using Combiner = std::function<Signedness(Signedness, Signedness)>; typedef in spvtools::opt::__anonca7568530211::IsGreaterThanZero
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeGenerator.rst950 .. _Select instructions from DAG:
/external/llvm/docs/
DCodeGenerator.rst950 .. _Select instructions from DAG:
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1485 class Combiner { class
1492 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) : in Combiner() function in __anond8b369ee0211::MemorySanitizerVisitor::Combiner
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1671 class Combiner { class
1678 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) in Combiner() function in __anon22b493460411::MemorySanitizerVisitor::Combiner
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8259 static SDValue tryToFoldExtOfExtload(SelectionDAG &DAG, DAGCombiner &Combiner, in tryToFoldExtOfExtload()
8287 static SDValue tryToFoldExtOfLoad(SelectionDAG &DAG, DAGCombiner &Combiner, in tryToFoldExtOfLoad()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp791 llvm::Function *Combiner = emitCombinerOrInitializer( in emitUserDefinedReduction() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp11213 void Sema::ActOnOpenMPDeclareReductionCombinerEnd(Decl *D, Expr *Combiner) { in ActOnOpenMPDeclareReductionCombinerEnd()