Searched defs:TheOp (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmWriterEmitter.cpp30 AsmWriterOperand TheOp = OpsToPrint.back().second; local
36 if (OpsToPrint[i-1].second == TheOp) {
42 O << TheOp.getCode();
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp63 AsmWriterOperand TheOp = OpsToPrint.back().second; local
69 if (OpsToPrint[i-1].second == TheOp) {
75 O << "\n " << TheOp.getCode(PassSubtarget);

Completed in 172 milliseconds