Searched refs:FoldingSetNodeIDRef (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Support/
H A DFoldingSet.cpp26 // 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 {
146 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
152 return *this == FoldingSetNodeIDRef(RHS.Bits.data(), RHS.Bits.size());
157 bool FoldingSetNodeID::operator==(FoldingSetNodeIDRef RH
[all...]
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h263 /// FoldingSetNodeIDRef - This class describes a reference to an interned
268 class FoldingSetNodeIDRef { class in namespace:llvm
272 FoldingSetNodeIDRef() : Data(nullptr), Size(0) {} function in class:llvm::FoldingSetNodeIDRef
273 FoldingSetNodeIDRef(const unsigned *D, size_t S) : Data(D), Size(S) {} function in class:llvm::FoldingSetNodeIDRef
275 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
279 bool operator==(FoldingSetNodeIDRef) const;
281 bool operator!=(FoldingSetNodeIDRef RHS) const { return !(*this == RHS); }
285 bool operator<(FoldingSetNodeIDRef) const;
304 FoldingSetNodeID(FoldingSetNodeIDRef Ref)
334 bool operator==(const FoldingSetNodeIDRef RH
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h42 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) :
63 SCEVCastExpr(const FoldingSetNodeIDRef ID,
85 SCEVTruncateExpr(const FoldingSetNodeIDRef ID,
102 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
119 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
143 SCEVNAryExpr(const FoldingSetNodeIDRef ID,
184 SCEVCommutativeExpr(const FoldingSetNodeIDRef ID,
210 SCEVAddExpr(const FoldingSetNodeIDRef ID,
235 SCEVMulExpr(const FoldingSetNodeIDRef ID,
256 SCEVUDivExpr(const FoldingSetNodeIDRef I
[all...]
H A DScalarEvolution.h62 FoldingSetNodeIDRef FastID;
100 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) :
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h46 FoldingSetNodeIDRef FastID;
52 SDVTListNode(const FoldingSetNodeIDRef ID, const EVT *VT, unsigned int Num) :
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp306 SCEV(FoldingSetNodeIDRef(), scCouldNotCompute) {}
333 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID,
337 SCEVTruncateExpr::SCEVTruncateExpr(const FoldingSetNodeIDRef ID,
345 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
353 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,

Completed in 1843 milliseconds