Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddisassembler.cc48 *target_machine.getMCAsmInfo(), *target_machine.getMCInstrInfo(), in Disassembler()
51 target_machine.getMCInstrInfo())); in Disassembler()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLlvmState.h49 return *TargetMachine->getMCInstrInfo(); in getInstrInfo()
DLlvmState.cpp61 *TargetMachine->getMCInstrInfo(), *TargetMachine->getMCRegisterInfo(), in canAssemble()
DAssembler.cpp87 const llvm::MCInstrInfo *MCII = MF.getTarget().getMCInstrInfo(); in fillMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp134 const MCInstrInfo &MII = *getMCInstrInfo(); in addAsmPrinter()
243 getTarget().createMCCodeEmitter(*getMCInstrInfo(), MRI, *Ctx); in addPassesToEmitMC()
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp207 const MCInstrInfo &MII = *getMCInstrInfo(); in addPassesToEmitFile()
289 getTarget().createMCCodeEmitter(*getMCInstrInfo(), MRI, *Ctx); in addPassesToEmitMC()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h141 const MCInstrInfo *getMCInstrInfo() const;
DGraphBuilder.cpp234 Analysis.getMCInstrInfo()->get(ParentMeta.Instruction.getOpcode()); in buildFlowGraphImpl()
DFileAnalysis.cpp252 const MCInstrInfo *FileAnalysis::getMCInstrInfo() const { return MII.get(); } in getMCInstrInfo() function in llvm::cfi_verify::FileAnalysis
/external/llvm/include/llvm/Target/
DTargetMachine.h158 const MCInstrInfo *getMCInstrInfo() const { return MII; } in getMCInstrInfo() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h166 const MCInstrInfo *getMCInstrInfo() const { return MII; } in getMCInstrInfo() function