OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPhysReg
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
RegAllocFast.cpp
194
bool
setPhysReg
(MachineInstr *MI, unsigned OpNum, unsigned PhysReg);
671
//
setPhysReg
- Change operand OpNum in MI the refer the PhysReg, considering
674
bool RAFast::
setPhysReg
(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) {
749
setPhysReg
(MI, i, PhysReg);
772
if (
setPhysReg
(MI, i, PhysReg))
859
setPhysReg
(MI, i, LRI->PhysReg);
[
all
...]
InterferenceCache.h
201
///
setPhysReg
- Point this cursor to PhysReg's interference.
202
void
setPhysReg
(InterferenceCache &Cache, unsigned PhysReg) {
RegAllocGreedy.cpp
276
Intf.
setPhysReg
(Cache, Reg);
[
all
...]
Completed in 61 milliseconds