Searched refs:printCCOperand (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430InstPrinter.h | 46 void printCCOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
H A D | MSP430InstPrinter.cpp | 109 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 D | SparcInstPrinter.h | 48 void printCCOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
|
H A D | SparcInstPrinter.cpp | 174 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 D | VEInstPrinter.h | 56 void printCCOperand(const MCInst *MI, int OpNum, const MCSubtargetInfo &STI,
|
H A D | VEInstPrinter.cpp | 217 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 D | LanaiInstPrinter.h | 38 void printCCOperand(const MCInst *MI, int OpNo, raw_ostream &O);
|
H A D | LanaiInstPrinter.cpp | 288 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 D | LanaiInstrInfo.td | 232 let PrintMethod = "printCCOperand";
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.td | 126 let PrintMethod = "printCCOperand";
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | WritingAnLLVMBackend.rst | 1677 * ``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 D | SparcInstrInfo.td | 192 let PrintMethod = "printCCOperand" in
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.td | 408 let PrintMethod = "printCCOperand";
|