OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCInst
(Results
126 - 150
of
153
) sorted by null
1
2
3
4
5
6
7
/external/llvm/tools/llvm-mc/
Disassembler.cpp
19
#include "llvm/MC/
MCInst
.h"
63
MCInst
Inst;
/external/llvm/include/llvm/MC/
MCStreamer.h
31
class
MCInst
;
590
virtual void EmitInstruction(const
MCInst
&Inst) = 0;
645
/// the
MCInst
representation will be printed. This method takes ownership of
655
/// \param ShowInst - Whether to show the
MCInst
representation inline with
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
30
class
MCInst
;
646
virtual void getNoopForMachoTarget(
MCInst
&NopInst) const {
[
all
...]
/external/llvm/lib/MC/
MCMachOStreamer.cpp
16
#include "llvm/MC/
MCInst
.h"
32
virtual void EmitInstToData(const
MCInst
&Inst);
378
void MCMachOStreamer::EmitInstToData(const
MCInst
&Inst) {
MCObjectDisassembler.cpp
77
MCInst
Inst;
MCObjectSymbolizer.cpp
14
#include "llvm/MC/
MCInst
.h"
117
tryAddingSymbolicOperand(
MCInst
&MI, raw_ostream &cStream,
MCELFStreamer.cpp
23
#include "llvm/MC/
MCInst
.h"
414
void MCELFStreamer::EmitInstToFragment(const
MCInst
&Inst) {
422
void MCELFStreamer::EmitInstToData(const
MCInst
&Inst) {
MCAsmStreamer.cpp
21
#include "llvm/MC/
MCInst
.h"
108
virtual void AddEncodingComment(const
MCInst
&Inst);
259
virtual void EmitInstruction(const
MCInst
&Inst);
[
all
...]
WinCOFFStreamer.cpp
83
virtual void EmitInstToData(const
MCInst
&Inst) {
MCAssembler.cpp
874
MCInst
Relaxed;
[
all
...]
/external/llvm/tools/llvm-objdump/
MachODump.cpp
22
#include "llvm/MC/
MCInst
.h"
399
MCInst
Inst;
453
MCInst
Inst;
llvm-objdump.cpp
29
#include "llvm/MC/
MCInst
.h"
468
MCInst
Inst;
/external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp
15
#include "llvm/MC/
MCInst
.h"
166
MCInst
Inst;
/external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp
23
#include "llvm/MC/
MCInst
.h"
271
MCInst
TmpInst;
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h
193
void lowerToMCInst(const MachineInstr *MI,
MCInst
&OutMI);
NVPTXAsmPrinter.cpp
312
MCInst
Inst;
317
void NVPTXAsmPrinter::lowerToMCInst(const MachineInstr *MI,
MCInst
&OutMI) {
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp
1
//===-- PPCMCInstLower.cpp - Convert PPC MachineInstr to an
MCInst
--------===//
11
//
MCInst
records.
25
#include "llvm/MC/
MCInst
.h"
163
void llvm::LowerPPCMachineInstrToMCInst(const MachineInstr *MI,
MCInst
&OutMI,
/external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp
36
#include "llvm/MC/
MCInst
.h"
285
MCInst
TmpInst;
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp
29
#include "llvm/MC/
MCInst
.h"
100
virtual void EmitInstruction(const
MCInst
& Inst) {
/external/llvm/lib/Target/X86/
X86InstrInfo.h
345
virtual void getNoopForMachoTarget(
MCInst
&NopInst) const;
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
41
#include "llvm/MC/
MCInst
.h"
[
all
...]
Thumb2InstrInfo.cpp
23
#include "llvm/MC/
MCInst
.h"
38
void Thumb2InstrInfo::getNoopForMachoTarget(
MCInst
&NopInst) const {
555
//
MCInst
operand has already scaled value.
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
36
#include "llvm/MC/
MCInst
.h"
92
MCInst
TmpInst0;
/external/llvm/lib/Target/X86/InstPrinter/
X86InstComments.cpp
18
#include "llvm/MC/
MCInst
.h"
29
void llvm::EmitAnyX86InstComments(const
MCInst
*MI, raw_ostream &OS,
/external/llvm/tools/lto/
LTOModule.cpp
23
#include "llvm/MC/
MCInst
.h"
724
virtual void EmitInstruction(const
MCInst
&Inst) {
Completed in 1559 milliseconds
1
2
3
4
5
6
7