Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h26 unsigned IntValue; member
49 Item->IntValue = Value; in setAttributeItem()
72 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems() argument
79 Item->IntValue = IntValue; in setAttributeItems()
85 Contents.push_back({AttributeType::NumericAndText, Attribute, IntValue, in setAttributeItems()
H A DCSKYELFStreamer.cpp118 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
125 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
143 Result += getULEB128Size(item.IntValue); in calculateContentSize()
151 Result += getULEB128Size(item.IntValue); in calculateContentSize()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp24 const uint64_t IntValue = in initializationPatternFor() local
40 return llvm::ConstantInt::get(Ty, IntValue); in initializationPatternFor()
42 Ty, llvm::APInt::getSplat(BitWidth, llvm::APInt(64, IntValue))); in initializationPatternFor()
51 auto *Int = llvm::ConstantInt::get(IntTy, IntValue); in initializationPatternFor()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp137 llvm::APInt IntValue; in tryExpandAsInteger()
139 if (ValueStr.getAsInteger(AutoSenseRadix, IntValue)) in tryExpandAsInteger()
146 IntValue = -IntValue; in tryExpandAsInteger()
149 return IntValue.getSExtValue(); in tryExpandAsInteger()
136 llvm::APInt IntValue; tryExpandAsInteger() local
H A DBugReporterVisitors.cpp3281 std::optional<const llvm::APSInt *> IntValue; in printValue()
3283 IntValue = getConcreteIntegerValue(CondVarExpr, N); in printValue()
3285 if (IsAssuming || !IntValue) {
3292 Out << ((*IntValue)->getBoolValue() ? "true" : "false"); in isPieceMessageGeneric()
3294 Out << **IntValue;
3267 std::optional<const llvm::APSInt *> IntValue; printValue() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp
H A DGlobalISelMatchTable.h
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.h57 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
75 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
H A DRISCVTargetStreamer.cpp52 unsigned IntValue, in setFlagsFromFeatures()
167 unsigned IntValue,
44 emitIntTextAttribute(unsigned Attribute,unsigned IntValue,StringRef StringValue) emitIntTextAttribute() argument
148 emitIntTextAttribute(unsigned Attribute,unsigned IntValue,StringRef StringValue) emitIntTextAttribute() argument
H A DRISCVELFStreamer.cpp73 unsigned IntValue, in emitIntTextAttribute() argument
75 getStreamer().setAttributeItems(Attribute, IntValue, StringValue, in emitIntTextAttribute()
H A DRISCVELFStreamer.h51 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp646 Item->IntValue = Value; in emitBundleAlignMode()
673 void MCELFStreamer::setAttributeItems(unsigned Attribute, unsigned IntValue, in emitBundleUnlock()
681 Item->IntValue = IntValue; in emitBundleUnlock()
688 IntValue, std::string(StringValue)}; in emitBundleUnlock()
709 Result += getULEB128Size(Item.IntValue); in finishImpl()
717 Result += getULEB128Size(Item.IntValue); in finishImpl()
770 emitULEB128IntValue(Item.IntValue); in setAttributeItem()
777 emitULEB128IntValue(Item.IntValue); in setAttributeItems()
776 setAttributeItems(unsigned Attribute,unsigned IntValue,StringRef StringValue,bool OverwriteExisting) setAttributeItems() argument
H A DMCObjectStreamer.cpp262 int64_t IntValue; in emitValueImpl()
263 if (Value->evaluateAsAbsolute(IntValue, getAssemblerPtr())) { in emitValueImpl()
264 emitULEB128IntValue(IntValue); in emitValueImpl()
271 int64_t IntValue; in emitValueImpl()
272 if (Value->evaluateAsAbsolute(IntValue, getAssemblerPtr())) {
273 emitSLEB128IntValue(IntValue); in emitCFILabel()
345 int64_t IntValue; emitULEB128Value() local
354 int64_t IntValue; emitSLEB128Value() local
H A DMCAsmStreamer.cpp1350 int64_t IntValue; in emitValueImpl()
1351 if (!Value->evaluateAsAbsolute(IntValue)) in emitValueImpl()
1368 uint64_t ValueToEmit = IntValue >> (ByteOffset * 8); in emitValueImpl()
1394 int64_t IntValue; in emitSLEB128Value()
1395 if (Value->evaluateAsAbsolute(IntValue)) { in emitSLEB128Value()
1396 emitULEB128IntValue(IntValue); in emitSLEB128Value()
1405 int64_t IntValue; in emitDTPRel64Value()
1406 if (Value->evaluateAsAbsolute(IntValue)) {
1407 emitSLEB128IntValue(IntValue); in emitDTPRel32Value()
1335 int64_t IntValue; emitValueImpl() local
1379 int64_t IntValue; emitULEB128Value() local
1390 int64_t IntValue; emitSLEB128Value() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h106 unsigned IntValue;
116 void setAttributeItems(unsigned Attribute, unsigned IntValue, in emitAttributesSection()
102 unsigned IntValue; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp92 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
222 unsigned IntValue, in emitIntTextAttribute()
227 OS << "\t.eabi_attribute\t" << Attribute << ", " << IntValue; in emitIntTextAttribute()
413 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
804 unsigned IntValue, in emitAttribute()
806 getStreamer().setAttributeItems(Attribute, IntValue, StringValue, in emitTextAttribute()
223 emitIntTextAttribute(unsigned Attribute,unsigned IntValue,StringRef StringValue) emitIntTextAttribute() argument
813 emitIntTextAttribute(unsigned Attribute,unsigned IntValue,StringRef StringValue) emitIntTextAttribute() argument
H A DARMTargetStreamer.cpp109 unsigned IntValue, in emitIntTextAttribute() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3199 uint64_t IntValue = MCE->getValue(); in parseDirectiveValue()
3200 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in parseDirectiveValue()
3202 getStreamer().emitIntValue(IntValue, Size); in parseDirectiveValue()
3216 APInt IntValue = Asm.getTok().getAPIntVal(); in parseHexOcta()
3218 if (!IntValue.isIntN(128)) in parseHexOcta()
3220 if (!IntValue.isIntN(64)) { in parseHexOcta()
3221 hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue(); in parseHexOcta()
3222 lo = IntValue in parseHexOcta()
3197 uint64_t IntValue = MCE->getValue(); parseDirectiveValue() local
3214 APInt IntValue = Asm.getTok().getAPIntVal(); parseHexOcta() local
4908 uint64_t IntValue = MCE->getValue(); parseDirectiveDCB() local
5818 uint64_t IntValue = MCE->getValue(); parseDirectiveMSEmit() local
5834 uint64_t IntValue = MCE->getValue(); parseDirectiveMSAlign() local
[all...]
H A DMasmParser.cpp1750 uint64_t IntValue = 0; in parsePrimaryExpr()
1752 IntValue = (IntValue << 8) | CharVal; in parsePrimaryExpr()
1753 Res = MCConstantExpr::create(IntValue, getContext()); in parsePrimaryExpr()
3645 int64_t IntValue = MCE->getValue(); in emitIntValue()
3646 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in emitIntValue()
3648 getStreamer().emitIntValue(IntValue, Size); in emitIntValue()
3800 APInt IntValue = Asm.getTok().getAPIntVal(); in parseHexOcta()
3802 if (!IntValue in parseHexOcta()
1749 uint64_t IntValue = 0; parsePrimaryExpr() local
3644 int64_t IntValue = MCE->getValue(); emitIntValue() local
3799 APInt IntValue = Asm.getTok().getAPIntVal(); parseHexOcta() local
7147 uint64_t IntValue = MCE->getValue(); parseDirectiveMSEmit() local
7163 uint64_t IntValue = MCE->getValue(); parseDirectiveMSAlign() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp1531 const Pointer &Ptr, const APSInt &IntValue) {
1542 FieldPtr.deref<T>() = T::from(IntValue.getSExtValue()));
933 SetThreeWayComparisonField(InterpState & S,CodePtr OpPC,const Pointer & Ptr,const APSInt & IntValue) SetThreeWayComparisonField() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1766 uint64_t IntValue = MCE->getValue(); in ParseDirectiveWord()
1767 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue)) in ParseDirectiveWord()
1770 getStreamer().emitIntValue(IntValue, Size); in ParseDirectiveWord()
1764 uint64_t IntValue = MCE->getValue(); ParseDirectiveWord() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp767 uint64_t IntValue = MCE->getValue(); in ParseDirectiveComm()
768 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue)) in ParseDirectiveComm()
770 MaxBytesToFill = IntValue; in ParseDirectiveComm()
710 uint64_t IntValue = MCE->getValue(); ParseDirectiveFalign() local
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc401 class IntValue { class
404 // IntValue.
405 explicit IntValue(int a_value) : value_(a_value) {} in IntValue() function in testing::gmock_matchers_test::__anon7dac90070111::IntValue
414 bool IsPositiveIntValue(const IntValue& foo) { return foo.value() > 0; } in IsPositiveIntValue()
424 Matcher<IntValue> m3 = Truly(IsPositiveIntValue); in TEST()
427 // to IntValue objects, and then tested by the IsPositiveIntValue() in TEST()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp71 SDValue IntValue;
1575 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value); in getSignAsIntValue()
1610 State.IntValue = DAG.getExtLoad(ISD::EXTLOAD, DL, LoadTy, State.Chain, IntPtr, in modifySignAsInt()
1640 EVT IntVT = SignAsInt.IntValue.getValueType(); in ExpandFCOPYSIGN()
1642 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN()
1659 EVT MagVT = MagAsInt.IntValue.getValueType(); in ExpandFCOPYSIGN()
1661 SDValue ClearedSign = DAG.getNode(ISD::AND, DL, MagVT, MagAsInt.IntValue, in ExpandFCOPYSIGN()
1699 EVT IntVT = SignAsInt.IntValue.getValueType(); in ExpandFABS()
1704 DAG.getNode(ISD::XOR, DL, IntVT, SignAsInt.IntValue, SignMask); in ExpandFABS()
1724 EVT IntVT = ValueAsInt.IntValue in ExpandDYNAMIC_STACKALLOC()
70 SDValue IntValue; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp81 ExpressionFormat::getMatchingString(APInt IntValue) const { in getMatchingString()
82 if (Value != Kind::Signed && IntValue.isNegative()) in getMatchingString()
88 StringRef SignPrefix = IntValue.isNegative() ? "-" : ""; in getMatchingString()
106 IntValue.abs().toString(AbsoluteValueStr, Radix, /*Signed=*/false, in getMatchingString()

12