HomeSort by relevance Sort by last modified time
    Searched defs:ValueInfo (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Analysis/
CFLSteensAliasAnalysis.cpp 207 auto &ValueInfo = Mapping.second;
209 assert(ValueInfo.getNumLevels() > 0);
212 ValueInfo.getNodeInfoAtLevel(0).Attr);
213 for (unsigned I = 0, E = ValueInfo.getNumLevels() - 1; I < E; ++I) {
216 ValueInfo.getNodeInfoAtLevel(I + 1).Attr);
227 auto &ValueInfo = Mapping.second;
229 for (unsigned I = 0, E = ValueInfo.getNumLevels(); I < E; ++I) {
231 for (auto &Edge : ValueInfo.getNodeInfoAtLevel(I).Edges)
CFLGraph.h 52 class ValueInfo {
77 typedef DenseMap<Value *, ValueInfo> ValueMap;
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 67 }ValueInfo;
92 IMB_Result GetValueInfo(ValueInfo* &info);
93 IMB_Result SetValueInfo(ValueInfo *info);
107 ValueInfo* mInfo;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 200 struct ValueInfo {
240 ValueInfo &getOrCreateValueInfo(Value *);
243 const ValueInfo &getValueInfo(Value *) const;
248 // the Predicate Info, they belong to the ValueInfo structs in the ValueInfos
254 SmallVector<ValueInfo, 32> ValueInfos;
  /external/deqp/framework/common/
tcuTestLog.hpp 101 typedef LogValueInfo ValueInfo;
130 TestLog& operator<< (const ValueInfo& valueInfo);
444 inline TestLog& TestLog::operator<< (const ValueInfo& valueInfo) { valueInfo.write(*this); return *this; }
  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const Value *V) : TheValue(V), Kind(VI_Value) {}
137 std::vector<ValueInfo> RefEdgeList;
200 std::vector<ValueInfo> &refs() { return RefEdgeList; }
201 const std::vector<ValueInfo> &refs() const { return RefEdgeList; }
234 typedef std::pair<ValueInfo, CalleeInfo> EdgeTy;
  /external/deqp/executor/
xeTestCaseResult.hpp 79 class ValueInfo;
456 class ValueInfo : public Item
467 ValueInfo (void) : Item(TYPE_VALUEINFO), tag(VALUETAG_LAST) {}
468 ~ValueInfo (void) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 50 struct ValueInfo {
70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {}
72 ValueInfo(const GlobalValue *V) : TheValue(V), Kind(VI_Value) {}
86 template <> struct DenseMapInfo<ValueInfo> {
87 static inline ValueInfo getEmptyKey() { return ValueInfo((GlobalValue *)-1); }
88 static inline ValueInfo getTombstoneKey() {
89 return ValueInfo((GlobalValue *)-2);
91 static bool isEqual(ValueInfo L, ValueInfo R)
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]

Completed in 621 milliseconds