HomeSort by relevance Sort by last modified time
    Searched refs:MachineLocation (Results 1 - 25 of 56) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4579689/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) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/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) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/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) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/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) {
  /prebuilts/clang/host/linux-x86/clang-4579689/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) {
  /prebuilts/clang/host/linux-x86/clang-4630689/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) {
  /prebuilts/clang/host/linux-x86/clang-4639204/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) {
  /prebuilts/clang/host/linux-x86/clang-4691093/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/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) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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
22 class MachineLocation {
35 MachineLocation() = default;
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
39 MachineLocation(unsigned R, int O) : Register(R), Offset(O) {}
41 bool operator==(const MachineLocation &Other) const {
71 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/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
22 class MachineLocation {
35 MachineLocation() = default;
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
39 MachineLocation(unsigned R, int O) : Register(R), Offset(O) {}
41 bool operator==(const MachineLocation &Other) const {
71 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/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
22 class MachineLocation {
35 MachineLocation() = default;
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
39 MachineLocation(unsigned R, int O) : Register(R), Offset(O) {}
41 bool operator==(const MachineLocation &Other) const {
71 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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
22 class MachineLocation {
35 MachineLocation() = default;
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
39 MachineLocation(unsigned R, int O) : Register(R), Offset(O) {}
41 bool operator==(const MachineLocation &Other) const {
71 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
  /prebuilts/clang/host/linux-x86/clang-4393122/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
22 class MachineLocation {
35 MachineLocation() = default;
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
39 MachineLocation(unsigned R, int O) : Register(R), Offset(O) {}
41 bool operator==(const MachineLocation &Other) const {
71 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
  /prebuilts/clang/host/linux-x86/clang-4479392/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
22 class MachineLocation {
35 MachineLocation() = default;
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
39 MachineLocation(unsigned R, int O) : Register(R), Offset(O) {}
41 bool operator==(const MachineLocation &Other) const {
71 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...]
MCDwarf.h 19 #include "llvm/MC/MachineLocation.h"
237 MachineLocation Destination;
238 MachineLocation Source;
248 MCCFIInstruction(MCSymbol *L, const MachineLocation &D,
249 const MachineLocation &S)
252 MCCFIInstruction(OpType Op, MCSymbol *L, const MachineLocation &D,
253 const MachineLocation &S)
259 const MachineLocation &getDestination() const { return Destination; }
260 const MachineLocation &getSource() const { return Source; }
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsFrameLowering.cpp 178 MachineLocation DstML, SrcML;
194 DstML = MachineLocation(MachineLocation::VirtualFP);
195 SrcML = MachineLocation(MachineLocation::VirtualFP, -StackSize);
221 MachineLocation DstML0(MachineLocation::VirtualFP, Offset);
222 MachineLocation DstML1(MachineLocation::VirtualFP, Offset + 4);
223 MachineLocation SrcML0(*SubRegs)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/
SPUMCTargetDesc.cpp 16 #include "llvm/MC/MachineLocation.h"
57 MachineLocation Dst(MachineLocation::VirtualFP);
58 MachineLocation Src(SPU::R1, 0);
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 56 MachineLocation Dst(MachineLocation::VirtualFP);
57 MachineLocation Src(XCore::SP, 0);
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreFrameLowering.cpp 145 MachineLocation SPDst(MachineLocation::VirtualFP);
146 MachineLocation SPSrc(MachineLocation::VirtualFP, -FrameSize * 4);
150 MachineLocation CSDst(MachineLocation::VirtualFP, 0);
151 MachineLocation CSSrc(XCore::LR);
163 MachineLocation CSDst(MachineLocation::VirtualFP, LRSpillOffset);
164 MachineLocation CSSrc(XCore::LR)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUFrameLowering.cpp 161 MachineLocation SPDst(MachineLocation::VirtualFP);
162 MachineLocation SPSrc(MachineLocation::VirtualFP, -FrameSize);
171 MachineLocation CSDst(MachineLocation::VirtualFP, Offset);
172 MachineLocation CSSrc(Reg);
180 MachineLocation FPDst(SPU::R1);
181 MachineLocation FPSrc(MachineLocation::VirtualFP)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCStreamer.cpp 308 MachineLocation Dest(MachineLocation::VirtualFP);
309 MachineLocation Source(Register, -Offset);
319 MachineLocation Dest(MachineLocation::VirtualFP);
320 MachineLocation Source(MachineLocation::VirtualFP, -Offset);
330 MachineLocation Dest(MachineLocation::VirtualFP);
331 MachineLocation Source(MachineLocation::VirtualFP, Adjustment)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.h 99 MachineLocation getDebugValueLocation(const MachineInstr *MI) const;
102 virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 16 #include "llvm/MC/MachineLocation.h"
213 const MachineLocation &Dst = Move.getDestination();
214 const MachineLocation &Src = Move.getSource();
217 if (Dst.isReg() && Dst.getReg() == MachineLocation::VirtualFP) {
218 if (Src.getReg() == MachineLocation::VirtualFP) {
225 } else if (Src.isReg() && Src.getReg() == MachineLocation::VirtualFP) {

Completed in 482 milliseconds

1 2 3