Home
last modified time | relevance | path

Searched refs:MCInstrAnalysis (Results 1 – 25 of 43) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCInstrAnalysis.cpp20 bool MCInstrAnalysis::clearsSuperRegisters(const MCRegisterInfo &MRI, in clearsSuperRegisters()
27 bool MCInstrAnalysis::evaluateBranch(const MCInst & /*Inst*/, uint64_t /*Addr*/, in evaluateBranch()
33 std::optional<uint64_t> MCInstrAnalysis::evaluateMemoryOperandAddress( in evaluateMemoryOperandAddress()
40 MCInstrAnalysis::getMemoryOperandRelocationOffset(const MCInst &Inst, in getMemoryOperandRelocationOffset()
H A DCMakeLists.txt27 MCInstrAnalysis.cpp
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVMCTargetDesc.cpp78 class SPIRVMCInstrAnalysis : public MCInstrAnalysis {
81 : MCInstrAnalysis(Info) {} in SPIRVMCInstrAnalysis()
86 static MCInstrAnalysis *createSPIRVInstrAnalysis(const MCInstrInfo *Info) { in createSPIRVInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h29 class MCInstrAnalysis {
36 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() function
37 virtual ~MCInstrAnalysis() = default;
H A DMCInstPrinter.h19 class MCInstrAnalysis; variable
53 const MCInstrAnalysis *MIA = nullptr;
132 void setMCInstrAnalysis(const MCInstrAnalysis *Value) { MIA = Value; } in setMCInstrAnalysis()
H A DTargetRegistry.h46 class MCInstrAnalysis; variable
162 using MCInstrAnalysisCtorFnTy = MCInstrAnalysis *(*)(const MCInstrInfo *Info);
444 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const { in createMCInstrAnalysis()
1260 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCTargetDesc.cpp74 class BPFMCInstrAnalysis : public MCInstrAnalysis {
77 : MCInstrAnalysis(Info) {} in BPFMCInstrAnalysis()
97 static MCInstrAnalysis *createBPFInstrAnalysis(const MCInstrInfo *Info) { in createBPFInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp92 class LanaiMCInstrAnalysis : public MCInstrAnalysis {
95 : MCInstrAnalysis(Info) {} in LanaiMCInstrAnalysis()
126 static MCInstrAnalysis *createLanaiInstrAnalysis(const MCInstrInfo *Info) { in createLanaiInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp92 class LoongArchMCInstrAnalysis : public MCInstrAnalysis {
95 : MCInstrAnalysis(Info) {} in LoongArchMCInstrAnalysis()
111 static MCInstrAnalysis *createLoongArchInstrAnalysis(const MCInstrInfo *Info) { in createLoongArchInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCTargetDesc.cpp123 class AMDGPUMCInstrAnalysis : public MCInstrAnalysis {
126 : MCInstrAnalysis(Info) {} in AMDGPUMCInstrAnalysis()
146 static MCInstrAnalysis *createAMDGPUMCInstrAnalysis(const MCInstrInfo *Info) { in createAMDGPUMCInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCTargetDesc.cpp114 class CSKYMCInstrAnalysis : public MCInstrAnalysis {
117 : MCInstrAnalysis(Info) {} in CSKYMCInstrAnalysis()
151 static MCInstrAnalysis *createCSKYInstrAnalysis(const MCInstrInfo *Info) { in createCSKYInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp116 class RISCVMCInstrAnalysis : public MCInstrAnalysis {
119 : MCInstrAnalysis(Info) {} in RISCVMCInstrAnalysis()
149 static MCInstrAnalysis *createRISCVInstrAnalysis(const MCInstrInfo *Info) { in createRISCVInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp137 class MipsMCInstrAnalysis : public MCInstrAnalysis {
139 MipsMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in MipsMCInstrAnalysis()
166 static MCInstrAnalysis *createMipsMCInstrAnalysis(const MCInstrInfo *Info) { in createMipsMCInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DInstrBuilder.h65 const MCInstrAnalysis *MCIA;
102 const MCRegisterInfo &RI, const MCInstrAnalysis *IA,
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h146 const MCInstrAnalysis *getMCInstrAnalysis() const;
212 std::unique_ptr<const MCInstrAnalysis> MIA;
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp617 class HexagonMCInstrAnalysis : public MCInstrAnalysis {
619 HexagonMCInstrAnalysis(MCInstrInfo const *Info) : MCInstrAnalysis(Info) {} in HexagonMCInstrAnalysis()
623 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
628 return MCInstrAnalysis::isConditionalBranch(Inst); in isConditionalBranch()
651 static MCInstrAnalysis *createHexagonMCInstrAnalysis(const MCInstrInfo *Info) { in createHexagonMCInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp379 class PPCMCInstrAnalysis : public MCInstrAnalysis {
382 : MCInstrAnalysis(Info) {} in PPCMCInstrAnalysis()
398 static MCInstrAnalysis *createPPCMCInstrAnalysis(const MCInstrInfo *Info) { in createPPCMCInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp400 class ARMMCInstrAnalysis : public MCInstrAnalysis {
402 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in ARMMCInstrAnalysis()
408 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
415 return MCInstrAnalysis::isConditionalBranch(Inst); in isConditionalBranch()
627 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) { in createARMMCInstrAnalysis()
/openbsd-src/gnu/usr.bin/clang/libLLVMMC/
H A DMakefile33 MCInstrAnalysis.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/
H A DBUILD.gn40 "MCInstrAnalysis.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp403 class AArch64MCInstrAnalysis : public MCInstrAnalysis {
405 AArch64MCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in AArch64MCInstrAnalysis()
462 static MCInstrAnalysis *createAArch64InstrAnalysis(const MCInstrInfo *Info) { in createAArch64InstrAnalysis()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h49 class MCInstrAnalysis; variable
592 MCInstrAnalysis &MIA);
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp489 class X86MCInstrAnalysis : public MCInstrAnalysis {
495 X86MCInstrAnalysis(const MCInstrInfo *MCII) : MCInstrAnalysis(MCII) {} in X86MCInstrAnalysis()
693 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) { in createX86MCInstrAnalysis()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h210 std::unique_ptr<const MCInstrAnalysis> MIA;
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp405 MCInstrAnalysis &MIA) { in addFunctionPointerRelocationsToCurrentSymbol()

12