Home
last modified time | relevance | path

Searched refs:FPExceptions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp804 Value2SUsMap FPExceptions; in buildSchedGraph() local
935 addBarrierChain(FPExceptions); in buildSchedGraph()
946 FPExceptions.insert(SU, UnknownValue); in buildSchedGraph()
948 if (FPExceptions.size() >= HugeRegion) { in buildSchedGraph()
951 reduceHugeMemNodeMaps(FPExceptions, empty, getReductionSize()); in buildSchedGraph()
H A DMachinePipeliner.cpp285 FPExceptions = 2, ///< An instruction that does not match above, but may enumerator
1098 return InstrTag::FPExceptions; in getInstrTag()
1145 case InstrTag::FPExceptions: in computeDependenciesAux()