Home
last modified time | relevance | path

Searched refs:getMCInstrInfo (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp148 *TM.getMCAsmInfo(), *TM.getMCInstrInfo(), *TM.getMCRegisterInfo())); in readSnippets()
164 *TM.getMCInstrInfo(), in readSnippets()
H A DLlvmState.h54 return *TheTargetMachine->getMCInstrInfo(); in getInstrInfo()
H A DLlvmState.cpp70 *TheTargetMachine->getMCInstrInfo(), *TheTargetMachine->getMCRegisterInfo(), in canAssemble()
H A DAssembler.cpp142 : MF(MF), MCII(MF.getTarget().getMCInstrInfo()), Entry(addBasicBlock()), in FunctionFiller()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp151 const MCInstrInfo &MII = *getMCInstrInfo(); in createMCStreamer()
259 getTarget().createMCCodeEmitter(*getMCInstrInfo(), MRI, *Ctx); in addPassesToEmitMC()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h145 const MCInstrInfo *getMCInstrInfo() const;
H A DGraphBuilder.cpp235 Analysis.getMCInstrInfo()->get(ParentMeta.Instruction.getOpcode()); in buildFlowGraphImpl()
H A DFileAnalysis.cpp267 const MCInstrInfo *FileAnalysis::getMCInstrInfo() const { return MII.get(); } in getMCInstrInfo() function in llvm::cfi_verify::FileAnalysis
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h205 const MCInstrInfo *getMCInstrInfo() const { return MII.get(); } in getMCInstrInfo() function