Home
last modified time | relevance | path

Searched refs:getValueID (Results 1 – 25 of 46) sorted by relevance

12

/external/llvm/include/llvm/IR/
DValue.h230 unsigned getValueID() const { in getValueID() function
349 return Val.getValueID() >= Value::ConstantFirstVal &&
350 Val.getValueID() <= Value::ConstantLastVal;
356 return Val.getValueID() == Value::ArgumentVal;
362 return Val.getValueID() == Value::InlineAsmVal;
368 return Val.getValueID() >= Value::InstructionVal;
374 return Val.getValueID() == Value::BasicBlockVal;
380 return Val.getValueID() == Value::FunctionVal;
386 return Val.getValueID() == Value::GlobalVariableVal;
392 return Val.getValueID() == Value::GlobalAliasVal;
[all …]
DConstants.h224 return V->getValueID() == ConstantIntVal; in classof()
290 return V->getValueID() == ConstantFPVal; in classof()
332 return V->getValueID() == ConstantAggregateZeroVal; in classof()
364 return V->getValueID() == ConstantArrayVal;
422 return V->getValueID() == ConstantStructVal;
469 return V->getValueID() == ConstantVectorVal;
511 return V->getValueID() == ConstantPointerNullVal;
632 return V->getValueID() == ConstantDataArrayVal ||
633 V->getValueID() == ConstantDataVectorVal;
687 return V->getValueID() == ConstantDataArrayVal;
[all …]
DConstant.h126 return V->getValueID() >= ConstantFirstVal && in classof()
127 V->getValueID() <= ConstantLastVal; in classof()
DGlobalValue.h301 return V->getValueID() == Value::FunctionVal || in classof()
302 V->getValueID() == Value::GlobalVariableVal || in classof()
303 V->getValueID() == Value::GlobalAliasVal; in classof()
DMetadata.h60 return V->getValueID() == MDStringVal; in classof()
161 return V->getValueID() == MDNodeVal;
DArgument.h99 return V->getValueID() == ArgumentVal; in classof()
DGlobalAlias.h80 return V->getValueID() == Value::GlobalAliasVal; in classof()
DInstruction.h83 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode()
374 return V->getValueID() >= Value::InstructionVal; in classof()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp71 switch (primitiveValue->getValueID()) { in mapFillAttachment()
193 if (primitiveValue->getValueID() == CSSValueContain) in mapFillSize()
195 else if (primitiveValue->getValueID() == CSSValueCover) in mapFillSize()
202 …if (primitiveValue->getValueID() == CSSValueContain || primitiveValue->getValueID() == CSSValueCov… in mapFillSize()
287 switch (toCSSPrimitiveValue(value)->getValueID()) { in mapFillMaskSourceType()
326 switch (toCSSPrimitiveValue(value)->getValueID()) { in mapAnimationDirection()
369 switch (primitiveValue->getValueID()) { in mapAnimationFillMode()
398 if (primitiveValue->getValueID() == CSSValueInfinite) in mapAnimationIterationCount()
415 if (primitiveValue->getValueID() == CSSValueNone) in mapAnimationName()
432 …EAnimPlayState playState = (primitiveValue->getValueID() == CSSValuePaused) ? AnimPlayStatePaused … in mapAnimationPlayState()
[all …]
DStyleBuilderCustom.cpp123 } else if (primitiveValue->getValueID() == CSSValueAuto) { in applyValueCSSPropertyClip()
249 switch (primitiveValue->getValueID()) { in applyValueCSSPropertyFontWeight()
272 if (primitiveValue->getValueID() == CSSValueNormal) { in applyValueCSSPropertyLineHeight()
329 switch (primitiveValue->getValueID()) { in applyValueCSSPropertyResize()
366 switch (pageSizeName->getValueID()) { in getPageSizeFromName()
404 switch (pageOrientation->getValueID()) { in getPageSizeFromName()
459 switch (primitiveValue->getValueID()) { in applyValueCSSPropertySize()
498 if (primitiveValue->isValueID() && primitiveValue->getValueID() != CSSValueWebkitMatchParent) in applyValueCSSPropertyTextAlign()
548 ASSERT(eachLineValue->getValueID() == CSSValueEachLine); in applyValueCSSPropertyTextIndent()
561 if (primitiveValue->getValueID()) in applyValueCSSPropertyVerticalAlign()
[all …]
DStyleBuilderConverter.cpp66 switch (primitiveValue->getValueID()) { in convertLengthSizing()
92 if (primitiveValue->getValueID() == CSSValueNone) in convertLengthMaxSizing()
132 ASSERT(toCSSPrimitiveValue(value)->getValueID() == CSSValueNone); in convertShadow()
145 …ShadowStyle shadowStyle = item->style && item->style->getValueID() == CSSValueInset ? Inset : Norm… in convertShadow()
162 if (primitiveValue->getValueID() == CSSValueNormal) in convertSpacing()
DStyleBuilderConverter.h69 CSSValueID valueID = primitiveValue->getValueID(); in convertLineWidth()
97 if (primitiveValue->getValueID() == IdForNone) in convertString()
DViewportStyleResolver.cpp155 switch (primitiveValue->getValueID()) { in viewportArgumentValue()
195 switch (primitiveValue->getValueID()) { in viewportLengthValue()
DFilterOperationResolver.cpp264 if (CSSParser::isBlendMode(primitiveValue->getValueID())) in createCustomFilterOperationWithInlineSyntax()
266 else if (CSSParser::isCompositeOperator(primitiveValue->getValueID())) in createCustomFilterOperationWithInlineSyntax()
316 if (primitiveValue->getValueID() == CSSValueDetached) { in createCustomFilterOperationWithInlineSyntax()
358 if (primitiveValue->getValueID() == CSSValueNone) in createFilterOperations()
DFontBuilder.cpp184 switch (contentValue->getValueID()) { in setFontFamilyValue()
301 if (CSSValueID valueID = primitiveValue->getValueID()) { in setFontSizeValue()
403 switch (primitiveValue->getValueID()) { in setFontVariantLigaturesValue()
432 ASSERT(toCSSPrimitiveValue(value)->getValueID() == CSSValueNormal); in setFontVariantLigaturesValue()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h54 return V->getValueID() == PseudoSourceValueVal || in classof()
55 V->getValueID() == FixedStackPseudoSourceValueVal; in classof()
93 return V->getValueID() == FixedStackPseudoSourceValueVal; in classof()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp614 (VE.getValueID(GV->getInitializer()) + 1)); in WriteModuleInfo()
658 Vals.push_back(VE.getValueID(AI->getAliasee())); in WriteModuleInfo()
704 Record.push_back(VE.getValueID(N->getOperand(i))); in WriteMDNode()
773 Record.push_back(VE.getValueID(NMD->getOperand(i))); in WriteModuleMetadata()
826 Record.push_back(VE.getValueID(MDs[i].second)); in WriteMetadataAttachment()
1050 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()
1059 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
1065 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
1066 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
1078 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp199 …PrimitiveValue() && toCSSPrimitiveValue(value.get())->getValueID() == m_primitiveValue->getValueID in valueIsPresentInStyle()
541 CSSValueID unicodeBidiValue = toCSSPrimitiveValue(unicodeBidi.get())->getValueID(); in textDirection()
547 …writingDirection = toCSSPrimitiveValue(direction.get())->getValueID() == CSSValueLtr ? LeftToRight… in textDirection()
976 …leStyle->setProperty(CSSPropertyUnicodeBidi, toCSSPrimitiveValue(unicodeBidi.get())->getValueID()); in prepareToApplyAt()
978 …utableStyle->setProperty(CSSPropertyDirection, toCSSPrimitiveValue(direction.get())->getValueID()); in prepareToApplyAt()
1311 CSSValueID unicodeBidiValue = toCSSPrimitiveValue(unicodeBidi.get())->getValueID(); in textDirectionForSelection()
1340 CSSValueID unicodeBidiValue = toCSSPrimitiveValue(unicodeBidi.get())->getValueID(); in textDirectionForSelection()
1352 int directionValue = toCSSPrimitiveValue(direction.get())->getValueID(); in textDirectionForSelection()
1517 switch (toCSSPrimitiveValue(fontWeight)->getValueID()) { in fontWeightIsBold()
1544 CSSValueID value = toCSSPrimitiveValue(fontWeight)->getValueID(); in fontWeightNeedsResolving()
[all …]
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStyleBuilderFunctions.cpp.tmpl142 if (primitiveValue->getValueID() == {{auto_identity}})
269 if (primitiveValue->getValueID() == CSSValueCurrentcolor) {
477 if (primitiveValue->getValueID() == {{id_for_minus_one}})
492 if (primitiveValue->getValueID() == CSSValueAuto)
494 else if (primitiveValue->getValueID() == CSSValueMarginBox
495 || primitiveValue->getValueID() == CSSValueBorderBox
496 || primitiveValue->getValueID() == CSSValuePaddingBox
497 || primitiveValue->getValueID() == CSSValueContentBox)
499 else if (primitiveValue->getValueID() == CSSValueOutsideShape)
/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFace.cpp300 switch (familyValue->getValueID()) { in setFamilyValue()
394 switch (toCSSPrimitiveValue(m_style.get())->getValueID()) { in traitsMask()
413 switch (toCSSPrimitiveValue(m_weight.get())->getValueID()) { in traitsMask()
466 switch (toCSSPrimitiveValue(variantList->itemWithoutBoundsCheck(i))->getValueID()) { in traitsMask()
DCSSGradientValue.cpp403 switch (value->getValueID()) { in positionFromValue()
537 …} else if ((m_firstX || m_firstY) && !(!m_firstX && m_firstY && m_firstY->getValueID() == CSSValue… in customCSSText()
672 if (m_firstX && m_firstX->getValueID() == CSSValueLeft) in createGradient()
674 if (m_firstY && m_firstY->getValueID() == CSSValueBottom) in createGradient()
830 …if (m_shape && m_shape->getValueID() != CSSValueEllipse && (m_sizingBehavior || (!m_sizingBehavior… in customCSSText()
835 if (m_sizingBehavior && m_sizingBehavior->getValueID() != CSSValueFarthestCorner) { in customCSSText()
1011 if ((m_shape && m_shape->getValueID() == CSSValueCircle) in createGradient()
1018 switch (m_sizingBehavior ? m_sizingBehavior->getValueID() : 0) { in createGradient()
DMediaQueryEvaluator.cpp236 const CSSValueID id = toCSSPrimitiveValue(value)->getValueID(); in orientationMediaFeatureEval()
587 return toCSSPrimitiveValue(value)->getValueID() == CSSValueWindowed; in viewModeMediaFeatureEval()
644 const CSSValueID id = toCSSPrimitiveValue(value)->getValueID(); in pointerMediaFeatureEval()
665 return toCSSPrimitiveValue(value)->getValueID() == CSSValueProgressive; in scanMediaFeatureEval()
DCounter.h40 …CSSValueID listStyleIdent() const { return m_listStyle ? m_listStyle->getValueID() : CSSValueInval… in listStyleIdent()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableUnknown.h54 CSSValueID toCSSValueID() const { return toCSSPrimitiveValue(m_value.get())->getValueID(); } in toCSSValueID()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTextLinkColors.cpp102 CSSValueID valueID = value->getValueID(); in colorFromPrimitiveValue()

12