| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCInstrAnalysis.cpp | 20 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 D | CMakeLists.txt | 27 MCInstrAnalysis.cpp
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVMCTargetDesc.cpp | 78 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 D | MCInstrAnalysis.h | 29 class MCInstrAnalysis { 36 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() function 37 virtual ~MCInstrAnalysis() = default;
|
| H A D | MCInstPrinter.h | 19 class MCInstrAnalysis; variable 53 const MCInstrAnalysis *MIA = nullptr; 132 void setMCInstrAnalysis(const MCInstrAnalysis *Value) { MIA = Value; } in setMCInstrAnalysis()
|
| H A D | TargetRegistry.h | 46 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 D | BPFMCTargetDesc.cpp | 74 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 D | LanaiMCTargetDesc.cpp | 92 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 D | LoongArchMCTargetDesc.cpp | 92 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 D | AMDGPUMCTargetDesc.cpp | 123 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 D | CSKYMCTargetDesc.cpp | 114 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 D | RISCVMCTargetDesc.cpp | 116 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 D | MipsMCTargetDesc.cpp | 137 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 D | InstrBuilder.h | 65 const MCInstrAnalysis *MCIA; 102 const MCRegisterInfo &RI, const MCInstrAnalysis *IA,
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/ |
| H A D | FileAnalysis.h | 146 const MCInstrAnalysis *getMCInstrAnalysis() const; 212 std::unique_ptr<const MCInstrAnalysis> MIA;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCTargetDesc.cpp | 617 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 D | PPCMCTargetDesc.cpp | 379 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 D | ARMMCTargetDesc.cpp | 400 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 D | Makefile | 33 MCInstrAnalysis.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/ |
| H A D | BUILD.gn | 40 "MCInstrAnalysis.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MCTargetDesc.cpp | 403 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 D | IndirectionUtils.h | 49 class MCInstrAnalysis; variable 592 MCInstrAnalysis &MIA);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 489 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 D | ProfiledBinary.h | 210 std::unique_ptr<const MCInstrAnalysis> MIA;
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 405 MCInstrAnalysis &MIA) { in addFunctionPointerRelocationsToCurrentSymbol()
|