Home
last modified time | relevance | path

Searched refs:isConstTrueVal (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h530 bool isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector,
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1593 bool llvm::isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector, in isConstTrueVal() function in llvm
H A DCombinerHelper.cpp3391 isConstTrueVal(TLI, Cst, IsVector, IsFP); in isConstValidTrue()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4241 bool isConstTrueVal(SDValue N) const;
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp985 if (N.getOpcode() != ISD::SELECT_CC || !TLI.isConstTrueVal(N.getOperand(2)) || in isSetCCEquivalent()
9455 if (TLI.isConstTrueVal(N1) && in visitXOR()
12064 return TLI.isConstTrueVal(Mask) ? Vec : Passthru; in visitVECTOR_COMPRESS()
12081 if (TLI.isConstTrueVal(MaskI)) { in visitVECTOR_COMPRESS()
H A DTargetLowering.cpp3902 bool TargetLowering::isConstTrueVal(SDValue N) const { in isConstTrueVal() function in TargetLowering
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14828 if (TLI->isConstTrueVal(N1) && in PerformXORCombine()