Searched refs:MCInst (Results 276 - 296 of 296) sorted by relevance

<<1112

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp19 #include "llvm/MC/MCInst.h"
249 static unsigned getRegOperandNumElts(const MCInst *MI, unsigned ScalarSize,
260 static void printMasking(raw_ostream &OS, const MCInst *MI,
284 static bool printFMAComments(const MCInst *MI, raw_ostream &OS,
638 bool llvm::EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h424 void getNoop(MCInst &NopInst) const override;
H A DX86InstrInfo.cpp36 #include "llvm/MC/MCInst.h"
7597 void X86InstrInfo::getNoop(MCInst &NopInst) const {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h49 class MCInst;
1308 virtual void getNoop(MCInst &NopInst) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp51 #include "llvm/MC/MCInst.h"
521 MCInst TmpInst;
1202 MCInst RetInst;
1252 RetInst = MCInst();
H A DPPCInstrInfo.h511 void getNoop(MCInst &NopInst) const override;
H A DPPCInstrInfo.cpp34 #include "llvm/MC/MCInst.h"
827 void PPCInstrInfo::getNoop(MCInst &NopInst) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp23 #include "llvm/MC/MCInst.h"
117 void AddEncodingComment(const MCInst &Inst, const MCSubtargetInfo &);
346 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
1941 void MCAsmStreamer::AddEncodingComment(const MCInst &Inst,
2032 void MCAsmStreamer::emitInstruction(const MCInst &Inst,
2040 // Show the MCInst if enabled.
H A DMCStreamer.cpp22 #include "llvm/MC/MCInst.h"
974 uint64_t Address, const MCInst &Inst,
1009 void MCStreamer::emitInstruction(const MCInst &Inst, const MCSubtargetInfo &) {
H A DMCAssembler.cpp27 #include "llvm/MC/MCInst.h"
942 MCInst Relaxed = F.getInst();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp312 bool evaluateBranch(const MCInst &Inst, uint64_t Addr, uint64_t Size,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp40 #include "llvm/MC/MCInst.h"
1115 printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes,
1140 // is relative to the next instruction and the length of a MCInst is
1166 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes,
1236 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes,
1288 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes,
1925 MCInst Inst;
H A DMachODump.cpp28 #include "llvm/MC/MCInst.h"
7589 MCInst Inst;
7684 MCInst Inst;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp70 #include "llvm/MC/MCInst.h"
145 MCInst Inst;
212 void NVPTXAsmPrinter::lowerToMCInst(const MachineInstr *MI, MCInst &OutMI) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp26 #include "llvm/MC/MCInst.h"
45 void Thumb2InstrInfo::getNoop(MCInst &NopInst) const {
632 // MCInst operand expects already scaled value.
639 // MCInst operand expects already scaled value.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp466 void TargetInstrInfo::getNoop(MCInst &NopInst) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp33 #include "llvm/MC/MCInst.h"
481 void emitInstruction(const MCInst &Inst,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1189 bool BTFDebug::InstLower(const MachineInstr *MI, MCInst &OutMI) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp87 #include "llvm/MC/MCInst.h"
229 void AsmPrinter::EmitToStreamer(MCStreamer &S, const MCInst &Inst) {
1235 MCInst Noop;
2872 MCInst Nop;
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile729 SRCS_MIN+= MC/MCInst.cpp
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp37 #include "llvm/MC/MCInst.h"
3787 void AArch64InstrInfo::getNoop(MCInst &NopInst) const {

Completed in 444 milliseconds

<<1112