LLVM: llvm::MachineLocation Class Reference (original) (raw)
#include "[llvm/MC/MachineLocation.h](MachineLocation%5F8h%5Fsource.html)"
| Public Types |
|
| enum |
: uint32_t { VirtualFP = ~0U } |
Definition at line 22 of file MachineLocation.h.
◆ anonymous enum
| llvm::MachineLocation::MachineLocation ( ) |
default |
◆ MachineLocation() [2/2]
| llvm::MachineLocation::MachineLocation ( unsigned R, bool Indirect = false ) |
inlineexplicit |
◆ getReg()
| unsigned llvm::MachineLocation::getReg ( ) const |
inline |
◆ isIndirect()
| bool llvm::MachineLocation::isIndirect ( ) const |
inline |
Returns
true iff this is a register-indirect location.
Definition at line 45 of file MachineLocation.h.
◆ isReg()
| bool llvm::MachineLocation::isReg ( ) const |
inline |
◆ operator==()
◆ setIsRegister()
| void llvm::MachineLocation::setIsRegister ( bool Is) |
inline |
◆ setRegister()
| void llvm::MachineLocation::setRegister ( unsigned R) |
inline |
The documentation for this class was generated from the following file: