HomeSort by: relevance | last modified time | path
    Searched refs:FoldingSetNodeIDRef (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
FoldingSet.cpp 26 // FoldingSetNodeIDRef Implementation
28 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
30 unsigned FoldingSetNodeIDRef::ComputeHash() const {
34 bool FoldingSetNodeIDRef::operator==(FoldingSetNodeIDRef RHS) const {
41 bool FoldingSetNodeIDRef::operator<(FoldingSetNodeIDRef RHS) const {
151 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
157 return *this == FoldingSetNodeIDRef(RHS.Bits.data(), RHS.Bits.size());
162 bool FoldingSetNodeID::operator==(FoldingSetNodeIDRef RHS) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 52 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
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,
243 SCEVCommutativeExpr(const FoldingSetNodeIDRef ID,
267 SCEVAddExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N
    [all...]
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,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h 280 /// FoldingSetNodeIDRef - This class describes a reference to an interned
285 class FoldingSetNodeIDRef {
290 FoldingSetNodeIDRef() = default;
291 FoldingSetNodeIDRef(const unsigned *D, size_t S) : Data(D), Size(S) {}
293 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
297 bool operator==(FoldingSetNodeIDRef) const;
299 bool operator!=(FoldingSetNodeIDRef RHS) const { return !(*this == RHS); }
303 bool operator<(FoldingSetNodeIDRef) const;
321 FoldingSetNodeID(FoldingSetNodeIDRef Ref)
349 bool operator==(const FoldingSetNodeIDRef RHS) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 95 FoldingSetNodeIDRef FastID;
103 SDVTListNode(const FoldingSetNodeIDRef ID, const EVT *VT, unsigned int Num) :
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 438 SCEV(FoldingSetNodeIDRef(), scCouldNotCompute, 0) {}
465 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy,
471 SCEVPtrToIntExpr::SCEVPtrToIntExpr(const FoldingSetNodeIDRef ID, const SCEV *Op,
478 SCEVIntegralCastExpr::SCEVIntegralCastExpr(const FoldingSetNodeIDRef ID,
483 SCEVTruncateExpr::SCEVTruncateExpr(const FoldingSetNodeIDRef ID, const SCEV *op,
490 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
497 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
13023 SCEVPredicate::SCEVPredicate(const FoldingSetNodeIDRef ID,
13027 SCEVEqualPredicate::SCEVEqualPredicate(const FoldingSetNodeIDRef ID,
13051 SCEVWrapPredicate::SCEVWrapPredicate(const FoldingSetNodeIDRef ID
    [all...]

Completed in 111 milliseconds