/external/llvm-project/llvm/lib/MC/ |
D | MCInstrAnalysis.cpp | 19 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/ |
D | MCInstrAnalysis.cpp | 19 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/ |
D | MCInstrAnalysis.h | 24 class MCInstrAnalysis { 30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() function 32 virtual ~MCInstrAnalysis() {} in ~MCInstrAnalysis()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrAnalysis.h | 27 class MCInstrAnalysis { 34 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() function 35 virtual ~MCInstrAnalysis() = default;
|
D | MCInstPrinter.h | 21 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/ |
D | MCInstrAnalysis.h | 27 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/ |
D | LanaiMCTargetDesc.cpp | 91 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/ |
D | LanaiMCTargetDesc.cpp | 91 class LanaiMCInstrAnalysis : public MCInstrAnalysis { 94 : MCInstrAnalysis(Info) {} in LanaiMCInstrAnalysis() 122 static MCInstrAnalysis *createLanaiInstrAnalysis(const MCInstrInfo *Info) { in createLanaiInstrAnalysis()
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCTargetDesc.cpp | 81 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/ |
D | BPFMCTargetDesc.cpp | 73 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/ |
D | BPFMCTargetDesc.cpp | 73 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/ |
D | ARMMCTargetDesc.cpp | 248 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/ |
D | RISCVMCTargetDesc.cpp | 102 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/ |
D | AMDGPUMCTargetDesc.cpp | 110 class AMDGPUMCInstrAnalysis : public MCInstrAnalysis { 113 : MCInstrAnalysis(Info) {} in AMDGPUMCInstrAnalysis() 133 static MCInstrAnalysis *createAMDGPUMCInstrAnalysis(const MCInstrInfo *Info) { in createAMDGPUMCInstrAnalysis()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 237 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/ |
D | InstrBuilder.h | 42 const MCInstrAnalysis *MCIA; 63 const MCRegisterInfo &RI, const MCInstrAnalysis *IA);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | InstrBuilder.h | 42 const MCInstrAnalysis *MCIA; 63 const MCRegisterInfo &RI, const MCInstrAnalysis *IA);
|
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUMCTargetDesc.cpp | 116 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/ |
D | MipsMCTargetDesc.cpp | 136 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/ |
D | MipsMCTargetDesc.cpp | 121 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/ |
D | MipsMCTargetDesc.cpp | 136 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/ |
D | HexagonMCTargetDesc.cpp | 424 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/ |
D | FileAnalysis.h | 146 const MCInstrAnalysis *getMCInstrAnalysis() const; 213 std::unique_ptr<const MCInstrAnalysis> MIA;
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 397 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/ |
D | MCInstrAnalysis.cpp | 13 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch()
|