Home
last modified time | relevance | path

Searched refs:isAsmClobberable (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.h33 bool isAsmClobberable(const MachineFunction &MF,
H A DRISCVRegisterInfo.cpp147 bool RISCVRegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in RISCVRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h100 bool isAsmClobberable(const MachineFunction &MF,
H A DAArch64RegisterInfo.cpp501 bool AArch64RegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in AArch64RegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h163 bool isAsmClobberable(const MachineFunction &MF,
H A DARMBaseRegisterInfo.cpp236 isAsmClobberable(const MachineFunction &MF, MCRegister PhysReg) const { in isAsmClobberable() function in ARMBaseRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h94 bool isAsmClobberable(const MachineFunction &MF,
H A DPPCRegisterInfo.cpp442 bool PPCRegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in PPCRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h86 bool isAsmClobberable(const MachineFunction &MF,
H A DSIRegisterInfo.cpp731 bool SIRegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in SIRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp385 if (!TRI->isAsmClobberable(*MF, Reg)) in emitInlineAsm()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h547 virtual bool isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function