Home
last modified time | relevance | path

Searched refs:Placeholder (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DValueList.cpp162 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local
168 while (!Placeholder->use_empty()) { in resolveConstantForwardRefs()
169 auto UI = Placeholder->user_begin(); in resolveConstantForwardRefs()
188 } else if (*I == Placeholder) { in resolveConstantForwardRefs()
222 Placeholder->replaceAllUsesWith(RealVal); in resolveConstantForwardRefs()
223 Placeholder->deleteValue(); in resolveConstantForwardRefs()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Diterator_test.cpp219 struct Placeholder {
222 std::vector<Placeholder> data = {{1}, {2}, {3}, {4}, {5},
227 bool operator()(const Placeholder& data) { return data.val % 2; }
236 for (Placeholder& data : filter_range) {
261 [](const Placeholder& data) { return data.val > 10; });
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Diterator_test.cpp219 struct Placeholder {
222 std::vector<Placeholder> data = {{1}, {2}, {3}, {4}, {5},
227 bool operator()(const Placeholder& data) { return data.val % 2; }
236 for (Placeholder& data : filter_range) {
261 [](const Placeholder& data) { return data.val > 10; });
/third_party/spirv-tools/test/opt/
H A Diterator_test.cpp219 struct Placeholder {
222 std::vector<Placeholder> data = {{1}, {2}, {3}, {4}, {5},
227 bool operator()(const Placeholder& data) { return data.val % 2; }
236 for (Placeholder& data : filter_range) {
261 [](const Placeholder& data) { return data.val > 10; });
/third_party/typescript/tests/baselines/reference/
H A DramdaToolsNoInfinite.js86 export type Placeholder = { __placeholder: void };
91 T1[Tools.Pos<I>] extends R.Placeholder
106 [K in keyof T]?: T[K] | R.Placeholder
/third_party/skia/src/core/
H A DSkPicture.cpp322 struct Placeholder : public SkPicture { in MakePlaceholder() struct
323 explicit Placeholder(SkRect cull) : fCull(cull) {} in MakePlaceholder() function
337 return sk_make_sp<Placeholder>(cull); in MakePlaceholder()
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.h105 SkTArray<Placeholder, true> placeholders,
112 SkTArray<Placeholder, true> placeholders,
171 SkSpan<Placeholder> placeholders() { in placeholders()
172 return SkSpan<Placeholder>(fPlaceholders.data(), fPlaceholders.size()); in placeholders()
396 SkTArray<Placeholder, true> fPlaceholders;
H A DParagraphBuilderImpl.h106 SkSTArray<4, Placeholder, true> fPlaceholders;
H A DParagraphCache.cpp67 SkTArray<Placeholder, true> fPlaceholders;
H A DParagraphImpl.cpp114 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
138 SkTArray<Placeholder, true> placeholders, in ParagraphImpl()
/third_party/skia/experimental/sktext/include/
H A DTypes.h174 struct Placeholder { struct
205 Placeholder placeholder;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp197 TempMDNode Placeholder; member
591 if (!OpD.Placeholder) in getFwdReference()
592 OpD.Placeholder = Op.clone(); in getFwdReference()
594 return *OpD.Placeholder; in getFwdReference()
709 bool HadPlaceholder(D.Placeholder); in mapNodesInPOT()
712 TempMDNode ClonedN = D.Placeholder ? std::move(D.Placeholder) : N->clone(); in mapNodesInPOT()
/third_party/skia/modules/skparagraph/include/
H A DTextStyle.h423 struct Placeholder { struct
424 Placeholder() = default;
425 Placeholder(size_t start, size_t end, const PlaceholderStyle& style, const TextStyle& textStyle, in Placeholder() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1257 uint32_t *Placeholder = in processRelocationRef() local
1261 Value.Addend += *Placeholder; in processRelocationRef()
1264 Value.Addend += (int16_t)((*Placeholder & 0xFFF) | (((*Placeholder >> 16) & 0xF) << 12)); in processRelocationRef()
1269 uint8_t *Placeholder = reinterpret_cast<uint8_t *>( in processRelocationRef() local
1271 uint32_t Opcode = readBytesUnaligned(Placeholder, 4); in processRelocationRef()
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c646 enum {Normal, Placeholder, Concat} state = Normal; in substitute() enumerator
669 state = Placeholder; in substitute()
689 state = Placeholder; in substitute()
708 if (state == Placeholder) in substitute()
/third_party/rust/crates/syn/tests/common/
H A Deq.rs549 spanless_eq_enum!(FormatArgsPiece; Literal(0) Placeholder(0));
563 spanless_eq_enum!(InlineAsmTemplatePiece; String(0) Placeholder(operand_idx modifier span));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2581 Value *Placeholder = new LoadInst(
2583 V = insertInteger(DL, IRB, Placeholder, V, NewBeginOffset - BeginOffset,
2586 Placeholder->replaceAllUsesWith(&LI);
2587 Placeholder->deleteValue();
/third_party/skia/tests/
H A DPictureTest.cpp789 DEF_TEST(Placeholder, r) { in DEF_TEST()

Completed in 27 milliseconds