Searched refs:MachineLocation (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MachineLocation.h | 22 class MachineLocation { 34 MachineLocation() = default; 36 explicit MachineLocation(unsigned R, bool Indirect = false) 39 bool operator==(const MachineLocation &Other) const { 52 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocEntry.h | 61 MachineLocation Loc; 74 DbgValueLocEntry(MachineLocation Loc) : EntryKind(E_Location), Loc(Loc) {} in DbgValueLocEntry() 88 MachineLocation getLoc() const { return Loc; } in getLoc()
|
| H A D | DwarfExpression.h | 33 class MachineLocation; variable 157 void setLocation(const MachineLocation &Loc, const DIExpression *DIExpr); 313 void setEntryValueFlags(const MachineLocation &Loc);
|
| H A D | DwarfCompileUnit.h | 324 MachineLocation Location); 327 const MachineLocation &Location); 335 const MachineLocation &Location);
|
| H A D | DwarfCompileUnit.cpp | 470 MachineLocation Location(FrameBase.Location.Reg); in updateSubprogramScopeDIE() 1198 MachineLocation(CallReg)); in constructCallSiteEntryDIE() 1250 MachineLocation(Register)); in constructCallSiteParmEntryDIEs() 1439 MachineLocation Location) { in addVariableAddress() 1448 const MachineLocation &Location) { in addAddress() 1474 const MachineLocation &Location) { in addComplexAddress()
|
| H A D | DwarfExpression.cpp | 391 void DwarfExpression::setEntryValueFlags(const MachineLocation &Loc) { in setEntryValueFlags() 397 void DwarfExpression::setLocation(const MachineLocation &Loc, in setLocation()
|
| H A D | DwarfDebug.cpp | 240 MachineLocation MLoc(Op.getReg(), in getDebugLocValue() 737 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues() 862 MachineLocation MLoc(RegEntry.first); in collectCallSiteParameters() 2569 MachineLocation Location = Value.getLocEntries()[0].getLoc(); in emitDebugLocValue() 2591 MachineLocation Location = Entry.getLoc(); in emitDebugLocValue()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | pr15031.ll | 153 …ve" = type { %"class.llvm::MCSymbol"*, %"class.llvm::MachineLocation", %"class.llvm::MachineLocati… 154 %"class.llvm::MachineLocation" = type { i8, i32, i32 }
|