HomeSort by: relevance | last modified time | path
    Searched refs:SoftenedFloats (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 113 if (ResId && SoftenedFloats.find(ResId) != SoftenedFloats.end())
160 dbgs() << " SoftenedFloats";
722 auto &OpIdEntry = SoftenedFloats[getTableId(Op)];
LegalizeTypes.h 106 SmallDenseMap<TableId, TableId, 8> SoftenedFloats;
195 SoftenedFloats.erase(OldId);
501 auto Iter = SoftenedFloats.find(Id);
502 if (Iter == SoftenedFloats.end()) {
508 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?");

Completed in 47 milliseconds