/third_party/skia/third_party/externals/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()
|
D | CMakeLists.txt | 24 MCInstrAnalysis.cpp
|
/third_party/skia/third_party/externals/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;
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
D | LanaiMCTargetDesc.h | 25 class MCInstrAnalysis; variable
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | InstrBuilder.h | 42 const MCInstrAnalysis *MCIA; 63 const MCRegisterInfo &RI, const MCInstrAnalysis *IA);
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 46 class MCInstrAnalysis; variable 134 using MCInstrAnalysisCtorFnTy = MCInstrAnalysis *(*)(const MCInstrInfo *Info); 356 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const { in createMCInstrAnalysis() 1017 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) { in Allocator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCTargetDesc.cpp | 308 class AArch64MCInstrAnalysis : public MCInstrAnalysis { 310 AArch64MCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {} in AArch64MCInstrAnalysis() 364 static MCInstrAnalysis *createAArch64InstrAnalysis(const MCInstrInfo *Info) { in createAArch64InstrAnalysis()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 404 std::unique_ptr<const MCInstrAnalysis> MIA( in getPltAddresses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 387 class X86MCInstrAnalysis : public MCInstrAnalysis { 393 X86MCInstrAnalysis(const MCInstrInfo *MCII) : MCInstrAnalysis(MCII) {} in X86MCInstrAnalysis() 550 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) { in createX86MCInstrAnalysis()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSchedule.td | 499 // (see MC/MCInstrAnalysis.h - method MCInstrAnalysis::clearsSuperRegisters()). 523 // llvm/CodeGen/TargetSubtargetInfo.h, and llvm/MC/MCInstrAnalysis.h).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | InstrBuilder.cpp | 30 const llvm::MCInstrAnalysis *mcia) in InstrBuilder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 483 "llvm/lib/MC/MCInstrAnalysis.cpp",
|
D | BUILD.gn | 598 "llvm/lib/MC/MCInstrAnalysis.cpp",
|
D | CMakeLists.txt | 485 ${LLVM_DIR}/lib/MC/MCInstrAnalysis.cpp
|