Home
last modified time | relevance | path

Searched refs:isResolved (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadata.cpp307 if (OwnerMD->isResolved()) in resolveAllUses()
315 return N->isResolved() ? nullptr : N->Context.getOrCreateReplaceableUses(); in getOrCreate()
321 return N->isResolved() ? nullptr : N->Context.getReplaceableUses(); in getIfExists()
327 return !N->isResolved(); in isReplaceable()
536 return !N->isResolved(); in isOperandUnresolved()
548 assert(!isResolved() && "Expected this to be unresolved"); in makeUniqued()
559 assert(isResolved() && "Expected this to be resolved"); in makeUniqued()
567 assert(!isResolved() && "Expected this to be unresolved"); in makeDistinct()
574 assert(isResolved() && "Expected this to be resolved"); in makeDistinct()
579 assert(!isResolved() in resolve()
[all...]
H A DDIBuilder.cpp42 if (N->isResolved()) in trackIfUnresolved()
123 if (N && !N->isResolved()) in finalize()
997 if (T->isResolved()) in replaceVTableHolder()
1015 if (!T->isResolved()) in replaceArrays()
H A DVerifier.cpp825 Assert(MD.isResolved(), "All nodes should be resolved!", &MD); in visitMDNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h53 assert(D->isResolved() && "Expected resolved node"); in LexicalScope()
54 assert((!I || I->isResolved()) && "Expected resolved node"); in LexicalScope()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DPseudoLocales.java246 private final boolean isResolved; field in PseudoLocales.PseudoLocaleData
256 this.isResolved = checkNotNull(resolution) == RESOLVED; in PseudoLocaleData()
278 CldrValue defaultReturnValue = isResolved ? value : null; in filter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp155 /// (not an MDNode, or MDNode::isResolved() returns true).
732 if (!N->isResolved()) in mapNodesInPOT()
742 assert(N.isResolved() && "Unexpected unresolved node"); in map()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp176 /// Gives the same result as \a lookup(), unless \a MDNode::isResolved()
204 if (!MDN->isResolved())
251 if (!N->isResolved()) in getMetadataIfResolved()
406 assert(MDN->isResolved() && in flush()
/third_party/skia/modules/skparagraph/src/
H A DRun.h216 bool isResolved() const;
H A DRun.cpp621 bool Run::isResolved() const { in scaleFontWithCompressionConfig() function in skia::textlayout::Run
H A DTextLine.cpp1183 if (ellipsisRun->isResolved()) {
1200 if (ellipsisRun->isResolved()) {
1212 if (ellipsisRun->isResolved()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DMetadata.h948 bool isResolved() const { return !isTemporary() && !NumUnresolved; } in isResolved() function in llvm::MDNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h905 bool isResolved() const { return !isTemporary() && !NumUnresolved; } in isResolved() function in llvm::MDNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2020 assert(N->isResolved() && "Expected forward references to be resolved"); in writeMetadataRecords()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp222 if (N.second && !N.second->isResolved()) in ValidateEndOfModule()

Completed in 48 milliseconds