Home
last modified time | relevance | path

Searched refs:printInstruction (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.cpp43 printInstruction(MCI.getOperand(1).getInst(), Address, OS); in printInst()
46 printInstruction(MCI.getOperand(0).getInst(), Address, OS); in printInst()
48 printInstruction(&MCI, Address, OS); in printInst()
H A DHexagonInstPrinter.h38 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp286 void BottleneckAnalysis::printInstruction(formatted_raw_ostream &FOS, in printInstruction() function in llvm::mca::BottleneckAnalysis
326 printInstruction(FOS, Source[FromIID], HasColors); in printCriticalSequence()
331 printInstruction(FOS, Source[CurrentIID]); in printCriticalSequence()
336 printInstruction(FOS, Source[CurrentIID], HasColors); in printCriticalSequence()
346 printInstruction(FOS, Source[CurrentIID]); in printCriticalSequence()
352 printInstruction(FOS, Source[CurrentIID], HasColors); in printCriticalSequence()
356 printInstruction(FOS, Source[ToIID], HasColors); in printCriticalSequence()
392 printInstruction(FOS, Source[CurrentIID]); in printCriticalSequence()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.h31 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
H A DXCoreInstPrinter.cpp37 printInstruction(MI, Address, O); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.h36 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
H A DBPFInstPrinter.cpp34 printInstruction(MI, Address, O); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchInstPrinter.h37 void printInstruction(const MCInst *MI, uint64_t Address,
H A DLoongArchInstPrinter.cpp55 printInstruction(MI, Address, STI, O); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.h53 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.h30 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.h33 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.h50 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.h32 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
H A DMSP430InstPrinter.cpp37 printInstruction(MI, Address, O); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.h52 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEInstPrinter.h35 void printInstruction(const MCInst *, uint64_t, const MCSubtargetInfo &,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600InstPrinter.h25 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.h37 void printInstruction(const MCInst *MI, uint64_t Address,
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaInstPrinter.h32 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.h46 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.h43 void printInstruction(const MCInst *MI, uint64_t Address,
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kInstPrinter.cpp52 printInstruction(MI, Address, O); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.h66 void printInstruction(const MCInst *MI, uint64_t Address,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.h37 virtual void printInstruction(const MCInst *MI, uint64_t Address,
250 void printInstruction(const MCInst *MI, uint64_t Address,

123