Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.h37 DenormalMode FP64FP16Denormals; member
43 FP64FP16Denormals(DenormalMode::getIEEE()) {} in SIModeRegisterDefaults()
56 FP64FP16Denormals == Other.FP64FP16Denormals;
74 if (FP64FP16Denormals == DenormalMode::getPreserveSign()) in fpDenormModeDPValue()
76 if (FP64FP16Denormals.Output == DenormalMode::PreserveSign) in fpDenormModeDPValue()
78 if (FP64FP16Denormals.Input == DenormalMode::PreserveSign) in fpDenormModeDPValue()
H A DAMDGPUInstructions.td91 def FP16Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().FP64FP16Denormals !=…
93 def FP64Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().FP64FP16Denormals !=…
94 def NoFP16Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().FP64FP16Denormals
96 def NoFP64Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().FP64FP16Denormals
H A DSIModeRegisterDefaults.cpp42 FP64FP16Denormals = DenormMode; in SIModeRegisterDefaults()
H A DSIMachineFunctionInfo.h228 Mode.FP64FP16Denormals.Input != DenormalMode::PreserveSign;
230 Mode.FP64FP16Denormals.Output != DenormalMode::PreserveSign;
H A DAMDGPUTargetMachine.cpp1715 MFI->Mode.FP64FP16Denormals.Input = YamlMFI.Mode.FP64FP16InputDenormals in parseMachineFunctionInfo()
1718 MFI->Mode.FP64FP16Denormals.Output = YamlMFI.Mode.FP64FP16OutputDenormals in parseMachineFunctionInfo()
H A DSIFoldOperands.cpp1672 MFI->getMode().FP64FP16Denormals.Output != in isOMod()
1712 MFI->getMode().FP64FP16Denormals.Output != DenormalMode::PreserveSign)) in isOMod()
H A DAMDGPUTargetTransformInfo.cpp302 Mode.FP64FP16Denormals != DenormalMode::getPreserveSign(); in GCNTTIImpl()
H A DAMDGPULegalizerInfo.cpp3186 MFI->getMode().FP64FP16Denormals == DenormalMode::getPreserveSign()) in legalizeFMad()
H A DSIISelLowering.cpp71 return Info->getMode().FP64FP16Denormals == DenormalMode::getPreserveSign(); in denormalModeIsFlushAllF64F16()