Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMachineLocation.h22 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 DDebugLocEntry.h61 MachineLocation Loc;
74 DbgValueLocEntry(MachineLocation Loc) : EntryKind(E_Location), Loc(Loc) {} in DbgValueLocEntry()
88 MachineLocation getLoc() const { return Loc; } in getLoc()
H A DDwarfExpression.h33 class MachineLocation; variable
157 void setLocation(const MachineLocation &Loc, const DIExpression *DIExpr);
313 void setEntryValueFlags(const MachineLocation &Loc);
H A DDwarfCompileUnit.h324 MachineLocation Location);
327 const MachineLocation &Location);
335 const MachineLocation &Location);
H A DDwarfCompileUnit.cpp470 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 DDwarfExpression.cpp391 void DwarfExpression::setEntryValueFlags(const MachineLocation &Loc) { in setEntryValueFlags()
397 void DwarfExpression::setLocation(const MachineLocation &Loc, in setLocation()
H A DDwarfDebug.cpp240 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 Dpr15031.ll153 …ve" = type { %"class.llvm::MCSymbol"*, %"class.llvm::MachineLocation", %"class.llvm::MachineLocati…
154 %"class.llvm::MachineLocation" = type { i8, i32, i32 }