Home
last modified time | relevance | path

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

/freebsd-src/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() argument
42 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } in getFixed() argument
44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() argument
[all...]
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/freebsd-src/contrib/libdivsufsort/
H A DCHANGELOG.md6 ### Fixed subsection
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp172 auto *Fixed = fixBrTableDefault(MI, MBB, MF); runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h39 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h80 LiveRange *Fixed = nullptr; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h98 bool Fixed = false; // Can be renamed? "Fixed" means "no". member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp731 bool Fixed = false; in runOnLoop() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h291 Fixed = 0x0010 << 5, // 0010000, Fixed register. enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4781 EnumDecl(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,EnumDecl * PrevDecl,bool Scoped,bool ScopedUsingClassTag,bool Fixed) EnumDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13247 Expr *Fixed = Res.get(); resolveAndFixAddressOfSingleOverloadCandidate() local