Searched refs:MachineLocation (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMachineLocation.h1 //===-- llvm/MC/MachineLocation.h -------------------------------*- C++ -*-===//
9 // The MachineLocation class is used to represent a simple location in a machine
25 class MachineLocation { class in namespace:llvm
36 MachineLocation() function
39 explicit MachineLocation(unsigned R) function
42 MachineLocation(unsigned R, int O) function
45 bool operator==(const MachineLocation &Other) const {
77 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h13 #include "llvm/MC/MachineLocation.h"
41 Value(const MDNode *Var, MachineLocation Loc)
60 MachineLocation Loc;
86 MachineLocation getLoc() const { return Loc; }
H A DDwarfUnit.h31 class MachineLocation;
345 const MachineLocation &Location, bool Indirect = false);
373 const MachineLocation &Location);
383 const MachineLocation &Location);
386 /// DbgVariable based on provided MachineLocation.
388 MachineLocation Location);
H A DAsmPrinterDwarf.cpp23 #include "llvm/MC/MachineLocation.h"
248 const MachineLocation &MLoc,
332 const MachineLocation &MLoc,
H A DDwarfUnit.cpp481 /// DbgVariable based on provided MachineLocation.
483 MachineLocation Location) {
559 const MachineLocation &Location, bool Indirect) {
582 const MachineLocation &Location) {
675 const MachineLocation &Location) {
1824 MachineLocation Location(RegOp.getReg(),
1828 addVariableAddress(DV, *VariableDie, MachineLocation(RegOp.getReg()));
1846 MachineLocation Location(FrameReg, Offset);
H A DDwarfDebug.cpp321 MachineLocation Location(RI->getFrameRegister(*Asm->MF));
1170 MachineLocation MLoc;
1972 MachineLocation Loc = Value.getLoc();
1990 MachineLocation TLoc(Loc.getReg(), DV.getAddrElement(1));
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h38 class MachineLocation;
417 void EmitDwarfRegOpPiece(ByteStreamer &BS, const MachineLocation &MLoc,
423 virtual void EmitDwarfRegOp(ByteStreamer &BS, const MachineLocation &MLoc,
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp92 MachineLocation getDebugValueLocation(const MachineInstr *MI) const;
161 MachineLocation
163 MachineLocation Location;
/external/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp49 MachineLocation DstML, SrcML;
H A DMipsSEFrameLowering.cpp300 MachineLocation DstML, SrcML;

Completed in 616 milliseconds