OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setPhysReg
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
InterferenceCache.h
191
///
setPhysReg
- Point this cursor to PhysReg's interference.
192
void
setPhysReg
(InterferenceCache &Cache, unsigned PhysReg) {
RegAllocFast.cpp
194
bool
setPhysReg
(MachineInstr *MI, unsigned OpNum, unsigned PhysReg);
660
//
setPhysReg
- Change operand OpNum in MI the refer the PhysReg, considering
663
bool RAFast::
setPhysReg
(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) {
738
setPhysReg
(MI, i, PhysReg);
761
if (
setPhysReg
(MI, i, PhysReg))
849
setPhysReg
(MI, i, LRI->PhysReg);
[
all
...]
Completed in 76 milliseconds