HomeSort by relevance Sort by last modified time
    Searched refs:getValueID (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/llvm/include/llvm/IR/
GlobalObject.h 57 return V->getValueID() == Value::FunctionVal ||
58 V->getValueID() == Value::GlobalVariableVal;
Value.h 337 /// getValueID - Return an ID for the concrete type of this object. This is
346 unsigned getValueID() const {
481 return Val.getValueID() >= Value::ConstantFirstVal &&
482 Val.getValueID() <= Value::ConstantLastVal;
488 return Val.getValueID() == Value::ArgumentVal;
494 return Val.getValueID() == Value::InlineAsmVal;
500 return Val.getValueID() >= Value::InstructionVal;
506 return Val.getValueID() == Value::BasicBlockVal;
512 return Val.getValueID() == Value::FunctionVal;
518 return Val.getValueID() == Value::GlobalVariableVal
    [all...]
Constant.h 132 return V->getValueID() >= ConstantFirstVal &&
133 V->getValueID() <= ConstantLastVal;
Argument.h 111 return V->getValueID() == ArgumentVal;
GlobalValue.h 138 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal);
343 return V->getValueID() == Value::FunctionVal ||
344 V->getValueID() == Value::GlobalVariableVal ||
345 V->getValueID() == Value::GlobalAliasVal;
Constants.h 224 return V->getValueID() == ConstantIntVal;
290 return V->getValueID() == ConstantFPVal;
332 return V->getValueID() == ConstantAggregateZeroVal;
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...]
GlobalAlias.h 112 return V->getValueID() == Value::GlobalAliasVal;
GlobalVariable.h 174 return V->getValueID() == Value::GlobalVariableVal;
Instruction.h 86 unsigned getOpcode() const { return getValueID() - InstructionVal; }
392 return V->getValueID() >= Value::InstructionVal;
Metadata.h 65 return V->getValueID() == MDStringVal;
166 return V->getValueID() == MDNodeVal;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 150 if (primitiveValue->getValueID() == CSSValueCurrentcolor) {
180 if (pairValue->first()->getValueID() == CSSValueLegacy) {
252 if (value->isPrimitiveValue() && toCSSPrimitiveValue(value)->getValueID() == CSSValueAuto)
276 ASSERT(toCSSPrimitiveValue(value)->getValueID() == CSSValueNone);
300 if (primitiveValue->getValueID() == CSSValueNormal) {
352 if (primitiveValue->getValueID() == CSSValueAuto) {
385 switch (pageSizeName->getValueID()) {
423 switch (pageOrientation->getValueID()) {
478 switch (primitiveValue->getValueID()) {
517 if (primitiveValue->isValueID() && primitiveValue->getValueID() != CSSValueWebkitMatchParent
    [all...]
CSSToStyleMap.cpp 66 switch (primitiveValue->getValueID()) {
189 if (primitiveValue->getValueID() == CSSValueContain)
191 else if (primitiveValue->getValueID() == CSSValueCover)
198 if (primitiveValue->getValueID() == CSSValueContain || primitiveValue->getValueID() == CSSValueCover) {
274 switch (toCSSPrimitiveValue(value)->getValueID()) {
302 switch (toCSSPrimitiveValue(value)->getValueID()) {
329 switch (toCSSPrimitiveValue(value)->getValueID()) {
349 if (primitiveValue->getValueID() == CSSValueInfinite)
359 if (primitiveValue->getValueID() == CSSValueNone
    [all...]
StyleBuilderConverter.cpp 46 if (primitiveValue->getValueID() == CSSValueMinContent)
49 if (primitiveValue->getValueID() == CSSValueMaxContent)
64 ASSERT(toCSSPrimitiveValue(value)->getValueID() == CSSValueNone);
107 if (value->isPrimitiveValue() && toCSSPrimitiveValue(value)->getValueID() == CSSValueNormal)
162 if (CSSValueID valueID = primitiveValue->getValueID()) {
194 switch (primitiveValue->getValueID()) {
212 switch (primitiveValue->getValueID()) {
246 ASSERT(toCSSPrimitiveValue(value)->getValueID() == CSSValueNormal);
286 ASSERT(primitiveValue->getValueID() == CSSValueAuto);
300 if (currentValue->getValueID() == CSSValueSpan)
    [all...]
StyleBuilderConverter.h 102 CSSValueID valueID = primitiveValue->getValueID();
128 if (primitiveValue->getValueID() == IdForNone)
ViewportStyleResolver.cpp 148 switch (primitiveValue->getValueID()) {
179 if (primitiveValue->getValueID() == CSSValueInternalExtendToZoom)
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 466 (VE.getValueID(GV->getInitializer()) + 1));
508 Vals.push_back(VE.getValueID(AI->getAliasee()));
542 Record.push_back(VE.getValueID(N->getOperand(i)));
611 Record.push_back(VE.getValueID(NMD->getOperand(i)));
664 Record.push_back(VE.getValueID(MDs[i].second));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 483 (VE.getValueID(GV->getInitializer()) + 1));
527 Vals.push_back(VE.getValueID(AI->getAliasee()));
576 Record.push_back(VE.getValueID(N->getOperand(i)));
645 Record.push_back(VE.getValueID(NMD->getOperand(i)));
698 Record.push_back(VE.getValueID(MDs[i].second));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 512 (VE.getValueID(GV->getInitializer()) + 1));
554 Vals.push_back(VE.getValueID(AI->getAliasee()));
588 Record.push_back(VE.getValueID(N->getOperand(i)));
657 Record.push_back(VE.getValueID(NMD->getOperand(i)));
710 Record.push_back(VE.getValueID(MDs[i].second));
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 650 (VE.getValueID(GV.getInitializer()) + 1));
687 Vals.push_back(F.hasPrefixData() ? (VE.getValueID(F.getPrefixData()) + 1)
701 Vals.push_back(VE.getValueID(A.getAliasee()));
750 Record.push_back(VE.getValueID(N->getOperand(i)));
819 Record.push_back(VE.getValueID(NMD->getOperand(i)));
872 Record.push_back(VE.getValueID(MDs[i].second));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableUnknown.h 54 CSSValueID toCSSValueID() const { return toCSSPrimitiveValue(m_value.get())->getValueID(); }
  /external/chromium_org/third_party/WebKit/Source/core/css/
Counter.h 42 CSSValueID listStyleIdent() const { return m_listStyle ? m_listStyle->getValueID() : CSSValueInvalid; }
CSSBasicShapes.cpp 72 if ((offset.first()->getValueID() == CSSValueLeft && other.first()->getValueID() == CSSValueTop)
73 || (offset.first()->getValueID() == CSSValueTop && other.first()->getValueID() == CSSValueLeft))
86 side = offset->getValueID();
88 side = pair->first()->getValueID();
118 if (m_radius && m_radius->getValueID() != CSSValueClosestSide)
190 bool shouldSerializeRadiusXValue = m_radiusX->getValueID() != CSSValueClosestSide;
194 shouldSerializeRadiusYValue = m_radiusY->getValueID() != CSSValueClosestSide;
BasicShapeFunctions.cpp 156 keyword = value->getValueID();
158 keyword = pair->first()->getValueID();
192 switch (radius->getValueID()) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TextLinkColors.cpp 102 CSSValueID valueID = value->getValueID();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 208 return matches(element) && value && value->isPrimitiveValue() && toCSSPrimitiveValue(value.get())->getValueID() == m_primitiveValue->getValueID();
551 CSSValueID unicodeBidiValue = toCSSPrimitiveValue(unicodeBidi.get())->getValueID();
557 writingDirection = toCSSPrimitiveValue(direction.get())->getValueID() == CSSValueLtr ? LeftToRightWritingDirection : RightToLeftWritingDirection;
    [all...]

Completed in 638 milliseconds

1 2 3