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 109 if (SoftenedFloats.find(Res) != SoftenedFloats.end())
152 dbgs() << " SoftenedFloats";
564 for (DenseMap<SDValue, SDValue>::iterator I = SoftenedFloats.begin(),
565 E = SoftenedFloats.end(); I != E; ++I) {
751 SDValue &OpEntry = SoftenedFloats[Op];
    [all...]
LegalizeTypes.h 92 /// SoftenedFloats - For floating point nodes converted to integers of
94 SmallDenseMap<SDValue, SDValue, 8> SoftenedFloats;
375 SDValue &SoftenedOp = SoftenedFloats[Op];
    [all...]

Completed in 682 milliseconds