Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1859 LLVM_ABI bool isNullFPConstant(SDValue V);
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2765 (isNullConstant(RHS) || isNullFPConstant(RHS))) { in generateComparison()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp220 if (isNullFPConstant(Opnd0)) in SelectDupZeroOrUndef()
240 if (isNullFPConstant(Opnd0)) in SelectDupZero()
H A DAArch64ISelLowering.cpp3223 return isNullConstant(Opnd0) || isNullFPConstant(Opnd0); in isZerosVector()
15099 if (!isNullConstant(ConstantValue) && !isNullFPConstant(ConstantValue) && in LowerBUILD_VECTOR()
22868 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3407 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()
3540 KnownZero.setBitVal(Idx, isNullConstant(Scl) || isNullFPConstant(Scl)); in SimplifyDemandedVectorElts()
H A DSelectionDAG.cpp12447 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
H A DDAGCombiner.cpp24411 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3976 return isNullConstant(Elt) || isNullFPConstant(Elt); in isZeroNode()
24995 if (Subtarget.hasSSE41() && !isNullFPConstant(Op1) && in LowerSELECT()
24996 !isNullFPConstant(Op2)) { in LowerSELECT()
55027 return isNullFPConstant(V) || ISD::isBuildVectorAllZeros(V.getNode()); in isNullFPScalarOrVectorConst()