Searched refs:requiresRegisterScavenging (Results 1 - 25 of 29) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.h25 bool requiresRegisterScavenging(const MachineFunction &MF) const override;
H A DMips16RegisterInfo.h24 bool requiresRegisterScavenging(const MachineFunction &MF) const override;
H A DMipsRegisterInfo.h59 bool requiresRegisterScavenging(const MachineFunction &MF) const override;
H A DMips16RegisterInfo.cpp42 bool Mips16RegisterInfo::requiresRegisterScavenging function in class:Mips16RegisterInfo
H A DMipsRegisterInfo.cpp243 MipsRegisterInfo::requiresRegisterScavenging(const MachineFunction &MF) const { function in class:MipsRegisterInfo
H A DMipsSERegisterInfo.cpp44 requiresRegisterScavenging(const MachineFunction &MF) const { function in class:MipsSERegisterInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.h35 bool requiresRegisterScavenging(const MachineFunction &MF) const override;
H A DLanaiRegisterInfo.cpp64 bool LanaiRegisterInfo::requiresRegisterScavenging( function in class:LanaiRegisterInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h33 bool requiresRegisterScavenging(const MachineFunction &MF) const override;
H A DXCoreRegisterInfo.cpp96 assert(RS && "requiresRegisterScavenging failed");
164 assert(RS && "requiresRegisterScavenging failed");
244 XCoreRegisterInfo::requiresRegisterScavenging(const MachineFunction &MF) const { function in class:XCoreRegisterInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.h46 bool requiresRegisterScavenging(const MachineFunction &MF) const override {
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/
H A DARCRegisterInfo.h38 bool requiresRegisterScavenging(const MachineFunction &MF) const override;
H A DARCRegisterInfo.cpp153 bool ARCRegisterInfo::requiresRegisterScavenging( function in class:ARCRegisterInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.h47 bool requiresRegisterScavenging(const MachineFunction &MF) const override {
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.h84 bool requiresRegisterScavenging(const MachineFunction &MF) const override;
H A DM68kRegisterInfo.cpp214 bool M68kRegisterInfo::requiresRegisterScavenging( function in class:M68kRegisterInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h46 bool requiresRegisterScavenging(const MachineFunction &MF) const override {
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.h75 bool requiresRegisterScavenging(const MachineFunction &MF) const override {
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h153 bool requiresRegisterScavenging(const MachineFunction &MF) const override {
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h108 bool requiresRegisterScavenging(const MachineFunction &MF) const override;
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h221 bool requiresRegisterScavenging(const MachineFunction &MF) const override;
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h110 bool requiresRegisterScavenging(const MachineFunction &MF) const override {
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h103 bool requiresRegisterScavenging(const MachineFunction &Fn) const override;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DShrinkWrap.cpp489 TRI->requiresRegisterScavenging(MF) ? new RegScavenger() : nullptr);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h922 virtual bool requiresRegisterScavenging(const MachineFunction &MF) const {

Completed in 232 milliseconds

12