OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addLiveIn
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
485
///
addLiveIn
- Add the specified register as a live-in. Note that it
487
void
addLiveIn
(unsigned Reg, unsigned vreg = 0) {
MachineBasicBlock.h
295
///
addLiveIn
- Add the specified register as a live in. Note that it
297
void
addLiveIn
(unsigned Reg) { LiveIns.push_back(Reg); }
302
unsigned
addLiveIn
(unsigned PhysReg, const TargetRegisterClass *RC);
/external/llvm/lib/CodeGen/
MachineBasicBlock.cpp
346
MachineBasicBlock::
addLiveIn
(unsigned PhysReg, const TargetRegisterClass *RC) {
373
addLiveIn
(PhysReg);
812
NMBB->
addLiveIn
(*I);
[
all
...]
MachineFunction.cpp
421
///
addLiveIn
- Add the specified physical register as a live-in value and
423
unsigned MachineFunction::
addLiveIn
(unsigned PReg,
432
MRI.
addLiveIn
(PReg, VReg);
[
all
...]
/dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java
804
public void
addLiveIn
(int regV) {
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java
805
public void
addLiveIn
(int regV) {
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
761
//
addLiveIn
- This helper function adds the specified physical register to the
765
addLiveIn
(MachineFunction &MF, unsigned PReg, const TargetRegisterClass *RC)
768
MF.getRegInfo().
addLiveIn
(PReg, VReg);
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 109 milliseconds