Home
last modified time | relevance | path

Searched refs:Resolved (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/lib/AST/
DCommentLexer.cpp43 char *Resolved = Allocator.Allocate<char>(UNI_MAX_UTF8_BYTES_PER_CODE_POINT); in convertCodePointToUTF8() local
44 char *ResolvedPtr = Resolved; in convertCodePointToUTF8()
46 return StringRef(Resolved, ResolvedPtr - Resolved); in convertCodePointToUTF8()
601 StringRef Resolved; in lexHTMLCharacterReference() local
603 Resolved = resolveHTMLNamedCharacterReference(Name); in lexHTMLCharacterReference()
605 Resolved = resolveHTMLDecimalCharacterReference(Name); in lexHTMLCharacterReference()
607 Resolved = resolveHTMLHexCharacterReference(Name); in lexHTMLCharacterReference()
609 if (Resolved.empty()) { in lexHTMLCharacterReference()
614 T.setText(Resolved); in lexHTMLCharacterReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp303 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() local
309 if (!isLoopHeader(Resolved)) in addToDist()
311 if (Resolved != Succ) in addToDist()
312 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
318 if (isLoopHeader(Resolved)) { in addToDist()
320 Dist.addBackedge(Resolved, Weight); in addToDist()
324 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
326 Dist.addExit(Resolved, Weight); in addToDist()
330 if (Resolved < Pred) { in addToDist()
344 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist()
[all …]
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp278 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() local
284 if (!isLoopHeader(Resolved)) in addToDist()
286 if (Resolved != Succ) in addToDist()
287 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
293 if (isLoopHeader(Resolved)) { in addToDist()
295 Dist.addBackedge(Resolved, Weight); in addToDist()
299 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
301 Dist.addExit(Resolved, Weight); in addToDist()
305 if (Resolved < Pred) { in addToDist()
319 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist()
[all …]
/external/llvm/lib/MC/
DMCAsmBackend.cpp47 const MCFixup &Fixup, bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument
49 if (!Resolved) in fixupNeedsRelaxationAdvanced()
DMCAssembler.cpp735 bool Resolved = evaluateFixup(Layout, Fixup, DF, Target, Value); in fixupNeedsRelaxation() local
736 return getBackend().fixupNeedsRelaxationAdvanced(Fixup, Resolved, Value, DF, in fixupNeedsRelaxation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmBackend.cpp102 const MCFixup &Fixup, bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument
105 if (!Resolved) in fixupNeedsRelaxationAdvanced()
DMCAssembler.cpp859 bool Resolved = evaluateFixup(Layout, Fixup, DF, Target, Value, WasForced); in fixupNeedsRelaxation() local
864 return getBackend().fixupNeedsRelaxationAdvanced(Fixup, Resolved, Value, DF, in fixupNeedsRelaxation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp67 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
120 bool Resolved, in fixupNeedsRelaxationAdvanced() argument
129 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
/external/mesa3d/docs/specs/
DMESA_pack_invert.spec53 Resolved: No, we're only concerned with pixel packing. There are other
/external/llvm/include/llvm/MC/
DMCAsmBackend.h91 virtual bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
/external/clang/include/clang/Lex/
DHeaderSearch.h64 unsigned Resolved : 1; member
105 Resolved(false), IndexHeaderMapHeader(false), IsValid(0), in HeaderFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmBackend.h121 virtual bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved,
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp644 std::vector<Init*> Resolved; in resolveReferences() local
645 Resolved.reserve(getSize()); in resolveReferences()
657 Resolved.push_back(E); in resolveReferences()
661 return ListInit::get(Resolved, getType()); in resolveReferences()
703 Init *Resolved = resolveReferences(R, IRV); in resolveListElementReference() local
704 OpInit *OResolved = dynamic_cast<OpInit *>(Resolved); in resolveListElementReference()
706 Resolved = OResolved->Fold(&R, 0); in resolveListElementReference()
709 if (Resolved != this) { in resolveListElementReference()
710 TypedInit *Typed = dynamic_cast<TypedInit *>(Resolved); in resolveListElementReference()
/external/llvm/lib/TableGen/
DRecord.cpp557 std::vector<Init*> Resolved; in resolveReferences() local
558 Resolved.reserve(size()); in resolveReferences()
569 Resolved.push_back(E); in resolveReferences()
573 return ListInit::get(Resolved, getType()); in resolveReferences()
601 Init *Resolved = resolveReferences(R, IRV); in resolveListElementReference() local
602 OpInit *OResolved = dyn_cast<OpInit>(Resolved); in resolveListElementReference()
604 Resolved = OResolved->Fold(&R, nullptr); in resolveListElementReference()
607 if (Resolved != this) { in resolveListElementReference()
608 TypedInit *Typed = cast<TypedInit>(Resolved); in resolveListElementReference()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp555 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() argument
569 if (!Resolved) { in fixupNeedsRelaxationAdvanced()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp68 auto &Resolved = *Result; in TEST_F() local
69 auto I = Resolved.find(Foo); in TEST_F()
70 EXPECT_NE(I, Resolved.end()) << "Could not find symbol definition"; in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp572 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() argument
587 if (!Resolved) { in fixupNeedsRelaxationAdvanced()
/external/clang/lib/Lex/
DHeaderSearch.cpp960 if (ExternalSource && !HFI->Resolved) { in getFileInfo()
961 HFI->Resolved = true; in getFileInfo()
992 if (!HFI->Resolved) { in getExistingFileInfo()
993 HFI->Resolved = true; in getExistingFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h1805 bool Resolved; member
1807 MappedValue() : V(nullptr), Resolved(false) {} in MappedValue()
1808 MappedValue(Init *V, bool Resolved) : V(V), Resolved(Resolved) {} in MappedValue()
/external/tensorflow/tensorflow/lite/examples/ios/simple/
DRunModelViewController.mm107 NSLog(@"Resolved reporter.");
/external/clang/lib/Frontend/
DASTUnit.cpp1650 std::vector<Decl *> Resolved; in RealizeTopLevelDeclsFromPreamble() local
1651 Resolved.reserve(TopLevelDeclsInPreamble.size()); in RealizeTopLevelDeclsFromPreamble()
1657 Resolved.push_back(D); in RealizeTopLevelDeclsFromPreamble()
1660 TopLevelDecls.insert(TopLevelDecls.begin(), Resolved.begin(), Resolved.end()); in RealizeTopLevelDeclsFromPreamble()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp633 SmallVector<Init*, 8> Resolved; in resolveReferences() local
634 Resolved.reserve(size()); in resolveReferences()
640 Resolved.push_back(E); in resolveReferences()
644 return ListInit::get(Resolved, getElementType()); in resolveReferences()
2175 if (!It->second.Resolved && Map.size() > 1) { in resolve()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h719 void resolve(const SymbolMap &Resolved);
/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake66 # Resolved overload was found by argument-dependent lookup.
/external/libaom/libaom/third_party/googletest/src/googletest/cmake/
Dinternal_utils.cmake66 # Resolved overload was found by argument-dependent lookup.

12