/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 34 int64_t Fixed = 0; variable 37 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset() 42 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } in getFixed() 44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get()
|
H A D | NativeFormatting.h | 17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFixedPointTest.cpp | 463 APFixedPoint Fixed(TestVal, Src); CheckUnsaturatedConversion() local 472 APFixedPoint Fixed(TestVal, Src); CheckSaturatedConversionMin() local 480 APFixedPoint Fixed(TestVal, Src); CheckSaturatedConversionMax() local 688 APFixedPoint Fixed(255 << 7, getSAccumSema()); TEST() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixBrTableDefaults.cpp | 174 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local
|
/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 39 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | varargs.cpp | 42 enum Fixed : int { Four }; in promotable() enum
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | InterferenceCache.h | 80 LiveRange *Fixed = nullptr; member
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 98 bool Fixed = false; // Can be renamed? "Fixed" means "no". member
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 731 bool Fixed = false; in runOnLoop() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | formatter_float.bench.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IdentifierNamingCheck.cpp | 1099 std::string Fixed = fixupWithCase( in fixupWithStyle() local
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | template_cpp.cc | 108 struct Fixed { struct 116 TupleKindPtr::TupleKindPtr(Fixed) : Base(std::make_shared<TupleKind>("")) in TupleKindPtr() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 291 Fixed = 0x0010 << 5, // 0010000, Fixed register. enumerator
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4825 EnumDecl(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,EnumDecl * PrevDecl,bool Scoped,bool ScopedUsingClassTag,bool Fixed) EnumDecl() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 13318 Expr *Fixed = Res.get(); resolveAndFixAddressOfSingleOverloadCandidate() local
|