OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConstantPhysReg
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
250
///
isConstantPhysReg
- Returns true if PhysReg is unallocatable and constant
253
bool
isConstantPhysReg
(unsigned PhysReg, const MachineFunction &MF) const;
/external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp
266
bool MachineRegisterInfo::
isConstantPhysReg
(unsigned PhysReg,
MachineSink.cpp
487
if (!MRI->
isConstantPhysReg
(Reg, *MBB->getParent()))
TargetInstrInfoImpl.cpp
443
if (!MRI.
isConstantPhysReg
(Reg, MF))
MachineLICM.cpp
[
all
...]
Completed in 3282 milliseconds