HomeSort by relevance Sort by last modified time
    Searched refs:SoftenedFloats (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 107 if (SoftenedFloats.find(Res) != SoftenedFloats.end())
150 dbgs() << " SoftenedFloats";
562 for (DenseMap<SDValue, SDValue>::iterator I = SoftenedFloats.begin(),
563 E = SoftenedFloats.end(); I != E; ++I) {
749 SDValue &OpEntry = SoftenedFloats[Op];
    [all...]
LegalizeTypes.h 93 /// SoftenedFloats - For floating point nodes converted to integers of
95 SmallDenseMap<SDValue, SDValue, 8> SoftenedFloats;
376 SDValue &SoftenedOp = SoftenedFloats[Op];
    [all...]

Completed in 1384 milliseconds