HomeSort by relevance Sort by last modified time
    Searched refs:hasFP32Denormals (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 242 bool hasFP32Denormals() const {
AMDGPUTargetTransformInfo.cpp 190 assert(!ST->hasFP32Denormals() && "will change when supported");
AMDGPUAsmPrinter.cpp 70 ST.hasFP32Denormals() ? FP_DENORM_FLUSH_NONE : FP_DENORM_FLUSH_IN_FLUSH_OUT;
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp 259 if (!Subtarget->hasFP32Denormals())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 412 if ((SLT == MVT::f32 && !ST->hasFP32Denormals()) ||
431 if (!ST->hasFP32Denormals()) {
AMDGPUSubtarget.h 149 bool hasFP32Denormals() const {
SIFoldOperands.cpp 889 if ((Op == AMDGPU::V_MUL_F32_e64 && ST->hasFP32Denormals()) ||
919 if ((Op == AMDGPU::V_ADD_F32_e64 && ST->hasFP32Denormals()) ||
    [all...]
AMDGPUCodeGenPrepare.cpp 448 bool HasDenormals = ST->hasFP32Denormals();
SIISelLowering.cpp 346 if (!Subtarget->hasFP32Denormals())
687 DestVT.getScalarType() == MVT::f32 && !Subtarget->hasFP32Denormals() &&
    [all...]
AMDGPUAsmPrinter.cpp 74 ST.hasFP32Denormals() ? FP_DENORM_FLUSH_NONE : FP_DENORM_FLUSH_IN_FLUSH_OUT;
    [all...]
AMDGPUISelDAGToDAG.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 228 if (!Subtarget->hasFP32Denormals())
    [all...]

Completed in 610 milliseconds