Searched defs:Fixed (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/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
|
/freebsd/contrib/libdivsufsort/ |
H A D | CHANGELOG.md | 6 ### Fixed subsection
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixBrTableDefaults.cpp | 174 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 39 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterferenceCache.h | 80 LiveRange *Fixed = nullptr; member
|
H A D | StackFrameLayoutAnalysisPass.cpp | 54 Fixed, // a Fixed slot (e.g. arguments passed on the stack) enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 98 bool Fixed = false; // Can be renamed? "Fixed" means "no". member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 731 bool Fixed = false; in runOnLoop() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 291 Fixed = 0x0010 << 5, // 0010000, Fixed register. enumerator
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4829 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 13294 Expr *Fixed = Res.get(); in resolveAndFixAddressOfSingleOverloadCandidate() local
|