Home
last modified time | relevance | path

Searched defs:Fixed (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h37 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 DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp171 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitCodes.h39 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterferenceCache.h80 LiveRange *Fixed = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h98 bool Fixed = false; // Can be renamed? "Fixed" means "no". member
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp732 bool Fixed = false; in runOnLoop() local
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dformatter_float.bench.cpp106 Fixed, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h289 Fixed = 0x0010 << 5, // 0010000, Fixed register. enumerator
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4539 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp12741 Expr *Fixed = FixOverloadedFunctionReference(E, DAP, Found); in resolveAndFixAddressOfSingleOverloadCandidate() local