Home
last modified time | relevance | path

Searched refs:Form (Results 1 - 25 of 122) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp46 ID.AddInteger(unsigned(Form)); in Profile()
47 if (Form == dwarf::DW_FORM_implicit_const) in Profile()
334 getDIE##T().EmitValue(AP, Form); \ in EmitValue()
346 return getDIE##T().SizeOf(AP, Form); in SizeOf()
377 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue()
378 switch (Form) { in EmitValue()
412 Asm->OutStreamer->EmitIntValue(Integer, SizeOf(Asm, Form)); in EmitValue()
432 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) cons
[all...]
H A DDwarfUnit.h137 Optional<dwarf::Form> Form, uint64_t Integer);
139 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
143 Optional<dwarf::Form> Form, int64_t Integer);
145 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
158 dwarf::Form Form,
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h54 dwarf::Form Form; member in llvm::DIEAbbrevData
60 DIEAbbrevData(dwarf::Attribute A, dwarf::Form F) in DIEAbbrevData()
61 : Attribute(A), Form(F) {} in DIEAbbrevData()
63 : Attribute(A), Form(dwarf::DW_FORM_implicit_const), Value(V) {} in DIEAbbrevData()
68 dwarf::Form getForm() const { return Form; } in getForm()
109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() argument
110 Data.push_back(DIEAbbrevData(Attribute, Form)); in AddAttribute()
364 dwarf::Form Form = (dwarf::Form)0; global() member in llvm::DIEValue
691 addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, dwarf::Form Form, T &&Value) addValue() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp80 DWARFFormValue DWARFFormValue::createFromSValue(dwarf::Form F, int64_t V) { in createFromSValue()
84 DWARFFormValue DWARFFormValue::createFromUValue(dwarf::Form F, uint64_t V) { in createFromUValue()
88 DWARFFormValue DWARFFormValue::createFromPValue(dwarf::Form F, const char *V) { in createFromPValue()
92 DWARFFormValue DWARFFormValue::createFromBlockValue(dwarf::Form F, in createFromBlockValue()
100 DWARFFormValue DWARFFormValue::createFromUnit(dwarf::Form F, const DWARFUnit *U, in createFromUnit()
108 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() argument
113 switch (Form) { in skipValue()
172 dwarf::getFixedFormByteSize(Form, Params)) { in skipValue()
196 Form in skipValue()
[all...]
H A DDWARFAbbreviationDeclaration.cpp64 auto F = static_cast<Form>(Data.getULEB128(OffsetPtr)); in extract()
133 OS << formatv("\t{0}\t{1}", Spec.Attr, Spec.Form); in dump()
167 return DWARFFormValue::createFromSValue(Spec.Form, in getAttributeValue()
170 DWARFFormValue FormValue(Spec.Form); in getAttributeValue()
178 DWARFFormValue::skipValue(Spec.Form, DebugInfoData, &Offset, in getAttributeValue()
204 auto FixedByteSize = dwarf::getFixedFormByteSize(Form, U.getFormParams()); in getByteSize()
/third_party/icu/icu4c/source/i18n/
H A Dstandardplural.h31 enum Form { enum in StandardPlural
46 static const char *getKeyword(Form p);
52 static Form orOtherFromString(const char *keyword) { in orOtherFromString()
53 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString()
60 static Form orOtherFromString(const UnicodeString &keyword) { in orOtherFromString()
61 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString()
70 static Form fromString(const char *keyword, UErrorCode &errorCode) { in fromString()
71 return static_cast<Form>(indexFromString(keyword, errorCode)); in fromString()
80 static Form fromString(const UnicodeString &keyword, UErrorCode &errorCode) { in fromString()
81 return static_cast<Form>(indexFromStrin in fromString()
[all...]
H A Dpluralranges.h38 StandardPlural::Form resolve(StandardPlural::Form first, StandardPlural::Form second) const;
42 StandardPlural::Form first,
43 StandardPlural::Form second,
44 StandardPlural::Form result);
51 StandardPlural::Form first;
52 StandardPlural::Form second;
53 StandardPlural::Form result;
H A Dpluralranges.cpp42 StandardPlural::Form first = StandardPlural::fromString(value.getUnicodeString(status), status);
45 StandardPlural::Form second = StandardPlural::fromString(value.getUnicodeString(status), status);
48 StandardPlural::Form result = StandardPlural::fromString(value.getUnicodeString(status), status);
112 StandardPlural::Form first, in addPluralRange()
113 StandardPlural::Form second, in addPluralRange()
114 StandardPlural::Form result) { in addPluralRange()
129 StandardPlural::Form
130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve()
H A Dnumber_patternmodifier.cpp52 void MutablePatternModifier::setNumberProperties(Signum signum, StandardPlural::Form plural) { in setNumberProperties()
65 static const StandardPlural::Form STANDARD_PLURAL_VALUES[] = { in createImmutable()
66 StandardPlural::Form::ZERO, in createImmutable()
67 StandardPlural::Form::ONE, in createImmutable()
68 StandardPlural::Form::TWO, in createImmutable()
69 StandardPlural::Form::FEW, in createImmutable()
70 StandardPlural::Form::MANY, in createImmutable()
71 StandardPlural::Form::OTHER}; in createImmutable()
81 for (StandardPlural::Form plural : STANDARD_PLURAL_VALUES) { in createImmutable()
98 setNumberProperties(SIGNUM_POS, StandardPlural::Form in createImmutable()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dstandardplural.h31 enum Form { enum in StandardPlural
46 static const char *getKeyword(Form p);
52 static Form orOtherFromString(const char *keyword) { in orOtherFromString()
53 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString()
60 static Form orOtherFromString(const UnicodeString &keyword) { in orOtherFromString()
61 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString()
70 static Form fromString(const char *keyword, UErrorCode &errorCode) { in fromString()
71 return static_cast<Form>(indexFromString(keyword, errorCode)); in fromString()
80 static Form fromString(const UnicodeString &keyword, UErrorCode &errorCode) { in fromString()
81 return static_cast<Form>(indexFromStrin in fromString()
[all...]
H A Dpluralranges.h38 StandardPlural::Form resolve(StandardPlural::Form first, StandardPlural::Form second) const;
42 StandardPlural::Form first,
43 StandardPlural::Form second,
44 StandardPlural::Form result);
51 StandardPlural::Form first;
52 StandardPlural::Form second;
53 StandardPlural::Form result;
H A Dnumber_patternmodifier.cpp52 void MutablePatternModifier::setNumberProperties(Signum signum, StandardPlural::Form plural) { in setNumberProperties()
63 AdoptingSignumModifierStore MutablePatternModifier::createImmutableForPlural(StandardPlural::Form plural, UErrorCode& status) { in createImmutableForPlural()
80 static const StandardPlural::Form STANDARD_PLURAL_VALUES[] = { in createImmutable()
81 StandardPlural::Form::ZERO, in createImmutable()
82 StandardPlural::Form::ONE, in createImmutable()
83 StandardPlural::Form::TWO, in createImmutable()
84 StandardPlural::Form::FEW, in createImmutable()
85 StandardPlural::Form::MANY, in createImmutable()
86 StandardPlural::Form::OTHER}; in createImmutable()
96 for (StandardPlural::Form plura in createImmutable()
[all...]
H A Dpluralranges.cpp42 StandardPlural::Form first = StandardPlural::fromString(value.getUnicodeString(status), status);
45 StandardPlural::Form second = StandardPlural::fromString(value.getUnicodeString(status), status);
48 StandardPlural::Form result = StandardPlural::fromString(value.getUnicodeString(status), status);
112 StandardPlural::Form first, in addPluralRange()
113 StandardPlural::Form second, in addPluralRange()
114 StandardPlural::Form result) { in addPluralRange()
129 StandardPlural::Form
130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dstandardplural.h31 enum Form { enum in StandardPlural
46 static const char *getKeyword(Form p);
52 static Form orOtherFromString(const char *keyword) { in orOtherFromString()
53 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString()
60 static Form orOtherFromString(const UnicodeString &keyword) { in orOtherFromString()
61 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString()
70 static Form fromString(const char *keyword, UErrorCode &errorCode) { in fromString()
71 return static_cast<Form>(indexFromString(keyword, errorCode)); in fromString()
80 static Form fromString(const UnicodeString &keyword, UErrorCode &errorCode) { in fromString()
81 return static_cast<Form>(indexFromStrin in fromString()
[all...]
H A Dpluralranges.h38 StandardPlural::Form resolve(StandardPlural::Form first, StandardPlural::Form second) const;
42 StandardPlural::Form first,
43 StandardPlural::Form second,
44 StandardPlural::Form result);
51 StandardPlural::Form first;
52 StandardPlural::Form second;
53 StandardPlural::Form result;
H A Dpluralranges.cpp42 StandardPlural::Form first = StandardPlural::fromString(value.getUnicodeString(status), status);
45 StandardPlural::Form second = StandardPlural::fromString(value.getUnicodeString(status), status);
48 StandardPlural::Form result = StandardPlural::fromString(value.getUnicodeString(status), status);
112 StandardPlural::Form first, in addPluralRange()
113 StandardPlural::Form second, in addPluralRange()
114 StandardPlural::Form result) { in addPluralRange()
129 StandardPlural::Form
130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve()
H A Dnumber_patternmodifier.cpp48 void MutablePatternModifier::setNumberProperties(Signum signum, StandardPlural::Form plural) { in setNumberProperties()
61 static const StandardPlural::Form STANDARD_PLURAL_VALUES[] = { in createImmutable()
62 StandardPlural::Form::ZERO, in createImmutable()
63 StandardPlural::Form::ONE, in createImmutable()
64 StandardPlural::Form::TWO, in createImmutable()
65 StandardPlural::Form::FEW, in createImmutable()
66 StandardPlural::Form::MANY, in createImmutable()
67 StandardPlural::Form::OTHER}; in createImmutable()
77 for (StandardPlural::Form plural : STANDARD_PLURAL_VALUES) { in createImmutable()
94 setNumberProperties(SIGNUM_POS, StandardPlural::Form in createImmutable()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h57 dwarf::Form Form; /// Form for this value. member in llvm::DWARFFormValue
62 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {} in DWARFFormValue()
65 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in DWARFFormValue()
67 static DWARFFormValue createFromSValue(dwarf::Form F, int64_t V);
68 static DWARFFormValue createFromUValue(dwarf::Form
[all...]
H A DDWARFAbbreviationDeclaration.h30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec()
31 : Attr(A), Form(F), Value(Value) { in AttributeSpec()
34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec()
35 : Attr(A), Form(F) { in AttributeSpec()
43 dwarf::Form Form; member
48 /// Form == DW_FORM_implicit_const.
50 /// * Form != DW_FORM_implicit_const and HasByteSize is true:
51 /// ByteSize contains the fixed size in bytes for the Form in this
53 /// * Form !
[all...]
H A DDWARFAcceleratorTable.h97 using Form = dwarf::Form;
100 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
185 ArrayRef<std::pair<HeaderData::AtomType, HeaderData::Form>> getAtomsDesc();
255 dwarf::Form Form; member
257 constexpr AttributeEncoding(dwarf::Index Index, dwarf::Form Form) in AttributeEncoding()
258 : Index(Index), Form(Form) {} in AttributeEncoding()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DreactTransitiveImportHasValidDeclaration.js32 const Form = styled('div')({ color: "red" })
34 export default Form
41 var Form = (0, react_emotion_1["default"])('div')({ color: "red" });
42 exports["default"] = Form;
47 declare const Form: import("create-emotion-styled").StyledOtherComponent<{}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any>;
48 export default Form;
H A DmappedTypesAndObjects.js41 class Form<T> {
62 var Form = /** @class */ (function () {
63 function Form() {
66 return Form;
94 declare class Form<T> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp1 //===------ PPCLoopInstrFormPrep.cpp - Loop Instr Form Prep Pass ----------===//
192 InstrForm Form);
213 InstrForm Form);
217 /// \p Form is used to find the best base element.
222 InstrForm Form);
235 InstrForm Form);
373 InstrForm Form) { in prepareBaseForDispFormChain()
387 BucketChain.Elements[j].Offset->getAPInt().urem(Form); in prepareBaseForDispFormChain()
410 for (unsigned j = 0; j < (unsigned)Form; j++) in prepareBaseForDispFormChain()
489 InstrForm Form) { in rewriteLoadStores()
372 prepareBaseForDispFormChain(Bucket &BucketChain, InstrForm Form) prepareBaseForDispFormChain() argument
487 rewriteLoadStores(Loop *L, Bucket &BucketChain, SmallSet<BasicBlock *, 16> &BBChanged, InstrForm Form) rewriteLoadStores() argument
698 dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, InstrForm Form) dispFormPrep() argument
724 alreadyPrepared(Loop *L, Instruction* MemI, const SCEV *BasePtrStartSCEV, const SCEVConstant *BasePtrIncSCEV, InstrForm Form) alreadyPrepared() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_patternmodifier.cpp37 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic()
43 mod.setNumberProperties(SIGNUM_NEG_ZERO, StandardPlural::Form::COUNT); in testBasic()
46 mod.setNumberProperties(SIGNUM_POS_ZERO, StandardPlural::Form::COUNT); in testBasic()
52 mod.setNumberProperties(SIGNUM_NEG, StandardPlural::Form::COUNT); in testBasic()
61 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic()
64 mod.setNumberProperties(SIGNUM_NEG, StandardPlural::Form::COUNT); in testBasic()
68 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic()
78 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic()
84 mod.setNumberProperties(SIGNUM_NEG_ZERO, StandardPlural::Form::COUNT); in testBasic()
87 mod.setNumberProperties(SIGNUM_POS_ZERO, StandardPlural::Form in testBasic()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DDWARFVisitor.cpp62 dwarf::Form Form = AbbrForm->Form; in traverseDebugInfo() local
66 switch (Form) { in traverseDebugInfo()
146 Form = static_cast<dwarf::Form>((uint64_t)FormVal->Value); in traverseDebugInfo()

Completed in 14 milliseconds

12345