Home
last modified time | relevance | path

Searched refs:fcFinite (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h261 fcFinite = fcPosFinite | fcNegFinite, enumerator
265 fcAllFlags = fcNan | fcInf | fcFinite,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp197 case fcFinite: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericFloatingPointPredicateUtils.h250 Mask = fcFinite; in fcmpImpliesClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp799 case FPClassTest::fcFinite: in lowerIsFPClass()
H A DDXILIntrinsicExpansion.cpp309 case FPClassTest::fcFinite: in expandIsFPClass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp9295 if ((Mask & fcFinite) == fcFinite) { in lowerISFPCLASS()
9299 Mask &= ~fcFinite; in lowerISFPCLASS()
9300 } else if ((Mask & fcFinite) == fcPosFinite) { in lowerISFPCLASS()
9305 } else if ((Mask & fcFinite) == fcNegFinite) { in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9099 else if ((Test & fcFinite) == fcFinite) { in expandIS_FPCLASS()
9102 Test &= ~fcFinite; in expandIS_FPCLASS()
9103 } else if ((Test & fcFinite) == fcPosFinite) { in expandIS_FPCLASS()
9107 } else if ((Test & fcFinite) == fcNegFinite) { in expandIS_FPCLASS()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3877 Builder.CreateZExt(Builder.createIsFPClass(V, FPClassTest::fcFinite), in EmitBuiltinExpr()