HomeSort by relevance Sort by last modified time
    Searched refs:KeyTy (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/Linker/
IRMover.h 28 struct KeyTy {
31 KeyTy(ArrayRef<Type *> E, bool P);
32 KeyTy(const StructType *ST);
33 bool operator==(const KeyTy &that) const;
34 bool operator!=(const KeyTy &that) const;
38 static unsigned getHashValue(const KeyTy &Key);
40 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 43 struct KeyTy {
46 KeyTy(const APInt& V, Type* Ty) : val(V), type(Ty) {}
47 KeyTy(const KeyTy& that) : val(that.val), type(that.type) {}
48 bool operator==(const KeyTy& that) const {
51 bool operator!=(const KeyTy& that) const {
55 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); }
56 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0);
    [all...]
Constants.cpp 408 // as the key, is a DenseMapAPIntKeyInfo::KeyTy which has provided the
416 DenseMapAPIntKeyInfo::KeyTy Key(V, ITy);
543 DenseMapAPFloatKeyInfo::KeyTy Key(V);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 28 struct KeyTy {
31 KeyTy(ArrayRef<Type *> E, bool P);
32 KeyTy(const StructType *ST);
33 bool operator==(const KeyTy &that) const;
34 bool operator!=(const KeyTy &that) const;
38 static unsigned getHashValue(const KeyTy &Key);
40 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 28 struct KeyTy {
31 KeyTy(ArrayRef<Type *> E, bool P);
32 KeyTy(const StructType *ST);
33 bool operator==(const KeyTy &that) const;
34 bool operator!=(const KeyTy &that) const;
38 static unsigned getHashValue(const KeyTy &Key);
40 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 28 struct KeyTy {
31 KeyTy(ArrayRef<Type *> E, bool P);
32 KeyTy(const StructType *ST);
33 bool operator==(const KeyTy &that) const;
34 bool operator!=(const KeyTy &that) const;
38 static unsigned getHashValue(const KeyTy &Key);
40 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 28 struct KeyTy {
31 KeyTy(ArrayRef<Type *> E, bool P);
32 KeyTy(const StructType *ST);
33 bool operator==(const KeyTy &that) const;
34 bool operator!=(const KeyTy &that) const;
38 static unsigned getHashValue(const KeyTy &Key);
40 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 28 struct KeyTy {
31 KeyTy(ArrayRef<Type *> E, bool P);
32 KeyTy(const StructType *ST);
33 bool operator==(const KeyTy &that) const;
34 bool operator!=(const KeyTy &that) const;
38 static unsigned getHashValue(const KeyTy &Key);
40 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 28 struct KeyTy {
31 KeyTy(ArrayRef<Type *> E, bool P);
32 KeyTy(const StructType *ST);
33 bool operator==(const KeyTy &that) const;
34 bool operator!=(const KeyTy &that) const;
38 static unsigned getHashValue(const KeyTy &Key);
40 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 28 struct KeyTy {
31 KeyTy(ArrayRef<Type *> E, bool P);
32 KeyTy(const StructType *ST);
33 bool operator==(const KeyTy &that) const;
34 bool operator!=(const KeyTy &that) const;
38 static unsigned getHashValue(const KeyTy &Key);
40 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 28 struct KeyTy {
31 KeyTy(ArrayRef<Type *> E, bool P);
32 KeyTy(const StructType *ST);
33 bool operator==(const KeyTy &that) const;
34 bool operator!=(const KeyTy &that) const;
38 static unsigned getHashValue(const KeyTy &Key);
40 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
  /external/llvm/lib/IR/
MetadataImpl.h 24 const typename InfoT::KeyTy &Key) {
LLVMContextImpl.h 81 struct KeyTy {
84 KeyTy(const ArrayRef<Type*>& E, bool P) :
86 KeyTy(const StructType *ST)
88 bool operator==(const KeyTy& that) const {
95 bool operator!=(const KeyTy& that) const {
105 static unsigned getHashValue(const KeyTy& Key) {
111 return getHashValue(KeyTy(ST));
113 static bool isEqual(const KeyTy& LHS, const StructType *RHS) {
116 return LHS == KeyTy(RHS);
124 struct KeyTy {
    [all...]
DebugInfoMetadata.cpp 51 DILocationInfo::KeyTy(Line, Column, Scope, InlinedAt)))
167 GenericDINodeInfo::KeyTy Key(Tag, Header, DwarfOps);
186 setHash(GenericDINodeInfo::KeyTy::calculateHash(this));
195 CLASS##Info::KeyTy(UNWRAP_ARGS(ARGS)))) \
Type.cpp 294 FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg);
333 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
Metadata.cpp 650 setHash(MDTupleInfo::KeyTy::calculateHash(this));
780 MDTupleInfo::KeyTy Key(MDs);
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /frameworks/ml/nn/common/operations/
HashtableLookupTest.cpp 71 OperandType KeyTy(Type::TENSOR_FLOAT32, key_shape);
72 inputs.push_back(model_.addOperand(&KeyTy));
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVUtil.h 84 typedef Ty1 KeyTy;
331 MapTy::foreach([&](typename MapTy::KeyTy K, typename MapTy::ValueTy V){
340 MapTy::foreach([&](typename MapTy::KeyTy K, typename MapTy::ValueTy V){
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 70 template <typename KeyTy>
72 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap,
73 Instruction *Inst, KeyTy Val) {
74 typename DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>>::iterator InstIt =
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp 101 template <typename KeyTy>
103 SmallPtrSet<KeyTy, 4> > &ReverseMap,
104 Instruction *Inst, KeyTy Val) {
105 typename DenseMap<Instruction*, SmallPtrSet<KeyTy, 4> >::iterator
    [all...]

Completed in 1214 milliseconds