Home
last modified time | relevance | path

Searched refs:PseudoProbeType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h126 return Type == static_cast<uint8_t>(PseudoProbeType::Block); in isBlock()
130 return Type == static_cast<uint8_t>(PseudoProbeType::IndirectCall); in isIndirectCall()
134 return Type == static_cast<uint8_t>(PseudoProbeType::DirectCall); in isDirectCall()
170 MCDecodedPseudoProbe(uint64_t Ad, uint64_t G, uint32_t I, PseudoProbeType K, in MCDecodedPseudoProbe()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPseudoProbe.h27 enum class PseudoProbeType { Block = 0, IndirectCall, DirectCall }; enum
/llvm-project-15.0.7/llvm/lib/IR/
H A DPseudoProbe.cpp52 Probe.Type = (uint32_t)PseudoProbeType::Block; in extractProbe()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp351 ? (uint32_t)PseudoProbeType::DirectCall in instrumentOneFunc()
352 : (uint32_t)PseudoProbeType::IndirectCall; in instrumentOneFunc()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCPseudoProbe.cpp465 Probes.emplace_back(Addr, Cur->Guid, Index, PseudoProbeType(Kind), Attr, in buildAddress2ProbeMap()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1226 .addImm((uint8_t)PseudoProbeType::Block) in EmitSpecialNode()