Searched refs:MCInstrAnalysis (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h1 //===-- llvm/MC/MCInstrAnalysis.h - InstrDesc target hooks ------*- C++ -*-===//
10 // This file defines the MCInstrAnalysis class which the MCTargetDescs can
21 class MCInstrAnalysis { class in namespace:llvm
27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} function in class:llvm::MCInstrAnalysis
29 virtual ~MCInstrAnalysis() {}
/external/llvm/lib/MC/
H A DMCInstrAnalysis.cpp1 //===-- MCInstrAnalysis.cpp - InstrDesc target hooks ------------*- C++ -*-===//
10 #include "llvm/MC/MCInstrAnalysis.h"
13 uint64_t MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr,
H A DAndroid.mk23 MCInstrAnalysis.cpp \
/external/llvm/tools/llvm-objdump/
H A DMCFunction.h26 class MCInstrAnalysis;
83 const MCInstrAnalysis *Ana, raw_ostream &DebugOut,
H A DMCFunction.cpp20 #include "llvm/MC/MCInstrAnalysis.h"
32 uint64_t End, const MCInstrAnalysis *Ana,
H A DMachODump.cpp26 #include "llvm/MC/MCInstrAnalysis.h"
136 MCInstrAnalysis *InstrAnalysis,
251 OwningPtr<MCInstrAnalysis>
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp19 #include "llvm/MC/MCInstrAnalysis.h"
174 class ARMMCInstrAnalysis : public MCInstrAnalysis {
176 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {}
182 return MCInstrAnalysis::isUnconditionalBranch(Inst);
189 return MCInstrAnalysis::isConditionalBranch(Inst);
206 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) {
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h38 class MCInstrAnalysis;
79 typedef MCInstrAnalysis *(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo*Info);
157 /// MCInstrAnalysis, if registered.
294 /// createMCInstrAnalysis - Create a MCInstrAnalysis implementation.
296 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const {
580 /// RegisterMCInstrAnalysis - Register a MCInstrAnalysis implementation for
913 static MCInstrAnalysis *Allocator(const MCInstrInfo *Info) {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp20 #include "llvm/MC/MCInstrAnalysis.h"
464 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) {
465 return new MCInstrAnalysis(Info);

Completed in 248 milliseconds