| /freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.h | 26 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 D | CSKYELFStreamer.cpp | 118 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 D | PatternInit.cpp | 24 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 D | CheckerHelpers.cpp | 137 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 D | BugReporterVisitors.cpp | 3281 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 D | GlobalISelMatchTable.cpp | |
| H A D | GlobalISelMatchTable.h | |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVTargetStreamer.h | 57 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue, 75 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
| H A D | RISCVTargetStreamer.cpp | 52 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 D | RISCVELFStreamer.cpp | 73 unsigned IntValue, in emitIntTextAttribute() argument 75 getStreamer().setAttributeItems(Attribute, IntValue, StringValue, in emitIntTextAttribute()
|
| H A D | RISCVELFStreamer.h | 51 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
| /freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 646 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 D | MCObjectStreamer.cpp | 262 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 D | MCAsmStreamer.cpp | 1350 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 D | MCELFStreamer.h | 106 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 D | ARMELFStreamer.cpp | 92 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 D | ARMTargetStreamer.cpp | 109 unsigned IntValue, in emitIntTextAttribute() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3199 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 D | MasmParser.cpp | 1750 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 D | InterpBuiltin.cpp | 1531 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 D | PPCAsmParser.cpp | 1766 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 D | HexagonAsmParser.cpp | 767 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 D | gmock-matchers-comparisons_test.cc | 401 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 D | LegalizeDAG.cpp | 71 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 D | FileCheck.cpp | 81 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()
|