/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 148 struct ValueInfo { struct 152 ValueInfo() = default; argument 153 ValueInfo(bool HaveGVs, const GlobalValueSummaryMapTy::value_type *R) { in ValueInfo() argument 160 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() 184 inline raw_ostream &operator<<(raw_ostream &OS, const ValueInfo &VI) { argument
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 50 struct ValueInfo { struct 52 enum ValueInfoKind { argument 68 ValueInfoKind Kind; argument 70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {} in TheValue() argument 72 ValueInfo(const Value *V) : TheValue(V), Kind(VI_Value) {} in ValueInfo() function 74 GlobalValue::GUID getGUID() const { in getGUID() 79 const Value *getValue() const { in getValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 203 struct ValueInfo { struct 207 SmallVector<PredicateBase *, 4> Infos; 208 SmallVector<PredicateBase *, 4> UninsertedInfos;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CFLSteensAliasAnalysis.cpp | 194 auto &ValueInfo = Mapping.second; in buildSetsFrom() local 214 auto &ValueInfo = Mapping.second; in buildSetsFrom() local
|
D | CFLAndersAliasAnalysis.cpp | 607 auto &ValueInfo = Mapping.second; in initializeWorkList() local 740 auto &ValueInfo = Mapping.second; in buildAttrMap() local
|
D | ModuleSummaryAnalysis.cpp | 302 auto &ValueInfo = CallGraphEdges[Index.getOrInsertValueInfo( in computeFunctionSummary() local
|
/external/libchrome/base/debug/ |
D | activity_tracker.h | 518 struct ValueInfo { struct 545 mutable std::map<StringPiece, ValueInfo> values_; argument
|
/external/llvm/lib/Analysis/ |
D | CFLSteensAliasAnalysis.cpp | 207 auto &ValueInfo = Mapping.second; in buildSetsFrom() local 227 auto &ValueInfo = Mapping.second; in buildSetsFrom() local
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 456 class ValueInfo : public Item class 467 ValueInfo (void) : Item(TYPE_VALUEINFO), tag(VALUETAG_LAST) {} in ValueInfo() function in xe::ri::ValueInfo
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 101 typedef LogValueInfo ValueInfo; typedef in tcu::TestLog
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 580 const auto &ValueInfo = getValueInfo(Op); in renameUses() local
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1989 auto ValueInfo = Slots2Values.find(Slot); in getIRValue() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2676 auto ValueInfo = Slots2Values.find(Slot); in getIRValue() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 327 std::pair<CharUnits, CharUnits> ValueInfo, in emitVoidPtrVAArg() argument
|