HomeSort by relevance Sort by last modified time
    Searched refs:isPhysRegModified (Results 1 - 21 of 21) 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/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 709 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 749 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineRegisterInfo.h 747 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineRegisterInfo.h 747 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineRegisterInfo.h 745 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineRegisterInfo.h 745 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineRegisterInfo.h 745 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineRegisterInfo.h 745 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 749 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineRegisterInfo.h 747 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineRegisterInfo.h 747 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineRegisterInfo.h 745 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineRegisterInfo.h 745 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineRegisterInfo.h 745 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineRegisterInfo.h 745 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [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/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 310 if (MRI.isPhysRegModified(VRRegNo[i]))
    [all...]

Completed in 819 milliseconds