Home
last modified time | relevance | path

Searched refs:IntValue (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
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/
DARMELFStreamer.cpp93 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
206 unsigned IntValue, in emitIntTextAttribute() argument
211 OS << "\t.eabi_attribute\t" << Attribute << ", " << IntValue; in emitIntTextAttribute()
284 unsigned IntValue; member
326 Item->IntValue = Value; in setAttributeItem()
361 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems() argument
368 Item->IntValue = IntValue; in setAttributeItems()
377 IntValue, in setAttributeItems()
405 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
784 unsigned IntValue, in emitIntTextAttribute() argument
[all …]
DARMTargetStreamer.cpp108 unsigned IntValue, in emitIntTextAttribute() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
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()
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; in EmitULEB128Value() local
1036 if (Value->evaluateAsAbsolute(IntValue)) { in EmitULEB128Value()
1037 EmitULEB128IntValue(IntValue); in EmitULEB128Value()
1046 int64_t IntValue; in EmitSLEB128Value() local
1047 if (Value->evaluateAsAbsolute(IntValue)) { in EmitSLEB128Value()
1048 EmitSLEB128IntValue(IntValue); in EmitSLEB128Value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3049 uint64_t IntValue = MCE->getValue(); in parseDirectiveValue() local
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.getLoBits(64).getZExtValue(); in parseHexOcta()
3077 lo = IntValue.getZExtValue(); in parseHexOcta()
4751 uint64_t IntValue = MCE->getValue(); in parseDirectiveDCB() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1657 uint64_t IntValue = MCE->getValue(); in ParseDirectiveWord() local
1658 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
1661 getStreamer().EmitIntValue(IntValue, Size); in ParseDirectiveWord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
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/googletest/googlemock/test/
Dgmock-matchers-comparisons_test.cc400 class IntValue { class
404 explicit IntValue(int a_value) : value_(a_value) {} in IntValue() function in testing::gmock_matchers_test::__anon45b33e170111::IntValue
413 bool IsPositiveIntValue(const IntValue& foo) { return foo.value() > 0; } in IsPositiveIntValue()
423 Matcher<IntValue> m3 = Truly(IsPositiveIntValue); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp69 SDValue IntValue; member
1452 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value); in getSignAsIntValue()
1486 State.IntValue = DAG.getExtLoad(ISD::EXTLOAD, DL, LoadTy, State.Chain, IntPtr, in getSignAsIntValue()
1516 EVT IntVT = SignAsInt.IntValue.getValueType(); in ExpandFCOPYSIGN()
1518 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN()
1535 EVT MagVT = MagAsInt.IntValue.getValueType(); in ExpandFCOPYSIGN()
1537 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, MagVT, MagAsInt.IntValue, in ExpandFCOPYSIGN()
1577 EVT IntVT = ValueAsInt.IntValue.getValueType(); in ExpandFABS()
1579 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, IntVT, ValueAsInt.IntValue, in ExpandFABS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h154 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1729 Value *IntValue = in expandAtomicOpToLibcall() local
1731 Args.push_back(IntValue); in expandAtomicOpToLibcall()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h816 int IntValue() const; ///< Return the value of this attribute, converted to an integer.
Dtinyxml.cpp1272 int TiXmlAttribute::IntValue() const in IntValue() function in TiXmlAttribute
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5707 const uint32_t IntValue = Utils::bitCopy<uint32_t>(Value); in bitcastToUint64() local
5708 return static_cast<uint64_t>(IntValue); in bitcastToUint64()
DIceTargetLoweringARM32.cpp6830 const uint32_t IntValue = Utils::bitCopy<uint32_t>(Value); in bitcastToUint64() local
6831 return static_cast<uint64_t>(IntValue); in bitcastToUint64()