Searched refs:isConstTrueVal (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | Utils.h | 258 bool isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector,
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 724 bool llvm::isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector, in isConstTrueVal() function in llvm
|
D | CombinerHelper.cpp | 2947 isConstTrueVal(TLI, Cst, IsVector, IsFP); in isConstValidTrue()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2341 bool isConstTrueVal(const SDNode *N) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3298 bool isConstTrueVal(const SDNode *N) const;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3510 bool isConstTrueVal(const SDNode *N) const;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1207 bool TargetLowering::isConstTrueVal(const SDNode *N) const { in isConstTrueVal() function in TargetLowering
|
D | DAGCombiner.cpp | 744 !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/ |
D | TargetLowering.cpp | 3033 bool TargetLowering::isConstTrueVal(const SDNode *N) const { in isConstTrueVal() function in TargetLowering
|
D | DAGCombiner.cpp | 911 !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/ |
D | TargetLowering.cpp | 2767 bool TargetLowering::isConstTrueVal(const SDNode *N) const { in isConstTrueVal() function in TargetLowering
|
D | DAGCombiner.cpp | 826 !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/ |
D | ARMISelLowering.cpp | 13406 if (TLI->isConstTrueVal(N1.getNode()) && in PerformXORCombine()
|