LLVM: lib/Target/PowerPC/PPCInstrBuilder.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19#ifndef LLVM_LIB_TARGET_POWERPC_PPCINSTRBUILDER_H
20#define LLVM_LIB_TARGET_POWERPC_PPCINSTRBUILDER_H
21
23
24namespace llvm {
25
26
27
28
29
30
33 bool mem = true) {
34 if (mem)
36 else
38}
39
40}
41
42#endif
const MachineInstrBuilder & addImm(int64_t Val) const
Add a new immediate operand.
const MachineInstrBuilder & addFrameIndex(int Idx) const
This is an optimization pass for GlobalISel generic memory operations.
static const MachineInstrBuilder & addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset=0, bool mem=true)
addFrameReference - This function is used to add a reference to the base of an abstract object on the...
Definition PPCInstrBuilder.h:32