OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPhysRegModified
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp
91
if (CallsUnwindInit || MRI.
isPhysRegModified
(Reg))
RegUsageInfoCollector.cpp
118
if (MRI->
isPhysRegModified
(PReg, true))
MachineRegisterInfo.cpp
504
bool MachineRegisterInfo::
isPhysRegModified
(unsigned PhysReg,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp
113
if (CallsUnwindInit || MRI.
isPhysRegModified
(Reg))
MachineRegisterInfo.cpp
581
bool MachineRegisterInfo::
isPhysRegModified
(unsigned PhysReg,
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
709
bool
isPhysRegModified
(unsigned PhysReg, bool SkipNoReturnDef = false) const;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp
298
if (!MRI.
isPhysRegModified
(Reg))
[
all
...]
/external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp
542
bool LRUsed = MRI.
isPhysRegModified
(XCore::LR);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp
335
if (!MRI.
isPhysRegModified
(Reg))
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp
543
bool LRUsed = MRI.
isPhysRegModified
(XCore::LR);
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
310
if (MRI.
isPhysRegModified
(VRRegNo[i]))
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
330
if (MRI.
isPhysRegModified
(VRRegNo[i]))
[
all
...]
Completed in 703 milliseconds