Searched refs:CSOffsetExpr (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 197 const MCExpr *CSOffsetExpr; member 201 CallsiteInfo() : CSOffsetExpr(nullptr), ID(0) {} in CallsiteInfo() 202 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo() 204 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 251 const MCExpr *CSOffsetExpr = nullptr; member 257 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo() 259 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 304 const MCExpr *CSOffsetExpr = nullptr; member 310 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo() 312 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 328 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local 332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers() 482 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 492 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 341 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local 345 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers() 505 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 515 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 489 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local 493 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers() 651 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 661 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|