Home
last modified time | relevance | path

Searched refs:printCCOperand (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.h46 void printCCOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
H A DMSP430InstPrinter.cpp109 void MSP430InstPrinter::printCCOperand(const MCInst *MI, unsigned OpNo, in printCCOperand() function in MSP430InstPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.h48 void printCCOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
H A DSparcInstPrinter.cpp174 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand() function in SparcInstPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEInstPrinter.h56 void printCCOperand(const MCInst *MI, int OpNum, const MCSubtargetInfo &STI,
H A DVEInstPrinter.cpp217 void VEInstPrinter::printCCOperand(const MCInst *MI, int OpNum, in printCCOperand() function in VEInstPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.h38 void printCCOperand(const MCInst *MI, int OpNo, raw_ostream &O);
H A DLanaiInstPrinter.cpp288 void LanaiInstPrinter::printCCOperand(const MCInst *MI, int OpNo, in printCCOperand() function in LanaiInstPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td232 let PrintMethod = "printCCOperand";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td126 let PrintMethod = "printCCOperand";
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1677 * ``printCCOperand`` (for conditional statements)
1692 ``printCCOperand`` should be used to print a conditional operand.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td192 let PrintMethod = "printCCOperand" in
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.td408 let PrintMethod = "printCCOperand";