Searched refs:getInstruction (Results 51 - 65 of 65) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h165 const Instruction *getInstruction() const { return Instr; } function in class:llvm::DiagnosticInfoInlineAsm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp671 Dis->getInstruction(Inst, Size, SymbolBytes, 0, nulls());
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp692 ResultInst = &T.getInstruction(DI->getDef());
H A DFastISelEmitter.cpp462 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
H A DCodeGenDAGPatterns.h1260 const DAGInstruction &getInstruction(Record *R) const {
H A DFixedLenDecoderEmitter.cpp2456 &Target.getInstruction(NumberedAlias->getValueAsDef("AliasOf")));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp73 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
1219 DecodeStatus MipsDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, function in class:MipsDisassembler
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp279 DecodeStatus AMDGPUDisassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:AMDGPUDisassembler
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp970 status = m_disasm_up->getInstruction(mc_inst, new_inst_size, data, pc,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp970 decode_status = m_disasm->getInstruction(mc_insn, insn_size, raw_insn,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h225 cast<CallBase>(*ACS.getInstruction()), CSArgNo);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp254 DecodeStatus AArch64Disassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:AArch64Disassembler
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1927 DisAsm->getInstruction(Inst, Size, Bytes.slice(Index),
H A DMachODump.cpp7619 gotInst = ThumbDisAsm->getInstruction(Inst, Size, Bytes.slice(Index),
7622 gotInst = DisAsm->getInstruction(Inst, Size, Bytes.slice(Index), PC,
7693 if (DisAsm->getInstruction(Inst, InstSize, Bytes.slice(Index), PC,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp138 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
613 DecodeStatus ARMDisassembler::getInstruction(MCInst &MI, uint64_t &Size, function in class:ARMDisassembler

Completed in 383 milliseconds

123