Home
last modified time | relevance | path

Searched refs:enableIEEEBit (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h557 bool enableIEEEBit(const MachineFunction &MF) const { in enableIEEEBit() function
DSIFoldOperands.cpp986 bool IsIEEEMode = ST->enableIEEEBit(MF) || !MFI->hasNoSignedZerosFPMath(); in runOnMachineFunction()
DAMDGPUAsmPrinter.cpp927 ProgInfo.IEEEMode = STM.enableIEEEBit(MF); in getSIProgramInfo()
DSIISelLowering.cpp6899 bool IsIEEEMode = Subtarget->enableIEEEBit(DAG.getMachineFunction()); in performFCanonicalizeCombine()