Searched refs:IRGen (Results 1 – 9 of 9) sorted by relevance
121 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 …]
2 // Kaleidoscope with Orc - Lazy IRGen Version9 definitions. No IRGen is performed at this point and nothing is added to the JIT.
7 translated (IRGen'd) to LLVM IR and added to the JIT, where it is code-gen'd to
122 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 …]
2 // Kaleidoscope with Orc - Lazy IRGen Version12 the function is *not* IRGen'd at this point. Instead, the function pointer for
32 // We just make sure there is no crash on IRGen (rdar://13114142)
26 to model and see what decisions Clang's IRGen makes about what IR to emit.