Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h35 int64_t Fixed = 0; variable
38 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset()
43 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } in getFixed()
45 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get()
H A DNativeFormatting.h18 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/freebsd/contrib/libdivsufsort/
H A DCHANGELOG.md6 ### Fixed subsection
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h37 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
/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/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp84 if (const APInt *Fixed = CR.getSingleElement()) { in getVFFromIndVar() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h80 LiveRange *Fixed = nullptr; member
H A DStackFrameLayoutAnalysisPass.cpp55 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.cpp725 bool Fixed = false; in runOnLoop() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h79 enum class Kind { Hash, Random, Fixed, None, Invalid }; enumerator
/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/ByteCode/
H A DInterp.h2541 const auto &Fixed = S.Stk.pop<FixedPoint>(); in CastFixedPointFloating() local
2550 const auto &Fixed = S.Stk.pop<FixedPoint>(); in CastFixedPointIntegral() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4940 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp14049 Expr *Fixed = Res.get(); in resolveAndFixAddressOfSingleOverloadCandidate() local