Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.h33 bool isAsmClobberable(const MachineFunction &MF,
DRISCVRegisterInfo.cpp93 bool RISCVRegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in RISCVRegisterInfo
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.h33 bool isAsmClobberable(const MachineFunction &MF,
DRISCVRegisterInfo.cpp106 bool RISCVRegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in RISCVRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.h85 bool isAsmClobberable(const MachineFunction &MF,
DAArch64RegisterInfo.cpp242 bool AArch64RegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in AArch64RegisterInfo
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.h94 bool isAsmClobberable(const MachineFunction &MF,
DAArch64RegisterInfo.cpp348 bool AArch64RegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in AArch64RegisterInfo
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h139 bool isAsmClobberable(const MachineFunction &MF,
DARMBaseRegisterInfo.cpp225 isAsmClobberable(const MachineFunction &MF, MCRegister PhysReg) const { in isAsmClobberable() function in ARMBaseRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h136 bool isAsmClobberable(const MachineFunction &MF,
DARMBaseRegisterInfo.cpp223 isAsmClobberable(const MachineFunction &MF, unsigned PhysReg) const { in isAsmClobberable() function in ARMBaseRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h480 virtual bool isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp564 if (!TRI->isAsmClobberable(*MF, Reg)) in emitInlineAsm()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h493 virtual bool isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp560 !TRI->isAsmClobberable(*MF, MI->getOperand(I + 1).getReg())) { in EmitInlineAsm()