Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc90 ASSERT_LE(cmaps->size(), (size_t)num_cmaps_attr->IntValue()); in TEST_P()
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue(); in TEST_P()
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue(); in TEST_P()
99 GetAttribute(*it, "format")->IntValue()); in TEST_P()
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue(); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp93 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
206 unsigned IntValue,
211 OS << "\t.eabi_attribute\t" << Attribute << ", " << IntValue;
284 unsigned IntValue;
326 Item->IntValue = Value;
361 void setAttributeItems(unsigned Attribute, unsigned IntValue,
368 Item->IntValue = IntValue;
377 IntValue,
405 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
[all...]
H A DARMTargetStreamer.cpp108 unsigned IntValue, in emitIntTextAttribute()
107 emitIntTextAttribute(unsigned Attribute, unsigned IntValue, StringRef StringValue) emitIntTextAttribute() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCObjectStreamer.cpp313 int64_t IntValue; in EmitULEB128Value() local
314 if (Value->evaluateAsAbsolute(IntValue, getAssemblerPtr())) { in EmitULEB128Value()
315 EmitULEB128IntValue(IntValue); in EmitULEB128Value()
322 int64_t IntValue; in EmitSLEB128Value() local
323 if (Value->evaluateAsAbsolute(IntValue, getAssemblerPtr())) { in EmitSLEB128Value()
324 EmitSLEB128IntValue(IntValue); in EmitSLEB128Value()
H A DMCAsmStreamer.cpp991 int64_t IntValue; in EmitValueImpl() local
992 if (!Value->evaluateAsAbsolute(IntValue)) in EmitValueImpl()
1009 uint64_t ValueToEmit = IntValue >> (ByteOffset * 8); in EmitValueImpl()
1035 int64_t IntValue;
1036 if (Value->evaluateAsAbsolute(IntValue)) {
1037 EmitULEB128IntValue(IntValue);
1046 int64_t IntValue;
1047 if (Value->evaluateAsAbsolute(IntValue)) {
1048 EmitSLEB128IntValue(IntValue);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3049 uint64_t IntValue = MCE->getValue(); in parseDirectiveValue()
3050 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue()
3052 getStreamer().EmitIntValue(IntValue, Size); in parseDirectiveValue()
3068 APInt IntValue = Asm.getTok().getAPIntVal(); in parseHexOcta() local
3070 if (!IntValue.isIntN(128)) in parseHexOcta()
3072 if (!IntValue.isIntN(64)) { in parseHexOcta()
3073 hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue(); in parseHexOcta()
3074 lo = IntValue in parseHexOcta()
4751 uint64_t IntValue = MCE->getValue(); parseDirectiveDCB() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1657 uint64_t IntValue = MCE->getValue(); in ParseDirectiveWord()
1658 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
1661 getStreamer().EmitIntValue(IntValue, Size); in ParseDirectiveWord()
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h445 const int IntValue() const; ///< Return the value of this attribute, converted to an integer.
H A Dtinyxml.cpp781 const int TiXmlAttribute::IntValue() const in IntValue() function in TiXmlAttribute
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc400 class IntValue { class
403 // IntValue.
404 explicit IntValue(int a_value) : value_(a_value) {} in IntValue() function in testing::gmock_matchers_test::__anon3002::IntValue
413 bool IsPositiveIntValue(const IntValue& foo) { return foo.value() > 0; } in IsPositiveIntValue()
423 Matcher<IntValue> m3 = Truly(IsPositiveIntValue); in TEST()
426 // to IntValue objects, and then tested by the IsPositiveIntValue() in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp706 uint64_t IntValue = MCE->getValue(); in ParseDirectiveFalign() local
707 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue)) in ParseDirectiveFalign()
709 MaxBytesToFill = IntValue; in ParseDirectiveFalign()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1272 int TiXmlAttribute::IntValue() const
H A Dtinyxml.h816 int IntValue() const; ///< Return the value of this attribute, converted to an integer.
823 IntValue() method with richer error checking.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCStreamer.h154 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp69 SDValue IntValue; member
1452 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value);
1486 State.IntValue = DAG.getExtLoad(ISD::EXTLOAD, DL, LoadTy, State.Chain, IntPtr,
1516 EVT IntVT = SignAsInt.IntValue.getValueType();
1518 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue,
1535 EVT MagVT = MagAsInt.IntValue.getValueType();
1537 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, MagVT, MagAsInt.IntValue,
1577 EVT IntVT = ValueAsInt.IntValue.getValueType();
1579 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, IntVT, ValueAsInt.IntValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1729 Value *IntValue = in expandAtomicOpToLibcall() local
1731 Args.push_back(IntValue); in expandAtomicOpToLibcall()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp6830 const uint32_t IntValue = Utils::bitCopy<uint32_t>(Value);
6831 return static_cast<uint64_t>(IntValue);
H A DIceTargetLoweringMIPS32.cpp5707 const uint32_t IntValue = Utils::bitCopy<uint32_t>(Value); in bitcastToUint64() local
5708 return static_cast<uint64_t>(IntValue); in bitcastToUint64()

Completed in 53 milliseconds