Home
last modified time | relevance | path

Searched refs:MachineLocation (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/MC/
DMachineLocation.h25 class MachineLocation {
36 MachineLocation() in MachineLocation() function
39 explicit MachineLocation(unsigned R) in MachineLocation() function
42 MachineLocation(unsigned R, int O) in MachineLocation() function
45 bool operator==(const MachineLocation &Other) const {
77 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h41 Value(const MDNode *Var, MachineLocation Loc) in Value()
60 MachineLocation Loc;
86 MachineLocation getLoc() const { return Loc; } in getLoc()
DDwarfUnit.h31 class MachineLocation; variable
345 const MachineLocation &Location, bool Indirect = false);
373 const MachineLocation &Location);
383 const MachineLocation &Location);
388 MachineLocation Location);
DAsmPrinterDwarf.cpp248 const MachineLocation &MLoc, in EmitDwarfRegOpPiece()
332 const MachineLocation &MLoc, in EmitDwarfRegOp()
DDwarfUnit.cpp483 MachineLocation Location) { in addVariableAddress()
559 const MachineLocation &Location, bool Indirect) { in addAddress()
582 const MachineLocation &Location) { in addComplexAddress()
675 const MachineLocation &Location) { in addBlockByrefAddress()
1824 MachineLocation Location(RegOp.getReg(), in constructVariableDIEImpl()
1828 addVariableAddress(DV, *VariableDie, MachineLocation(RegOp.getReg())); in constructVariableDIEImpl()
1846 MachineLocation Location(FrameReg, Offset); in constructVariableDIEImpl()
DDwarfDebug.cpp321 MachineLocation Location(RI->getFrameRegister(*Asm->MF)); in updateSubprogramScopeDIE()
1170 MachineLocation MLoc; in getDebugLocValue()
1972 MachineLocation Loc = Value.getLoc(); in emitDebugLocEntry()
1990 MachineLocation TLoc(Loc.getReg(), DV.getAddrElement(1)); in emitDebugLocEntry()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h38 class MachineLocation; variable
417 void EmitDwarfRegOpPiece(ByteStreamer &BS, const MachineLocation &MLoc,
423 virtual void EmitDwarfRegOp(ByteStreamer &BS, const MachineLocation &MLoc,
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp92 MachineLocation getDebugValueLocation(const MachineInstr *MI) const;
161 MachineLocation
163 MachineLocation Location; in getDebugValueLocation()
/external/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp49 MachineLocation DstML, SrcML; in emitPrologue()
DMipsSEFrameLowering.cpp300 MachineLocation DstML, SrcML; in emitPrologue()
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll153 …ve" = type { %"class.llvm::MCSymbol"*, %"class.llvm::MachineLocation", %"class.llvm::MachineLocati…
154 %"class.llvm::MachineLocation" = type { i8, i32, i32 }