HomeSort by: relevance | last modified time | path
    Searched refs:allFP32Denormals (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 947 bool allFP32Denormals() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 294 HasFP32Denormals = Mode.allFP32Denormals();
AMDGPULegalizerInfo.cpp 2482 if (Ty == LLT::scalar(32) && !MFI->getMode().allFP32Denormals())
3250 if (!Mode.allFP32Denormals())
3260 if (!Mode.allFP32Denormals())
AMDGPUCodeGenPrepare.cpp 1380 HasFP32Denormals = Mode.allFP32Denormals();
AMDGPUISelLowering.cpp 1723 !MFI->getMode().allFP32Denormals() ?
1810 !MFI->getMode().allFP32Denormals() ?
AMDGPUISelDAGToDAG.cpp 2330 assert((IsFMA || !Mode.allFP32Denormals()) &&
SIISelLowering.cpp 56 return Info->getMode().allFP32Denormals();

Completed in 77 milliseconds