Home
last modified time | relevance | path

Searched refs:MCInstrInfo (Results 1 – 25 of 91) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUMCTargetDesc.cpp37 static MCInstrInfo *createAMDGPUMCInstrInfo() { in createAMDGPUMCInstrInfo()
38 MCInstrInfo *X = new MCInstrInfo(); in createAMDGPUMCInstrInfo()
67 const MCInstrInfo &MII, in createAMDGPUMCInstPrinter()
73 static MCCodeEmitter *createAMDGPUMCCodeEmitter(const MCInstrInfo &MCII, in createAMDGPUMCCodeEmitter()
DAMDGPUMCTargetDesc.h24 class MCInstrInfo; variable
31 MCCodeEmitter *createR600MCCodeEmitter(const MCInstrInfo &MCII,
35 MCCodeEmitter *createSIMCCodeEmitter(const MCInstrInfo &MCII,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUMCTargetDesc.cpp37 static MCInstrInfo *createAMDGPUMCInstrInfo() { in createAMDGPUMCInstrInfo()
38 MCInstrInfo *X = new MCInstrInfo(); in createAMDGPUMCInstrInfo()
67 const MCInstrInfo &MII, in createAMDGPUMCInstPrinter()
73 static MCCodeEmitter *createAMDGPUMCCodeEmitter(const MCInstrInfo &MCII, in createAMDGPUMCCodeEmitter()
DAMDGPUMCTargetDesc.h24 class MCInstrInfo; variable
31 MCCodeEmitter *createR600MCCodeEmitter(const MCInstrInfo &MCII,
35 MCCodeEmitter *createSIMCCodeEmitter(const MCInstrInfo &MCII,
/external/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUMCTargetDesc.cpp38 static MCInstrInfo *createAMDGPUMCInstrInfo() { in createAMDGPUMCInstrInfo()
39 MCInstrInfo *X = new MCInstrInfo(); in createAMDGPUMCInstrInfo()
68 const MCInstrInfo &MII, in createAMDGPUMCInstPrinter()
74 static MCCodeEmitter *createAMDGPUMCCodeEmitter(const MCInstrInfo &MCII, in createAMDGPUMCCodeEmitter()
DAMDGPUMCTargetDesc.h25 class MCInstrInfo; variable
34 MCCodeEmitter *createR600MCCodeEmitter(const MCInstrInfo &MCII,
38 MCCodeEmitter *createSIMCCodeEmitter(const MCInstrInfo &MCII,
/external/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430MCTargetDesc.cpp34 static MCInstrInfo *createMSP430MCInstrInfo() { in createMSP430MCInstrInfo()
35 MCInstrInfo *X = new MCInstrInfo(); in createMSP430MCInstrInfo()
64 const MCInstrInfo &MII, in createMSP430MCInstPrinter()
/external/llvm/include/llvm/MC/MCAnalysis/
DMCModuleYAML.h25 class MCInstrInfo; variable
31 const MCInstrInfo &MII, const MCRegisterInfo &MRI);
36 const MCInstrInfo &MII, const MCRegisterInfo &MRI);
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCTargetDesc.cpp34 static MCInstrInfo *createNVPTXMCInstrInfo() { in createNVPTXMCInstrInfo()
35 MCInstrInfo *X = new MCInstrInfo(); in createNVPTXMCInstrInfo()
64 const MCInstrInfo &MII, in createNVPTXMCInstPrinter()
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.h83 class MCInstrInfo; variable
94 std::unique_ptr<const MCInstrInfo> MII;
99 std::unique_ptr<const MCInstrInfo> MII);
/external/llvm/include/llvm/Support/
DTargetRegistry.h41 class MCInstrInfo; variable
88 typedef MCInstrInfo *(*MCInstrInfoCtorFnTy)(void);
89 typedef MCInstrAnalysis *(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo*Info);
111 const MCInstrInfo &MII,
119 const MCInstrInfo &MII,
122 typedef MCCodeEmitter *(*MCCodeEmitterCtorTy)(const MCInstrInfo &II,
302 MCInstrInfo *createMCInstrInfo() const { in createMCInstrInfo()
310 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const { in createMCInstrAnalysis()
375 const MCInstrInfo &MII, in createMCAsmParser()
399 const MCInstrInfo &MII, in createMCInstPrinter()
[all …]
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.h23 class MCInstrInfo; variable
36 MCCodeEmitter *createMipsMCCodeEmitterEB(const MCInstrInfo &MCII,
40 MCCodeEmitter *createMipsMCCodeEmitterEL(const MCInstrInfo &MCII,
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.h30 class MCInstrInfo; variable
68 std::unique_ptr<const llvm::MCInstrInfo> MII;
91 const MCInstrInfo *mII, in LLVMDisasmContext()
116 const MCInstrInfo *getInstrInfo() const { return MII.get(); } in getInstrInfo()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp37 static MCInstrInfo *createHexagonMCInstrInfo() { in createHexagonMCInstrInfo()
38 MCInstrInfo *X = new MCInstrInfo(); in createHexagonMCInstrInfo()
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp37 static MCInstrInfo *createXCoreMCInstrInfo() { in createXCoreMCInstrInfo()
38 MCInstrInfo *X = new MCInstrInfo(); in createXCoreMCInstrInfo()
87 const MCInstrInfo &MII, in createXCoreMCInstPrinter()
/external/llvm/include/llvm/MC/
DMCInstPrinter.h20 class MCInstrInfo; variable
40 const MCInstrInfo &MII;
58 MCInstPrinter(const MCAsmInfo &mai, const MCInstrInfo &mii, in MCInstPrinter()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.h25 class MCInstrInfo; variable
56 MCCodeEmitter *createARMLEMCCodeEmitter(const MCInstrInfo &MCII,
61 MCCodeEmitter *createARMBEMCCodeEmitter(const MCInstrInfo &MCII,
/external/llvm/lib/Target/Hexagon/InstPrinter/
DHexagonInstPrinter.h26 const MCInstrInfo &MII, in HexagonInstPrinter()
70 const MCInstrInfo &getMII() const { in getMII()
81 const MCInstrInfo &MII;
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCTargetDesc.cpp54 static MCInstrInfo *createSparcMCInstrInfo() { in createSparcMCInstrInfo()
55 MCInstrInfo *X = new MCInstrInfo(); in createSparcMCInstrInfo()
151 const MCInstrInfo &MII, in createSparcMCInstPrinter()
DSparcMCTargetDesc.h23 class MCInstrInfo; variable
34 MCCodeEmitter *createSparcMCCodeEmitter(const MCInstrInfo &MCII,
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.h21 class MCInstrInfo; variable
42 MCContext &Ctx, const MCInstrInfo &MII, MCStreamer &Out);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCTargetDesc.cpp37 static MCInstrInfo *createAArch64MCInstrInfo() { in createAArch64MCInstrInfo()
38 MCInstrInfo *X = new MCInstrInfo(); in createAArch64MCInstrInfo()
115 const MCInstrInfo &MII, in createAArch64MCInstPrinter()
DAArch64MCTargetDesc.h24 class MCInstrInfo; variable
37 MCCodeEmitter *createAArch64MCCodeEmitter(const MCInstrInfo &MCII,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h26 class MCInstrInfo; variable
38 MCCodeEmitter *createPPCMCCodeEmitter(const MCInstrInfo &MCII,
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCTargetDesc.h20 class MCInstrInfo; variable
72 MCCodeEmitter *createSystemZMCCodeEmitter(const MCInstrInfo &MCII,

1234