Searched refs:MachineLocation (Results 1 – 13 of 13) 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 { 73 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 45 Value(const DIExpression *Expr, MachineLocation Loc) in Value() 65 MachineLocation Loc; 74 MachineLocation getLoc() const { return Loc; } in getLoc()
|
D | DwarfCompileUnit.h | 205 MachineLocation Location); 208 const MachineLocation &Location); 216 const MachineLocation &Location);
|
D | DwarfCompileUnit.cpp | 295 MachineLocation Location(RI->getFrameRegister(*Asm->MF)); in updateSubprogramScopeDIE() 501 MachineLocation Location(RegOp.getReg(), in constructVariableDIEImpl() 505 addVariableAddress(DV, *VariableDie, MachineLocation(RegOp.getReg())); in constructVariableDIEImpl() 737 MachineLocation Location) { in addVariableAddress() 748 const MachineLocation &Location) { in addAddress() 770 const MachineLocation &Location) { in addComplexAddress()
|
D | DwarfUnit.h | 31 class MachineLocation; variable 280 const MachineLocation &Location);
|
D | AsmPrinterDwarf.cpp | 180 const MachineLocation &MLoc) const { in EmitDwarfRegOp()
|
D | DwarfDebug.cpp | 763 MachineLocation MLoc; in getDebugLocValue() 1507 MachineLocation Loc = Value.getLoc(); in emitDebugLocValue()
|
D | DwarfUnit.cpp | 439 const MachineLocation &Location) { in addBlockByrefAddress()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 42 class MachineLocation; variable 441 const MachineLocation &MLoc) const;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 90 MachineLocation getDebugValueLocation(const MachineInstr *MI) const; 136 MachineLocation 138 MachineLocation Location; in getDebugValueLocation()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.cpp | 54 MachineLocation DstML, SrcML; in emitPrologue()
|
D | MipsSEFrameLowering.cpp | 408 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 }
|