Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h75 bool FPExceptions; variable
251 return FPExceptions; in hasFPExceptions()
DAMDGPUSubtarget.cpp86 FPExceptions(false), in AMDGPUSubtarget()
DAMDGPU.td191 "FPExceptions",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp774 Value2SUsMap FPExceptions; in buildSchedGraph() local
903 addBarrierChain(FPExceptions); in buildSchedGraph()
914 FPExceptions.insert(SU, UnknownValue); in buildSchedGraph()
916 if (FPExceptions.size() >= HugeRegion) { in buildSchedGraph()
919 reduceHugeMemNodeMaps(FPExceptions, empty, getReductionSize()); in buildSchedGraph()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp774 Value2SUsMap FPExceptions; in buildSchedGraph() local
904 addBarrierChain(FPExceptions); in buildSchedGraph()
915 FPExceptions.insert(SU, UnknownValue); in buildSchedGraph()
917 if (FPExceptions.size() >= HugeRegion) { in buildSchedGraph()
920 reduceHugeMemNodeMaps(FPExceptions, empty, getReductionSize()); in buildSchedGraph()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h69 bool FPExceptions; variable
161 return FPExceptions; in hasFPExceptions()
DAMDGPUSubtarget.cpp174 FPExceptions(false), in AMDGPUSubtarget()
DAMDGPU.td516 "FPExceptions",
/external/llvm/include/llvm/Target/
DTargetLowering.h1385 void setHasFloatingPointExceptions(bool FPExceptions = true) {
1386 HasFloatingPointExceptions = FPExceptions;