Searched refs:FoldingSetNodeIDRef (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 <() 151 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 157 return *this == FoldingSetNodeIDRef(RHS.Bits.data(), RHS.Bits.size()); in operator ==() 162 bool FoldingSetNodeID::operator==(FoldingSetNodeIDRef RHS) const { in operator ==() 163 return FoldingSetNodeIDRef(Bits.data(), Bits.size()) == RHS; in operator ==() 169 return *this < FoldingSetNodeIDRef(RHS.Bits.data(), RHS.Bits.size()); in operator <() 172 bool FoldingSetNodeID::operator<(FoldingSetNodeIDRef RHS) const { in operator <() 173 return FoldingSetNodeIDRef(Bits.data(), Bits.size()) < RHS; in operator <() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 52 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) : in SCEVConstant() 80 SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, const SCEV *op, 111 SCEVPtrToIntExpr(const FoldingSetNodeIDRef ID, const SCEV *Op, Type *ITy); 123 SCEVIntegralCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, 140 SCEVTruncateExpr(const FoldingSetNodeIDRef ID, 155 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, 170 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, 191 SCEVNAryExpr(const FoldingSetNodeIDRef ID, enum SCEVTypes T, in SCEVNAryExpr() 243 SCEVCommutativeExpr(const FoldingSetNodeIDRef ID, in SCEVCommutativeExpr() 267 SCEVAddExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N) in SCEVAddExpr() [all …]
|
| H A D | ScalarEvolution.h | 83 FoldingSetNodeIDRef FastID; 123 explicit SCEV(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, 205 FoldingSetNodeIDRef FastID; 217 SCEVPredicate(const FoldingSetNodeIDRef ID, SCEVPredicateKind Kind); 273 SCEVEqualPredicate(const FoldingSetNodeIDRef ID, const SCEV *LHS, 374 explicit SCEVWrapPredicate(const FoldingSetNodeIDRef ID,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 285 class FoldingSetNodeIDRef { 290 FoldingSetNodeIDRef() = default; 291 FoldingSetNodeIDRef(const unsigned *D, size_t S) : Data(D), Size(S) {} in FoldingSetNodeIDRef() function 297 bool operator==(FoldingSetNodeIDRef) const; 299 bool operator!=(FoldingSetNodeIDRef RHS) const { return !(*this == RHS); } 303 bool operator<(FoldingSetNodeIDRef) const; 321 FoldingSetNodeID(FoldingSetNodeIDRef Ref) in FoldingSetNodeID() 349 bool operator==(const FoldingSetNodeIDRef RHS) const; 352 bool operator!=(const FoldingSetNodeIDRef RHS) const { return !(*this ==RHS);} 357 bool operator<(const FoldingSetNodeIDRef RHS) const; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 95 FoldingSetNodeIDRef FastID; 103 SDVTListNode(const FoldingSetNodeIDRef ID, const EVT *VT, unsigned int Num) :
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 438 SCEV(FoldingSetNodeIDRef(), scCouldNotCompute, 0) {} in SCEVCouldNotCompute() 465 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, in SCEVCastExpr() 471 SCEVPtrToIntExpr::SCEVPtrToIntExpr(const FoldingSetNodeIDRef ID, const SCEV *Op, in SCEVPtrToIntExpr() 478 SCEVIntegralCastExpr::SCEVIntegralCastExpr(const FoldingSetNodeIDRef ID, in SCEVIntegralCastExpr() 483 SCEVTruncateExpr::SCEVTruncateExpr(const FoldingSetNodeIDRef ID, const SCEV *op, in SCEVTruncateExpr() 490 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, in SCEVZeroExtendExpr() 497 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, in SCEVSignExtendExpr() 13023 SCEVPredicate::SCEVPredicate(const FoldingSetNodeIDRef ID, in SCEVPredicate() 13027 SCEVEqualPredicate::SCEVEqualPredicate(const FoldingSetNodeIDRef ID, in SCEVEqualPredicate() 13051 SCEVWrapPredicate::SCEVWrapPredicate(const FoldingSetNodeIDRef ID, in SCEVWrapPredicate() [all …]
|