Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h34 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 DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/freebsd/contrib/libdivsufsort/
H A DCHANGELOG.md6 ### Fixed subsection
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp174 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h39 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h80 LiveRange *Fixed = nullptr; member
H A DStackFrameLayoutAnalysisPass.cpp54 Fixed, // a Fixed slot (e.g. arguments passed on the stack) enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h98 bool Fixed = false; // Can be renamed? "Fixed" means "no". member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp731 bool Fixed = false; in runOnLoop() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h291 Fixed = 0x0010 << 5, // 0010000, Fixed register. enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4829 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13294 Expr *Fixed = Res.get(); in resolveAndFixAddressOfSingleOverloadCandidate() local