Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DCMakeLists.txt24 MCInstrAnalysis.cpp
/third_party/skia/third_party/externals/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;
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
DLanaiMCTargetDesc.h25 class MCInstrAnalysis; variable
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstrBuilder.h42 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/
DMipsMCTargetDesc.cpp136 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/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h46 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/
DAArch64MCTargetDesc.cpp308 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/
DELFObjectFile.cpp404 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/
DX86MCTargetDesc.cpp387 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/
DTargetSchedule.td499 // (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/
DInstrBuilder.cpp30 const llvm::MCInstrAnalysis *mcia) in InstrBuilder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp483 "llvm/lib/MC/MCInstrAnalysis.cpp",
DBUILD.gn598 "llvm/lib/MC/MCInstrAnalysis.cpp",
DCMakeLists.txt485 ${LLVM_DIR}/lib/MC/MCInstrAnalysis.cpp