| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 2081 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2083 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2085 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2087 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2089 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2091 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2093 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2095 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); in WriteDeclAbbrevs() 2242 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Used in WriteDeclAbbrevs() 2259 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 11)); // IDNS in WriteDeclAbbrevs() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | NativeFormatTests.cpp | 103 EXPECT_EQ("1.10", format_number(1.1, FloatStyle::Fixed)); in TEST() 104 EXPECT_EQ("1.34", format_number(1.34, FloatStyle::Fixed)); in TEST() 105 EXPECT_EQ("1.34", format_number(1.344, FloatStyle::Fixed)); in TEST() 106 EXPECT_EQ("1.35", format_number(1.346, FloatStyle::Fixed)); in TEST() 125 FloatStyle::Fixed)); in TEST() 127 FloatStyle::Fixed)); in TEST() 129 FloatStyle::Fixed)); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | ReleaseNotes.rst | 104 - Fixed background-indexing priority for M1 chips. 197 - Fixed a false positive in :doc:`bugprone-branch-clone 201 - Fixed some false positives in :doc:`bugprone-infinite-loop 204 - Fixed a crash in :doc:`bugprone-sizeof-expression 208 - Fixed bugs in :doc:`bugprone-use-after-move 241 - Fixed a crash in :doc:`llvmlibc-callee-namespace 245 - Fixed false positives in :doc:`misc-redundant-expression 250 - Fixed a false positive involving assignments in 253 - Fixed a false positive in :doc:`misc-unused-parameters 258 - Fixed false positives in :doc:`misc-unused-using-decls [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | MachineValueType.h | 903 case v1i1: return TypeSize::Fixed(1); in getSizeInBits() 906 case v2i1: return TypeSize::Fixed(2); in getSizeInBits() 909 case v4i1: return TypeSize::Fixed(4); in getSizeInBits() 913 case v8i1: return TypeSize::Fixed(8); in getSizeInBits() 922 case v1f16: return TypeSize::Fixed(16); in getSizeInBits() 936 case v1i32: return TypeSize::Fixed(32); in getSizeInBits() 946 case v3bf16: return TypeSize::Fixed(48); in getSizeInBits() 958 case v1f64: return TypeSize::Fixed(64); in getSizeInBits() 968 case f80 : return TypeSize::Fixed(80); in getSizeInBits() 970 case v3f32: return TypeSize::Fixed(96); in getSizeInBits() [all …]
|
| H A D | TypeSize.h | 136 StackOffset(ScalarTy Fixed, ScalarTy Scalable) 137 : LinearPolyBase<StackOffset>({Fixed, Scalable}) {} 143 static StackOffset getFixed(ScalarTy Fixed) { return {Fixed, 0}; } 145 static StackOffset get(ScalarTy Fixed, ScalarTy Scalable) { 146 return {Fixed, Scalable}; 441 static TypeSize Fixed(ScalarTy MinVal) { return TypeSize(MinVal, false); }
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 677 return TypeSize::Fixed(getPointerSizeInBits(0)); in getTypeSizeInBits() 679 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits() 687 return TypeSize::Fixed( in getTypeSizeInBits() 690 return TypeSize::Fixed(Ty->getIntegerBitWidth()); in getTypeSizeInBits() 693 return TypeSize::Fixed(16); in getTypeSizeInBits() 695 return TypeSize::Fixed(32); in getTypeSizeInBits() 698 return TypeSize::Fixed(64); in getTypeSizeInBits() 701 return TypeSize::Fixed(128); in getTypeSizeInBits() 703 return TypeSize::Fixed(8192); in getTypeSizeInBits() 707 return TypeSize::Fixed(80); in getTypeSizeInBits()
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | ChangeLog | 5 Fixed a bug in mp_int_div() which would yield incorrect quotients 19 Fixed a couple of bugs in pi.c that were causing incorrect values 29 Fixed a bug in s_reduce() which would give incorrect results for 47 Fixed a sign-related bug in mp_int_invmod(). 58 Fixed s_print() and s_print_buf() to handle the sizes of digits 111 Fixed a small buffer-overrun in s_qmul(). Because it only 136 Fixed a bug with leading zeroes after the decimal point in the 172 Fixed a bug in s_udiv(), internal to imath.c, which caused 189 Dropped bugfix component of revision number. Fixed rsakey.c 233 Fixed a bug found by the Samba team running Valgrind on the [all …]
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 416 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID. in AddSourceLocationAbbrev() 417 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. in AddSourceLocationAbbrev() 418 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. in AddSourceLocationAbbrev() 419 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset; in AddSourceLocationAbbrev() 443 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in EmitBlockInfoBlock() 463 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. in EmitBlockInfoBlock() 473 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // Text size. in EmitBlockInfoBlock() 488 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size. in EmitBlockInfoBlock() 497 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Size. in EmitBlockInfoBlock() 499 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size. in EmitBlockInfoBlock() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 57 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaBlockInfo() 58 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Type. in setupMetaBlockInfo() 69 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaRemarkVersion() 134 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Type in setupRemarkBlockInfo() 149 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line in setupRemarkBlockInfo() 150 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column in setupRemarkBlockInfo() 176 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line in setupRemarkBlockInfo() 177 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column in setupRemarkBlockInfo()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.cpp | 115 RegUnits.back().Fixed = &LIS->getRegUnit(*Units); in reset() 141 RUI.FixedI = RUI.Fixed->find(Start); in update() 147 if (RUI.FixedI != RUI.Fixed->end()) in update() 148 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update() 178 LiveInterval::const_iterator E = RegUnits[i].Fixed->end(); in update() 233 LiveRange *LR = RegUnits[i].Fixed; in update()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.h | 85 : std::pair<IndexType,IndexType>(Start, End), Fixed(F), TiedEnd(T) {} 98 bool Fixed = false; // Can be renamed? "Fixed" means "no". member 110 void add(IndexType Start, IndexType End, bool Fixed, bool TiedEnd) { in add() 111 push_back(IndexRange(Start, End, Fixed, TiedEnd)); in add()
|
| H A D | HexagonBlockRanges.cpp | 71 if (A.Fixed) in merge() 72 Fixed = true; in merge() 128 add(AS, BS, A.Fixed, false); in addsub() 134 add(BS, AE, A.Fixed, false); in addsub() 136 add(BE, AE, A.Fixed, false); in addsub() 508 if (IR.Fixed) in operator <<()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Type.cpp | 166 case Type::HalfTyID: return TypeSize::Fixed(16); in getPrimitiveSizeInBits() 167 case Type::BFloatTyID: return TypeSize::Fixed(16); in getPrimitiveSizeInBits() 168 case Type::FloatTyID: return TypeSize::Fixed(32); in getPrimitiveSizeInBits() 169 case Type::DoubleTyID: return TypeSize::Fixed(64); in getPrimitiveSizeInBits() 170 case Type::X86_FP80TyID: return TypeSize::Fixed(80); in getPrimitiveSizeInBits() 171 case Type::FP128TyID: return TypeSize::Fixed(128); in getPrimitiveSizeInBits() 172 case Type::PPC_FP128TyID: return TypeSize::Fixed(128); in getPrimitiveSizeInBits() 173 case Type::X86_MMXTyID: return TypeSize::Fixed(64); in getPrimitiveSizeInBits() 174 case Type::X86_AMXTyID: return TypeSize::Fixed(8192); in getPrimitiveSizeInBits() 176 return TypeSize::Fixed(cast<IntegerType>(this)->getBitWidth()); in getPrimitiveSizeInBits() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | varargs.cpp | 42 enum Fixed : int { Four }; in promotable() enum 43 (void)__builtin_va_arg(ap, Fixed); // ok in promotable()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixBrTableDefaults.cpp | 171 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local 172 if (Fixed != nullptr) { in runOnMachineFunction() 173 MBBSet.erase(Fixed); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | P10InstrResources.td | 478 // 20 Cycles Scalar Fixed-Point Divide operations, 2 input operands 498 // 25 Cycles Scalar Fixed-Point Divide operations, 2 input operands 525 // 27 Cycles Scalar Fixed-Point Divide operations, 2 input operands 533 // 41 Cycles Scalar Fixed-Point Divide operations, 2 input operands 552 // 43 Cycles Scalar Fixed-Point Divide operations, 2 input operands 559 // 47 Cycles Scalar Fixed-Point Divide operations, 2 input operands 566 // 54 Cycles Scalar Fixed-Point Divide operations, 2 input operands 573 // 60 Cycles Scalar Fixed-Point Divide operations, 2 input operands 594 // 5 Cycles Fixed-Point and BCD operations, 1 input operands 603 // 5 Cycles Fixed-Point and BCD operations, 2 input operands [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitstream/ |
| H A D | BitCodes.h | 39 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator 70 case Fixed: in hasEncodingData()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | BitcodeWriter.cpp | 42 llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, in BoolAbbrev() 49 llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, in IntAbbrev() 56 llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, in SymbolIDAbbrev() 60 llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, in SymbolIDAbbrev() 67 llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, in StringAbbrev() 78 llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, in LocationAbbrev() 81 llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, in LocationAbbrev() 84 llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, in LocationAbbrev()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1252 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo() 1263 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo() 1269 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo() 1717 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in createDILocationAbbrev() 1732 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in createGenericDINodeAbbrev() 1734 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in createGenericDINodeAbbrev() 1780 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in createMetadataStringsAbbrev() 1819 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in writeModuleMetadata() 1949 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in writeConstants() 1955 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7)); in writeConstants() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | SelectionDAGAddressAnalysisTest.cpp | 108 TypeSize Offset = TypeSize::Fixed(0); in TEST_F() 131 TypeSize Offset = TypeSize::Fixed(0); in TEST_F() 160 TypeSize Offset0 = TypeSize::Fixed(0); in TEST_F() 219 TypeSize Offset = TypeSize::Fixed(0); in TEST_F() 285 TypeSize Offset0 = TypeSize::Fixed(0); in TEST_F() 326 TypeSize Offset0 = TypeSize::Fixed(0); in TEST_F() 361 TypeSize Offset0 = TypeSize::Fixed(0); in TEST_F()
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | template_cpp.h | 14 struct Fixed; 23 TupleKindPtr(Fixed);
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 180 static void output(const FixedSizeHex<N> &Fixed, void *, raw_ostream &OS) { in output() 181 OS << toHex(makeArrayRef(Fixed.Storage)); in output() 184 static StringRef input(StringRef Scalar, void *, FixedSizeHex<N> &Fixed) { in input() 191 copy(fromHex(Scalar), Fixed.Storage); in input() 217 static void output(const FixedSizeString<N> &Fixed, void *, raw_ostream &OS) { in output() 218 OS << StringRef(Fixed.Storage, N); in output() 221 static StringRef input(StringRef Scalar, void *, FixedSizeString<N> &Fixed) { in input() 226 copy(Scalar, Fixed.Storage); in input()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | APFixedPointTest.cpp | 383 APFixedPoint Fixed(TestVal, Src); in CheckUnsaturatedConversion() local 385 ASSERT_EQ(Fixed.convert(Dst), Expected); in CheckUnsaturatedConversion() 392 APFixedPoint Fixed(TestVal, Src); in CheckSaturatedConversionMin() local 393 ASSERT_EQ(Fixed.convert(Dst), APFixedPoint::getMin(Dst)); in CheckSaturatedConversionMin() 400 APFixedPoint Fixed(TestVal, Src); in CheckSaturatedConversionMax() local 401 ASSERT_EQ(Fixed.convert(Dst), APFixedPoint::getMax(Dst)); in CheckSaturatedConversionMax() 608 APFixedPoint Fixed(255 << 7, getSAccumSema()); in TEST() local 609 ASSERT_TRUE(Fixed.getValue().isSigned()); in TEST() 610 APFixedPoint UFixed = Fixed.convert(getUSAccumSema()); in TEST()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | index.rst | 88 | Old Directory | - Fixed Stream Index 0 | - Previous MSF Stream Directory | 90 | PDB Stream | - Fixed Stream Index 1 | - Basic File Information | 94 | TPI Stream | - Fixed Stream Index 2 | - CodeView Type Records | 97 | DBI Stream | - Fixed Stream Index 3 | - Module/Compiland Information | 105 | IPI Stream | - Fixed Stream Index 4 | - CodeView Type Records |
|
| /llvm-project-15.0.7/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 79 case BitCodeAbbrevOp::Fixed: in readAbbreviatedField() 164 case BitCodeAbbrevOp::Fixed: in skipRecord() 300 case BitCodeAbbrevOp::Fixed: in readRecord() 398 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord() 404 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord()
|