/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonInstPrinter.cpp | 43 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 D | HexagonInstPrinter.h | 38 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 286 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 D | XCoreInstPrinter.h | 31 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
H A D | XCoreInstPrinter.cpp | 37 printInstruction(MI, Address, O); in printInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFInstPrinter.h | 36 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
H A D | BPFInstPrinter.cpp | 34 printInstruction(MI, Address, O); in printInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchInstPrinter.h | 37 void printInstruction(const MCInst *MI, uint64_t Address,
|
H A D | LoongArchInstPrinter.cpp | 55 printInstruction(MI, Address, STI, O); in printInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.h | 53 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCInstPrinter.h | 30 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXInstPrinter.h | 33 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.h | 50 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430InstPrinter.h | 32 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
H A D | MSP430InstPrinter.cpp | 37 printInstruction(MI, Address, O); in printInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRInstPrinter.h | 52 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEInstPrinter.h | 35 void printInstruction(const MCInst *, uint64_t, const MCSubtargetInfo &,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600InstPrinter.h | 25 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcInstPrinter.h | 37 void printInstruction(const MCInst *MI, uint64_t Address,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaInstPrinter.h | 32 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiInstPrinter.h | 46 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYInstPrinter.h | 43 void printInstruction(const MCInst *MI, uint64_t Address,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kInstPrinter.cpp | 52 printInstruction(MI, Address, O); in printInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVInstPrinter.h | 66 void printInstruction(const MCInst *MI, uint64_t Address,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.h | 37 virtual void printInstruction(const MCInst *MI, uint64_t Address, 250 void printInstruction(const MCInst *MI, uint64_t Address,
|