Searched refs:CFR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp550 const MarkGlueResultsMatcher *CFR = cast<MarkGlueResultsMatcher>(N); local
551 OS << "OPC_MarkGlueResults, " << CFR->getNumNodes() << ", ";
553 for (unsigned i = 0, e = CFR->getNumNodes(); i != e; ++i)
554 NumOperandBytes += EmitVBRValue(CFR->getNode(i), OS);
/macosx-10.10.1/efax-38/efax/
H A Defax.c102 #define TO_C2B 450 /* Class 2 DIS to CONNECT:(DCS+TCF+CFR)xretries */
219 CFR=0x21, FTT, enumerator in enum:frametype
343 {CFR,"CFR - channel OK"},
1409 case CFR:
1615 if ( putframe ( ( good ? CFR : FTT ) | disbit, buf, 0, mf, -1 ) ||
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4446 const SDValue &CFR = Ext.getOperand(0); local
4447 if (CFR.getOpcode() == ISD::CopyFromReg)
4448 return cast<RegisterSDNode>(CFR.getOperand(1))->getReg();
4449 if (CFR.getOpcode() == ISD::TRUNCATE)
4450 return getTruncatedArgReg(CFR);

Completed in 225 milliseconds