Searched refs:FoldingSetNodeIDRef (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() 34 bool FoldingSetNodeIDRef::operator==(FoldingSetNodeIDRef RHS) const { in operator ==() 41 bool FoldingSetNodeIDRef::operator<(FoldingSetNodeIDRef RHS) const { in operator <() 147 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 158 bool FoldingSetNodeID::operator==(FoldingSetNodeIDRef RHS) const { in operator ==() 159 return FoldingSetNodeIDRef(Bits.data(), Bits.size()) == RHS; in operator ==() 165 return *this < FoldingSetNodeIDRef(RHS.Bits.data(), RHS.Bits.size()); in operator <() 168 bool FoldingSetNodeID::operator<(FoldingSetNodeIDRef RHS) const { in operator <() 169 return FoldingSetNodeIDRef(Bits.data(), Bits.size()) < RHS; in operator <() 175 FoldingSetNodeIDRef [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 74 SCEVCastExpr(const FoldingSetNodeIDRef ID, 94 SCEVTruncateExpr(const FoldingSetNodeIDRef ID, 109 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, 124 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, 145 SCEVNAryExpr(const FoldingSetNodeIDRef ID, in SCEVNAryExpr() 197 SCEVCommutativeExpr(const FoldingSetNodeIDRef ID, in SCEVCommutativeExpr() 220 SCEVAddExpr(const FoldingSetNodeIDRef ID, in SCEVAddExpr() 242 SCEVMulExpr(const FoldingSetNodeIDRef ID, in SCEVMulExpr() 295 SCEVAddRecExpr(const FoldingSetNodeIDRef ID, in SCEVAddRecExpr() 365 SCEVSMaxExpr(const FoldingSetNodeIDRef ID, in SCEVSMaxExpr() [all …]
|
| H A D | ScalarEvolution.h | 82 FoldingSetNodeIDRef FastID; 119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) 187 FoldingSetNodeIDRef FastID; 199 SCEVPredicate(const FoldingSetNodeIDRef ID, SCEVPredicateKind Kind); 255 SCEVEqualPredicate(const FoldingSetNodeIDRef ID, const SCEV *LHS, 356 explicit SCEVWrapPredicate(const FoldingSetNodeIDRef ID,
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 278 class FoldingSetNodeIDRef { 283 FoldingSetNodeIDRef() = default; 284 FoldingSetNodeIDRef(const unsigned *D, size_t S) : Data(D), Size(S) {} in FoldingSetNodeIDRef() function 290 bool operator==(FoldingSetNodeIDRef) const; 292 bool operator!=(FoldingSetNodeIDRef RHS) const { return !(*this == RHS); } 296 bool operator<(FoldingSetNodeIDRef) const; 314 FoldingSetNodeID(FoldingSetNodeIDRef Ref) in FoldingSetNodeID() 342 bool operator==(const FoldingSetNodeIDRef RHS) const; 345 bool operator!=(const FoldingSetNodeIDRef RHS) const { return !(*this ==RHS);} 350 bool operator<(const FoldingSetNodeIDRef RHS) const; [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 93 FoldingSetNodeIDRef FastID; 101 SDVTListNode(const FoldingSetNodeIDRef ID, const EVT *VT, unsigned int Num) :
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 396 SCEV(FoldingSetNodeIDRef(), scCouldNotCompute) {} in SCEVCouldNotCompute() 423 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID, in SCEVCastExpr() 427 SCEVTruncateExpr::SCEVTruncateExpr(const FoldingSetNodeIDRef ID, in SCEVTruncateExpr() 434 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, in SCEVZeroExtendExpr() 441 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, in SCEVSignExtendExpr() 12146 SCEVPredicate::SCEVPredicate(const FoldingSetNodeIDRef ID, in SCEVPredicate() 12150 SCEVEqualPredicate::SCEVEqualPredicate(const FoldingSetNodeIDRef ID, in SCEVEqualPredicate() 12174 SCEVWrapPredicate::SCEVWrapPredicate(const FoldingSetNodeIDRef ID, in SCEVWrapPredicate() 12229 : SCEVPredicate(FoldingSetNodeIDRef(nullptr, 0), P_Union) {} in SCEVUnionPredicate()
|