Home
last modified time | relevance | path

Searched refs:IRGen (Results 1 – 9 of 9) sorted by relevance

/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp121 virtual Value *IRGen(IRGenContext &C) const = 0;
127 Value *IRGen(IRGenContext &C) const override;
135 Value *IRGen(IRGenContext &C) const override;
145 Value *IRGen(IRGenContext &C) const override;
157 Value *IRGen(IRGenContext &C) const override;
169 Value *IRGen(IRGenContext &C) const override;
180 Value *IRGen(IRGenContext &C) const override;
193 Value *IRGen(IRGenContext &C) const override;
207 Value *IRGen(IRGenContext &C) const override;
221 Function *IRGen(IRGenContext &C) const;
[all …]
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp121 virtual Value *IRGen(IRGenContext &C) const = 0;
127 Value *IRGen(IRGenContext &C) const override;
135 Value *IRGen(IRGenContext &C) const override;
145 Value *IRGen(IRGenContext &C) const override;
157 Value *IRGen(IRGenContext &C) const override;
169 Value *IRGen(IRGenContext &C) const override;
180 Value *IRGen(IRGenContext &C) const override;
193 Value *IRGen(IRGenContext &C) const override;
207 Value *IRGen(IRGenContext &C) const override;
221 Function *IRGen(IRGenContext &C) const;
[all …]
DREADME.txt2 // Kaleidoscope with Orc - Lazy IRGen Version
9 definitions. No IRGen is performed at this point and nothing is added to the JIT.
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp121 virtual Value *IRGen(IRGenContext &C) const = 0;
127 Value *IRGen(IRGenContext &C) const override;
135 Value *IRGen(IRGenContext &C) const override;
145 Value *IRGen(IRGenContext &C) const override;
157 Value *IRGen(IRGenContext &C) const override;
169 Value *IRGen(IRGenContext &C) const override;
180 Value *IRGen(IRGenContext &C) const override;
193 Value *IRGen(IRGenContext &C) const override;
207 Value *IRGen(IRGenContext &C) const override;
221 Function *IRGen(IRGenContext &C) const;
[all …]
DREADME.txt7 translated (IRGen'd) to LLVM IR and added to the JIT, where it is code-gen'd to
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp122 virtual Value *IRGen(IRGenContext &C) const = 0;
128 Value *IRGen(IRGenContext &C) const override;
136 Value *IRGen(IRGenContext &C) const override;
146 Value *IRGen(IRGenContext &C) const override;
158 Value *IRGen(IRGenContext &C) const override;
170 Value *IRGen(IRGenContext &C) const override;
181 Value *IRGen(IRGenContext &C) const override;
194 Value *IRGen(IRGenContext &C) const override;
208 Value *IRGen(IRGenContext &C) const override;
222 Function *IRGen(IRGenContext &C) const;
[all …]
DREADME.txt2 // Kaleidoscope with Orc - Lazy IRGen Version
12 the function is *not* IRGen'd at this point. Instead, the function pointer for
/external/clang/test/PCH/
Dirgen-rdar13114142.mm32 // We just make sure there is no crash on IRGen (rdar://13114142)
/external/llvm/docs/Frontend/
DPerformanceTips.rst26 to model and see what decisions Clang's IRGen makes about what IR to emit.