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

/external/swiftshader/third_party/LLVM/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);
/external/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp392 Error insertFunctionRecordIfNeeded(const FuncRecordType *CFR, argument
394 uint64_t FuncHash = CFR->template getFuncHash<Endian>();
395 NameRefType NameRef = CFR->template getFuncNameRef<Endian>();
400 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName))
474 auto CFR = reinterpret_cast<const FuncRecordType *>(FunBuf); variable
475 while ((const char *)CFR < FunEnd) {
477 uint32_t DataSize = CFR->template getDataSize<Endian>();
486 insertFunctionRecordIfNeeded(CFR, Mapping, FilenamesBegin))
488 CFR++;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4367 const SDValue &CFR = Ext.getOperand(0); local
4368 if (CFR.getOpcode() == ISD::CopyFromReg)
4369 return cast<RegisterSDNode>(CFR.getOperand(1))->getReg();
4371 if (CFR.getOpcode() == ISD::TRUNCATE)
4372 return getTruncatedArgReg(CFR);

Completed in 132 milliseconds