Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DUtils.h258 bool isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector,
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp724 bool llvm::isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector, in isConstTrueVal() function in llvm
DCombinerHelper.cpp2947 isConstTrueVal(TLI, Cst, IsVector, IsFP); in isConstValidTrue()
/external/llvm/include/llvm/Target/
DTargetLowering.h2341 bool isConstTrueVal(const SDNode *N) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3298 bool isConstTrueVal(const SDNode *N) const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3510 bool isConstTrueVal(const SDNode *N) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1207 bool TargetLowering::isConstTrueVal(const SDNode *N) const { in isConstTrueVal() function in TargetLowering
DDAGCombiner.cpp744 !TLI.isConstTrueVal(N.getOperand(2).getNode()) || in isSetCCEquivalent()
4170 if (TLI.isConstTrueVal(N1.getNode()) && isSetCCEquivalent(N0, LHS, RHS, CC)) { in visitXOR()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3033 bool TargetLowering::isConstTrueVal(const SDNode *N) const { in isConstTrueVal() function in TargetLowering
DDAGCombiner.cpp911 !TLI.isConstTrueVal(N.getOperand(2).getNode()) || in isSetCCEquivalent()
7605 if (TLI.isConstTrueVal(N1.getNode()) && in visitXOR()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2767 bool TargetLowering::isConstTrueVal(const SDNode *N) const { in isConstTrueVal() function in TargetLowering
DDAGCombiner.cpp826 !TLI.isConstTrueVal(N.getOperand(2).getNode()) || in isSetCCEquivalent()
7061 if (TLI.isConstTrueVal(N1.getNode()) && isSetCCEquivalent(N0, LHS, RHS, CC)) { in visitXOR()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp13406 if (TLI->isConstTrueVal(N1.getNode()) && in PerformXORCombine()