Searched refs:printCCOperand (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.h | 40 void printCCOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
D | MSP430InstPrinter.cpp | 90 void MSP430InstPrinter::printCCOperand(const MCInst *MI, unsigned OpNo, in printCCOperand() function in MSP430InstPrinter
|
/external/llvm/lib/Target/Sparc/InstPrinter/ |
D | SparcInstPrinter.h | 51 void printCCOperand(const MCInst *MI, int opNum, const MCSubtargetInfo &STI,
|
D | SparcInstPrinter.cpp | 149 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand() function in SparcInstPrinter
|
/external/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 57 void printCCOperand(const MachineInstr *MI, int opNum, raw_ostream &OS);
|
D | SparcInstrInfo.td | 132 let PrintMethod = "printCCOperand" in
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1639 * ``printCCOperand`` (for conditional statements) 1654 ``printCCOperand`` should be used to print a conditional operand.
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 91 let PrintMethod = "printCCOperand";
|