Searched refs:MachineLocation (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MachineLocation.h | 25 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/ |
D | DebugLocEntry.h | 41 Value(const MDNode *Var, MachineLocation Loc) in Value() 60 MachineLocation Loc; 86 MachineLocation getLoc() const { return Loc; } in getLoc()
|
D | DwarfUnit.h | 31 class MachineLocation; variable 345 const MachineLocation &Location, bool Indirect = false); 373 const MachineLocation &Location); 383 const MachineLocation &Location); 388 MachineLocation Location);
|
D | AsmPrinterDwarf.cpp | 248 const MachineLocation &MLoc, in EmitDwarfRegOpPiece() 332 const MachineLocation &MLoc, in EmitDwarfRegOp()
|
D | DwarfUnit.cpp | 483 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()
|
D | DwarfDebug.cpp | 321 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/ |
D | AsmPrinter.h | 38 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/ |
D | AArch64AsmPrinter.cpp | 92 MachineLocation getDebugValueLocation(const MachineInstr *MI) const; 161 MachineLocation 163 MachineLocation Location; in getDebugValueLocation()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.cpp | 49 MachineLocation DstML, SrcML; in emitPrologue()
|
D | MipsSEFrameLowering.cpp | 300 MachineLocation DstML, SrcML; in emitPrologue()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 153 …ve" = type { %"class.llvm::MCSymbol"*, %"class.llvm::MachineLocation", %"class.llvm::MachineLocati… 154 %"class.llvm::MachineLocation" = type { i8, i32, i32 }
|