Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/lib/MC/
DMCInstrAnalysis.cpp19 bool MCInstrAnalysis::clearsSuperRegisters(const MCRegisterInfo &MRI, in clearsSuperRegisters()
26 bool MCInstrAnalysis::evaluateBranch(const MCInst & /*Inst*/, uint64_t /*Addr*/, in evaluateBranch()
33 MCInstrAnalysis::evaluateMemoryOperandAddress(const MCInst &Inst, uint64_t Addr, in evaluateMemoryOperandAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstrAnalysis.cpp19 bool MCInstrAnalysis::clearsSuperRegisters(const MCRegisterInfo &MRI, in clearsSuperRegisters()
26 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch()
38 MCInstrAnalysis::evaluateMemoryOperandAddress(const MCInst &Inst, uint64_t Addr, in evaluateMemoryOperandAddress()
/external/llvm/include/llvm/MC/
DMCInstrAnalysis.h24 class MCInstrAnalysis {
30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() function
32 virtual ~MCInstrAnalysis() {} in ~MCInstrAnalysis()
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrAnalysis.h27 class MCInstrAnalysis {
34 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() function
35 virtual ~MCInstrAnalysis() = default;
DMCInstPrinter.h21 class MCInstrAnalysis; variable
52 const MCInstrAnalysis *MIA = nullptr;
128 void setMCInstrAnalysis(const MCInstrAnalysis *Value) { MIA = Value; } in setMCInstrAnalysis()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h27 class MCInstrAnalysis {
34 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() function
35 virtual ~MCInstrAnalysis() = default;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.cpp91 class LanaiMCInstrAnalysis : public MCInstrAnalysis {
94 : MCInstrAnalysis(Info) {} in LanaiMCInstrAnalysis()
122 static MCInstrAnalysis *createLanaiInstrAnalysis(const MCInstrInfo *Info) { in createLanaiInstrAnalysis()
/external/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.cpp91 class LanaiMCInstrAnalysis : public MCInstrAnalysis {
94 : MCInstrAnalysis(Info) {} in LanaiMCInstrAnalysis()
122 static MCInstrAnalysis *createLanaiInstrAnalysis(const MCInstrInfo *Info) { in createLanaiInstrAnalysis()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.cpp81 class LanaiMCInstrAnalysis : public MCInstrAnalysis {
84 : MCInstrAnalysis(Info) {} in LanaiMCInstrAnalysis()
110 static MCInstrAnalysis *createLanaiInstrAnalysis(const MCInstrInfo *Info) { in createLanaiInstrAnalysis()
/external/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCTargetDesc.cpp73 class BPFMCInstrAnalysis : public MCInstrAnalysis {
76 : MCInstrAnalysis(Info) {} in BPFMCInstrAnalysis()
96 static MCInstrAnalysis *createBPFInstrAnalysis(const MCInstrInfo *Info) { in createBPFInstrAnalysis()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCTargetDesc.cpp73 class BPFMCInstrAnalysis : public MCInstrAnalysis {
76 : MCInstrAnalysis(Info) {} in BPFMCInstrAnalysis()
96 static MCInstrAnalysis *createBPFInstrAnalysis(const MCInstrInfo *Info) { in createBPFInstrAnalysis()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp248 class ARMMCInstrAnalysis : public MCInstrAnalysis {
250 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in ARMMCInstrAnalysis()
256 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
263 return MCInstrAnalysis::isConditionalBranch(Inst); in isConditionalBranch()
311 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) { in createARMMCInstrAnalysis()
315 static MCInstrAnalysis *createThumbMCInstrAnalysis(const MCInstrInfo *Info) { in createThumbMCInstrAnalysis()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCTargetDesc.cpp102 class RISCVMCInstrAnalysis : public MCInstrAnalysis {
105 : MCInstrAnalysis(Info) {} in RISCVMCInstrAnalysis()
135 static MCInstrAnalysis *createRISCVInstrAnalysis(const MCInstrInfo *Info) { in createRISCVInstrAnalysis()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCTargetDesc.cpp110 class AMDGPUMCInstrAnalysis : public MCInstrAnalysis {
113 : MCInstrAnalysis(Info) {} in AMDGPUMCInstrAnalysis()
133 static MCInstrAnalysis *createAMDGPUMCInstrAnalysis(const MCInstrInfo *Info) { in createAMDGPUMCInstrAnalysis()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp237 class ARMMCInstrAnalysis : public MCInstrAnalysis {
239 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in ARMMCInstrAnalysis()
245 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
252 return MCInstrAnalysis::isConditionalBranch(Inst); in isConditionalBranch()
270 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) { in createARMMCInstrAnalysis()
/external/llvm-project/llvm/include/llvm/MCA/
DInstrBuilder.h42 const MCInstrAnalysis *MCIA;
63 const MCRegisterInfo &RI, const MCInstrAnalysis *IA);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstrBuilder.h42 const MCInstrAnalysis *MCIA;
63 const MCRegisterInfo &RI, const MCInstrAnalysis *IA);
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCTargetDesc.cpp116 class AMDGPUMCInstrAnalysis : public MCInstrAnalysis {
119 : MCInstrAnalysis(Info) {} in AMDGPUMCInstrAnalysis()
139 static MCInstrAnalysis *createAMDGPUMCInstrAnalysis(const MCInstrInfo *Info) { in createAMDGPUMCInstrAnalysis()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp136 class MipsMCInstrAnalysis : public MCInstrAnalysis {
138 MipsMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in MipsMCInstrAnalysis()
165 static MCInstrAnalysis *createMipsMCInstrAnalysis(const MCInstrInfo *Info) { in createMipsMCInstrAnalysis()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp121 class MipsMCInstrAnalysis : public MCInstrAnalysis {
123 MipsMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in MipsMCInstrAnalysis()
147 static MCInstrAnalysis *createMipsMCInstrAnalysis(const MCInstrInfo *Info) { in createMipsMCInstrAnalysis()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp136 class MipsMCInstrAnalysis : public MCInstrAnalysis {
138 MipsMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in MipsMCInstrAnalysis()
165 static MCInstrAnalysis *createMipsMCInstrAnalysis(const MCInstrInfo *Info) { in createMipsMCInstrAnalysis()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp424 class HexagonMCInstrAnalysis : public MCInstrAnalysis {
426 HexagonMCInstrAnalysis(MCInstrInfo const *Info) : MCInstrAnalysis(Info) {} in HexagonMCInstrAnalysis()
430 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
435 return MCInstrAnalysis::isConditionalBranch(Inst); in isConditionalBranch()
454 static MCInstrAnalysis *createHexagonMCInstrAnalysis(const MCInstrInfo *Info) { in createHexagonMCInstrAnalysis()
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h146 const MCInstrAnalysis *getMCInstrAnalysis() const;
213 std::unique_ptr<const MCInstrAnalysis> MIA;
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp397 class ARMMCInstrAnalysis : public MCInstrAnalysis {
399 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in ARMMCInstrAnalysis()
405 return MCInstrAnalysis::isUnconditionalBranch(Inst); in isUnconditionalBranch()
412 return MCInstrAnalysis::isConditionalBranch(Inst); in isConditionalBranch()
469 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) { in createARMMCInstrAnalysis()
473 static MCInstrAnalysis *createThumbMCInstrAnalysis(const MCInstrInfo *Info) { in createThumbMCInstrAnalysis()
/external/llvm/lib/MC/
DMCInstrAnalysis.cpp13 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch()

123