Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dstack-reuse.cpp20 struct Combiner { struct
23 Combiner(S_large); argument
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/
Dgrafter.cc37 class Combiner : FlatbufferHelper { class
39 Combiner(flatbuffers::FlatBufferBuilder* fbb, in Combiner() function in tflite::acceleration::__anon3c3dc9200111::Combiner
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dgrafter.cc38 class Combiner : FlatbufferHelper { class
40 Combiner(flatbuffers::FlatBufferBuilder* fbb, in Combiner() function in tflite::acceleration::__anone694f3920111::Combiner
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp93 Combiner::Combiner(CombinerInfo &Info, const TargetPassConfig *TPC) in Combiner() function in Combiner
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexec_ctx.h67 class Combiner; variable
/external/clang/include/clang/AST/
DDeclOpenMP.h106 Expr *Combiner; variable
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_preprocessing_layer.py483 class Combiner(object): class
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp703 using Combiner = std::function<Signedness(Signedness, Signedness)>; typedef in spvtools::opt::__anonbac86c550211::IsGreaterThanZero
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dscalar_analysis.cpp702 using Combiner = std::function<Signedness(Signedness, Signedness)>; typedef in spvtools::opt::__anon886829e20211::IsGreaterThanZero
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp703 using Combiner = std::function<Signedness(Signedness, Signedness)>; typedef in spvtools::opt::__anon04fe860f0211::IsGreaterThanZero
/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 __anonfb19852a0211::MemorySanitizerVisitor::Combiner
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1995 class Combiner { class
2002 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) in Combiner() function in __anon9a95420c0811::MemorySanitizerVisitor::Combiner
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2746 static SDValue combineADDCARRYDiamond(DAGCombiner &Combiner, SelectionDAG &DAG, in combineADDCARRYDiamond()
2837 static SDValue combineCarryDiamond(DAGCombiner &Combiner, SelectionDAG &DAG, in combineCarryDiamond()
9467 static SDValue tryToFoldExtOfExtload(SelectionDAG &DAG, DAGCombiner &Combiner, in tryToFoldExtOfExtload()
9498 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()