HomeSort by relevance Sort by last modified time
    Searched refs:Combiner (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
Combiner.h 1 //== ----- llvm/CodeGen/GlobalISel/Combiner.h --------------------- == //
10 /// This contains common code to drive combines. Combiner Passes will need to
27 class Combiner {
29 Combiner(CombinerInfo &CombinerInfo, const TargetPassConfig *TPC);
  /external/clang/test/CodeGenCXX/
stack-reuse.cpp 20 struct Combiner {
23 Combiner(S_large);
24 Combiner f();
135 // CHECK: [[T1:%.*]] = alloca %struct.Combiner
136 // CHECK: [[T2:%.*]] = alloca %struct.Combiner
137 // CHECK: [[T3:%.*]] = call %struct.Combiner* @_ZN8CombinerC1E7S_large(%struct.Combiner* nonnull [[T1]], [9 x i32] %s.coerce)
138 // CHECK: call void @_ZN8Combiner1fEv(%struct.Combiner* nonnull sret [[T2]], %struct.Combiner* nonnull [[T1]])
139 // CHECK: [[T4:%.*]] = getelementptr inbounds %struct.Combiner, %struct.Combiner* [[T2]], i32 0, i32 0, i32 0, i32
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
Combiner.cpp 14 #include "llvm/CodeGen/GlobalISel/Combiner.h"
24 #define DEBUG_TYPE "gi-combiner"
28 Combiner::Combiner(CombinerInfo &Info, const TargetPassConfig *TPC)
33 bool Combiner::combineMachineInstrs(MachineFunction &MF) {
35 // FIXME: Should this be here or in individual combiner passes.
43 LLVM_DEBUG(dbgs() << "Generic MI Combiner for: " << MF.getName() << '\n');
  /external/clang/include/clang/AST/
DeclOpenMP.h 101 /// Here 'omp_out += omp_in' is a combiner and 'omp_priv = 0' is an initializer.
105 /// \brief Combiner for declare reduction construct.
106 Expr *Combiner;
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr),
135 /// \brief Get combiner expression of the declare reduction construct.
136 Expr *getCombiner() { return Combiner; }
137 const Expr *getCombiner() const { return Combiner; }
138 /// \brief Set combiner expression for the declare reduction construct.
139 void setCombiner(Expr *E) { Combiner = E; }
  /external/deqp-deps/SPIRV-Tools/source/opt/
scalar_analysis.cpp 703 using Combiner = std::function<Signedness(Signedness, Signedness)>;
707 Combiner GetAddCombiner() const {
743 Combiner GetMulCombiner() const {
898 // Returns the signedness of a binary expression by using the combiner
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
scalar_analysis.cpp 703 using Combiner = std::function<Signedness(Signedness, Signedness)>;
707 Combiner GetAddCombiner() const {
743 Combiner GetMulCombiner() const {
898 // Returns the signedness of a binary expression by using the combiner
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 791 llvm::Function *Combiner = emitCombinerOrInitializer(
806 UDRMap.insert(std::make_pair(D, std::make_pair(Combiner, Initializer)));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 169 llvm/lib/CodeGen/GlobalISel/Combiner.cpp \
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 1 //===- DAGCombiner.cpp - Implement a DAG node combiner --------------------===//
88 CombinerGlobalAA("combiner-global-alias-analysis", cl::Hidden,
89 cl::desc("Enable DAG combiner's use of IR alias analysis"));
92 UseTBAA("combiner-use-tbaa", cl::Hidden, cl::init(true),
93 cl::desc("Enable DAG combiner's use of TBAA"));
97 CombinerAAOnlyFunc("combiner-aa-only-func", cl::Hidden,
98 cl::desc("Only use DAG-combiner alias analysis in this"
105 StressLoadSlicing("combiner-stress-load-slicing", cl::Hidden,
110 MaySplitLoadIndex("combiner-split-load-index", cl::Hidden, cl::init(true),
111 cl::desc("DAG combiner may split indexing from loads"))
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 958 milliseconds