Home
last modified time | relevance | path

Searched refs:FTZ (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5265 const auto FTZ = [](const APFloat &V) { in PerformDAGCombine() local
5273 APFloat V0 = FTZ(N0CFP->getValueAPF()); in PerformDAGCombine()
5274 APFloat V1 = FTZ(N1CFP->getValueAPF()); in PerformDAGCombine()
5275 APFloat V2 = FTZ(N2CFP->getValueAPF()); in PerformDAGCombine()
5277 V0 = FTZ(V0); in PerformDAGCombine()
5279 return DAG.getConstantFP(FTZ(V0), DL, VT); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td456 // DAZ, FTZ and exception masks. We don't model the "Defs" of flag bits.
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp574 static unsigned getPTXCmpMode(const CondCodeSDNode &CondCode, bool FTZ) { in getPTXCmpMode() argument
623 if (FTZ) in getPTXCmpMode()
H A DNVPTXInstrInfo.td1437 // frem - f32 FTZ
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2676 " the denormals-are-zero (DAZ) and flush-to-zero (FTZ) bits in the "