OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRegInfo
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
152
///
getRegInfo
- Return information about the registers currently in use.
154
MachineRegisterInfo &
getRegInfo
() { return *RegInfo; }
155
const MachineRegisterInfo &
getRegInfo
() const { return *RegInfo; }
/external/llvm/lib/CodeGen/
VirtRegRewriter.cpp
102
MachineRegisterInfo *mri = &MF.
getRegInfo
();
188
const TargetRegisterInfo *
getRegInfo
() const { return TRI; }
445
const TargetRegisterClass* RC = MF.
getRegInfo
().getRegClass(VirtReg);
[
all
...]
VirtRegMap.h
164
MachineRegisterInfo &
getRegInfo
() const { return *MRI; }
MachineInstr.cpp
109
AddRegOperandToRegInfo(&MF->
getRegInfo
());
173
AddRegOperandToRegInfo(&MF->
getRegInfo
());
575
///
getRegInfo
- If this instruction is embedded into a MachineFunction,
578
MachineRegisterInfo *MachineInstr::
getRegInfo
() {
580
return &MBB->getParent()->
getRegInfo
();
614
MachineRegisterInfo *RegInfo =
getRegInfo
();
726
MachineRegisterInfo *RegInfo =
getRegInfo
();
[
all
...]
/dalvik/vm/compiler/codegen/
RallocUtil.cpp
83
static RegisterInfo *
getRegInfo
(CompilationUnit *cUnit, int reg)
107
RegisterInfo *info1 =
getRegInfo
(cUnit, reg1);
108
RegisterInfo *info2 =
getRegInfo
(cUnit, reg2);
126
RegisterInfo *info =
getRegInfo
(cUnit, reg);
439
RegisterInfo *p =
getRegInfo
(cUnit, reg);
469
RegisterInfo *p =
getRegInfo
(cUnit, rl.lowReg);
485
RegisterInfo *p =
getRegInfo
(cUnit, rl.lowReg);
496
RegisterInfo *infoLo =
getRegInfo
(cUnit, rl.lowReg);
497
RegisterInfo *infoHi =
getRegInfo
(cUnit, rl.highReg);
527
RegisterInfo *p =
getRegInfo
(cUnit, rl.lowReg)
[
all
...]
Completed in 37 milliseconds