Searched defs:Fixed (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 37 int64_t Fixed = 0; variable 40 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset() 45 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } in getFixed() 47 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() 331 static constexpr TypeSize Fixed(ScalarTy ExactSize) { in Fixed() function
|
H A D | NativeFormatting.h | 17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixBrTableDefaults.cpp | 171 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 39 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | InterferenceCache.h | 80 LiveRange *Fixed = nullptr; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 98 bool Fixed = false; // Can be renamed? "Fixed" means "no". member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 732 bool Fixed = false; in runOnLoop() local
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | formatter_float.bench.cpp | 106 Fixed, enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 289 Fixed = 0x0010 << 5, // 0010000, Fixed register. enumerator
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Decl.cpp | 4539 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 12741 Expr *Fixed = FixOverloadedFunctionReference(E, DAP, Found); in resolveAndFixAddressOfSingleOverloadCandidate() local
|