Searched refs:getMCInstrInfo (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetFile.cpp | 148 *TM.getMCAsmInfo(), *TM.getMCInstrInfo(), *TM.getMCRegisterInfo())); in readSnippets() 164 *TM.getMCInstrInfo(), in readSnippets()
|
| H A D | LlvmState.h | 54 return *TheTargetMachine->getMCInstrInfo(); in getInstrInfo()
|
| H A D | LlvmState.cpp | 70 *TheTargetMachine->getMCInstrInfo(), *TheTargetMachine->getMCRegisterInfo(), in canAssemble()
|
| H A D | Assembler.cpp | 142 : MF(MF), MCII(MF.getTarget().getMCInstrInfo()), Entry(addBasicBlock()), in FunctionFiller()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LLVMTargetMachine.cpp | 151 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 D | FileAnalysis.h | 145 const MCInstrInfo *getMCInstrInfo() const;
|
| H A D | GraphBuilder.cpp | 235 Analysis.getMCInstrInfo()->get(ParentMeta.Instruction.getOpcode()); in buildFlowGraphImpl()
|
| H A D | FileAnalysis.cpp | 267 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 D | TargetMachine.h | 205 const MCInstrInfo *getMCInstrInfo() const { return MII.get(); } in getMCInstrInfo() function
|