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
201
///
setPhysReg
- Point this cursor to PhysReg's interference.
202
void
setPhysReg
(InterferenceCache &Cache, unsigned PhysReg) {
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
...]
Completed in 179 milliseconds