HomeSort by relevance Sort by last modified time
    Searched defs:MachineLocation (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MachineLocation.h 1 //===-- llvm/MC/MachineLocation.h -------------------------------*- C++ -*-===//
9 // The MachineLocation class is used to represent a simple location in a machine
25 class MachineLocation {
36 MachineLocation()
39 explicit MachineLocation(unsigned R)
42 MachineLocation(unsigned R, int O)
45 bool operator==(const MachineLocation &Other) const {
73 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MachineLocation.h 1 //===- llvm/MC/MachineLocation.h --------------------------------*- C++ -*-===//
9 // The MachineLocation class is used to represent a simple location in a machine
23 class MachineLocation {
35 MachineLocation() = default;
37 explicit MachineLocation(unsigned R, bool Indirect = false)
40 bool operator==(const MachineLocation &Other) const {
53 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MachineLocation.h 1 //===-- llvm/MC/MachineLocation.h -------------------------------*- C++ -*-===//
9 // The MachineLocation class is used to represent a simple location in a machine
27 class MachineLocation {
38 MachineLocation()
40 explicit MachineLocation(unsigned R)
42 MachineLocation(unsigned R, int O)
45 bool operator==(const MachineLocation &Other) const {
82 MachineLocation Destination, Source;
86 MachineMove(MCSymbol *label, const MachineLocation &D,
87 const MachineLocation &S
    [all...]

Completed in 52 milliseconds