Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1761 bool isNullFPConstant(SDValue V);
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2781 (isNullConstant(RHS) || isNullFPConstant(RHS))) { in generateComparison()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp215 if (isNullFPConstant(Opnd0)) in SelectDupZeroOrUndef()
233 if (isNullFPConstant(Opnd0)) in SelectDupZero()
H A DAArch64ISelLowering.cpp3247 return isNullConstant(Opnd0) || isNullFPConstant(Opnd0); in isZerosVector()
14205 if (!isNullConstant(ConstantValue) && !isNullFPConstant(ConstantValue) && in LowerBUILD_VECTOR()
21856 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3266 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()
3399 KnownZero.setBitVal(Idx, isNullConstant(Scl) || isNullFPConstant(Scl)); in SimplifyDemandedVectorElts()
H A DSelectionDAG.cpp11868 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
H A DDAGCombiner.cpp23350 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3780 return isNullConstant(Elt) || isNullFPConstant(Elt); in isZeroNode()
24092 if (Subtarget.hasAVX() && !isNullFPConstant(Op1) && in LowerSELECT()
24093 !isNullFPConstant(Op2)) { in LowerSELECT()
53201 return isNullFPConstant(V) || ISD::isBuildVectorAllZeros(V.getNode()); in isNullFPScalarOrVectorConst()