OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCInstrAnalysis
(Results
1 - 19
of
19
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrAnalysis.h
1
//===-- llvm/MC/
MCInstrAnalysis
.h - InstrDesc target hooks ------*- C++ -*-===//
10
// This file defines the
MCInstrAnalysis
class which the MCTargetDescs can
24
class
MCInstrAnalysis
{
30
MCInstrAnalysis
(const MCInstrInfo *Info) : Info(Info) {}
32
virtual ~
MCInstrAnalysis
() {}
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrAnalysis.h
1
//===-- llvm/MC/
MCInstrAnalysis
.h - InstrDesc target hooks ------*- C++ -*-===//
10
// This file defines the
MCInstrAnalysis
class which the MCTargetDescs can
21
class
MCInstrAnalysis
{
27
MCInstrAnalysis
(const MCInstrInfo *Info) : Info(Info) {}
29
virtual ~
MCInstrAnalysis
() {}
/external/llvm/lib/MC/
MCInstrAnalysis.cpp
1
//===--
MCInstrAnalysis
.cpp - InstrDesc target hooks ------------*- C++ -*-===//
10
#include "llvm/MC/
MCInstrAnalysis
.h"
13
bool
MCInstrAnalysis
::evaluateBranch(const MCInst &Inst, uint64_t Addr,
/external/swiftshader/third_party/LLVM/lib/MC/
MCInstrAnalysis.cpp
1
//===--
MCInstrAnalysis
.cpp - InstrDesc target hooks ------------*- C++ -*-===//
10
#include "llvm/MC/
MCInstrAnalysis
.h"
13
uint64_t
MCInstrAnalysis
::evaluateBranch(const MCInst &Inst, uint64_t Addr,
/external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCTargetDesc.h
25
class
MCInstrAnalysis
;
LanaiMCTargetDesc.cpp
18
#include "llvm/MC/
MCInstrAnalysis
.h"
81
class LanaiMCInstrAnalysis : public
MCInstrAnalysis
{
84
:
MCInstrAnalysis
(Info) {}
110
static
MCInstrAnalysis
*createLanaiInstrAnalysis(const MCInstrInfo *Info) {
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MCFunction.h
26
class
MCInstrAnalysis
;
83
const
MCInstrAnalysis
*Ana, raw_ostream &DebugOut,
MCFunction.cpp
20
#include "llvm/MC/
MCInstrAnalysis
.h"
32
uint64_t End, const
MCInstrAnalysis
*Ana,
MachODump.cpp
26
#include "llvm/MC/
MCInstrAnalysis
.h"
150
MCInstrAnalysis
*InstrAnalysis,
288
OwningPtr<
MCInstrAnalysis
>
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp
19
#include "llvm/MC/
MCInstrAnalysis
.h"
182
class ARMMCInstrAnalysis : public
MCInstrAnalysis
{
184
ARMMCInstrAnalysis(const MCInstrInfo *Info) :
MCInstrAnalysis
(Info) {}
190
return
MCInstrAnalysis
::isUnconditionalBranch(Inst);
197
return
MCInstrAnalysis
::isConditionalBranch(Inst);
214
static
MCInstrAnalysis
*createARMMCInstrAnalysis(const MCInstrInfo *Info) {
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp
22
#include "llvm/MC/
MCInstrAnalysis
.h"
121
class MipsMCInstrAnalysis : public
MCInstrAnalysis
{
123
MipsMCInstrAnalysis(const MCInstrInfo *Info) :
MCInstrAnalysis
(Info) {}
147
static
MCInstrAnalysis
*createMipsMCInstrAnalysis(const MCInstrInfo *Info) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp
20
#include "llvm/MC/
MCInstrAnalysis
.h"
237
class ARMMCInstrAnalysis : public
MCInstrAnalysis
{
239
ARMMCInstrAnalysis(const MCInstrInfo *Info) :
MCInstrAnalysis
(Info) {}
245
return
MCInstrAnalysis
::isUnconditionalBranch(Inst);
252
return
MCInstrAnalysis
::isConditionalBranch(Inst);
270
static
MCInstrAnalysis
*createARMMCInstrAnalysis(const MCInstrInfo *Info) {
/external/llvm/include/llvm/Support/
TargetRegistry.h
39
class
MCInstrAnalysis
;
99
typedef
MCInstrAnalysis
*(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo *Info);
186
///
MCInstrAnalysis
, if registered.
314
/// createMCInstrAnalysis - Create a
MCInstrAnalysis
implementation.
316
MCInstrAnalysis
*createMCInstrAnalysis(const MCInstrInfo *Info) const {
659
/// RegisterMCInstrAnalysis - Register a
MCInstrAnalysis
implementation for
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h
38
class
MCInstrAnalysis
;
78
typedef
MCInstrAnalysis
*(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo*Info);
155
///
MCInstrAnalysis
, if registered.
292
/// createMCInstrAnalysis - Create a
MCInstrAnalysis
implementation.
294
MCInstrAnalysis
*createMCInstrAnalysis(const MCInstrInfo *Info) const {
577
/// RegisterMCInstrAnalysis - Register a
MCInstrAnalysis
implementation for
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp
20
#include "llvm/MC/
MCInstrAnalysis
.h"
406
static
MCInstrAnalysis
*createX86MCInstrAnalysis(const MCInstrInfo *Info) {
407
return new
MCInstrAnalysis
(Info);
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp
19
#include "llvm/MC/
MCInstrAnalysis
.h"
231
static
MCInstrAnalysis
*createX86MCInstrAnalysis(const MCInstrInfo *Info) {
232
return new
MCInstrAnalysis
(Info);
/external/swiftshader/third_party/LLVM/
Android.mk
188
lib/MC/
MCInstrAnalysis
.cpp \
/external/llvm/tools/sancov/
sancov.cc
21
#include "llvm/MC/
MCInstrAnalysis
.h"
380
std::unique_ptr<const
MCInstrAnalysis
> MIA(
[
all
...]
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
32
#include "llvm/MC/
MCInstrAnalysis
.h"
[
all
...]
Completed in 1453 milliseconds