/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.h | 33 bool isAsmClobberable(const MachineFunction &MF,
|
D | RISCVRegisterInfo.cpp | 93 bool RISCVRegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in RISCVRegisterInfo
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.h | 33 bool isAsmClobberable(const MachineFunction &MF,
|
D | RISCVRegisterInfo.cpp | 106 bool RISCVRegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in RISCVRegisterInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.h | 85 bool isAsmClobberable(const MachineFunction &MF,
|
D | AArch64RegisterInfo.cpp | 242 bool AArch64RegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in AArch64RegisterInfo
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.h | 94 bool isAsmClobberable(const MachineFunction &MF,
|
D | AArch64RegisterInfo.cpp | 348 bool AArch64RegisterInfo::isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function in AArch64RegisterInfo
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 139 bool isAsmClobberable(const MachineFunction &MF,
|
D | ARMBaseRegisterInfo.cpp | 225 isAsmClobberable(const MachineFunction &MF, MCRegister PhysReg) const { in isAsmClobberable() function in ARMBaseRegisterInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.h | 136 bool isAsmClobberable(const MachineFunction &MF,
|
D | ARMBaseRegisterInfo.cpp | 223 isAsmClobberable(const MachineFunction &MF, unsigned PhysReg) const { in isAsmClobberable() function in ARMBaseRegisterInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 480 virtual bool isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 564 if (!TRI->isAsmClobberable(*MF, Reg)) in emitInlineAsm()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 493 virtual bool isAsmClobberable(const MachineFunction &MF, in isAsmClobberable() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 560 !TRI->isAsmClobberable(*MF, MI->getOperand(I + 1).getReg())) { in EmitInlineAsm()
|