OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPhys
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
RegAllocBasic.cpp
204
if (!VRM->
hasPhys
(reg)) continue; // spilled?
279
assert(!VRM->
hasPhys
(VirtReg.reg) && "Duplicate VirtReg assignment");
302
assert(!VRM->
hasPhys
(VirtReg->reg) && "Register already assigned");
349
assert(!VRM->
hasPhys
(SplitVirtReg->reg) && "Register already assigned");
VirtRegMap.h
171
bool
hasPhys
(unsigned virtReg) const {
VirtRegMap.cpp
121
if (TargetRegisterInfo::isVirtualRegister(physReg) &&
hasPhys
(physReg))
VirtRegRewriter.cpp
118
if (!VRM.
hasPhys
(reg))
[
all
...]
RegAllocLinearScan.cpp
[
all
...]
LiveIntervalAnalysis.cpp
205
if (!vrm.
hasPhys
(PhysReg))
[
all
...]
Completed in 402 milliseconds