HomeSort by relevance Sort by last modified time
    Searched refs:MachineLocation (Results 1 - 12 of 12) 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
22 class MachineLocation {
33 MachineLocation()
36 explicit MachineLocation(unsigned R)
39 MachineLocation(unsigned R, int O)
42 bool operator==(const MachineLocation &Other) const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 28 class MachineLocation;
263 const MachineLocation &Location, bool Indirect = false);
289 const MachineLocation &Location);
299 const MachineLocation &Location);
302 /// DbgVariable based on provided MachineLocation.
304 MachineLocation Location);
DwarfDebug.h 26 #include "llvm/MC/MachineLocation.h"
86 MachineLocation Loc;
98 DotDebugLocEntry(const MCSymbol *B, const MCSymbol *E, MachineLocation &L,
141 MachineLocation getLoc() const { return Loc; }
DwarfCompileUnit.cpp 352 /// DbgVariable based on provided MachineLocation.
354 MachineLocation Location) {
397 const MachineLocation &Location, bool Indirect) {
420 const MachineLocation &Location) {
513 const MachineLocation &Location) {
    [all...]
DwarfDebug.cpp 424 MachineLocation Location(RI->getFrameRegister(*Asm->MF));
    [all...]
AsmPrinter.cpp 816 void AsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 101 virtual void EmitDwarfRegOp(const MachineLocation &MLoc, bool Indirect) const
ARMAsmPrinter.cpp 217 void ARMAsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc,
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 35 class MachineLocation;
412 virtual void EmitDwarfRegOp(const MachineLocation &MLoc,
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 26 #include "llvm/MC/MachineLocation.h"
99 MachineLocation Dst(MachineLocation::VirtualFP);
167 MachineLocation Dst(MachineLocation::VirtualFP);
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 44 MachineLocation DstML, SrcML;
MipsSEFrameLowering.cpp 289 MachineLocation DstML, SrcML;

Completed in 129 milliseconds