Searched defs:Fixed (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; member in class:llvm::FloatStyle
H A DTypeSize.h34 int64_t Fixed = 0; member in class:llvm::StackOffset
37 StackOffset(int64_t Fixed, int64_t Scalable) argument
42 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } argument
44 static StackOffset get(int64_t Fixed, int64_t Scalable) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h39 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator in enum:llvm::BitCodeAbbrevOp::Encoding
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp172 auto *Fixed = fixBrTableDefault(MI, MBB, MF); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h98 bool Fixed = false; // Can be renamed? "Fixed" means "no". member in class:llvm::HexagonBlockRanges::IndexType::IndexRange
110 void add(IndexType Start, IndexType End, bool Fixed, bool TiedEnd) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp180 static void output(const FixedSizeHex<N> &Fixed, void *, raw_ostream &OS) { argument
184 static StringRef input(StringRef Scalar, void *, FixedSizeHex<N> &Fixed) { argument
217 static void output(const FixedSizeString<N> &Fixed, void *, raw_ostream &OS) { argument
221 static StringRef input(StringRef Scalar, void *, FixedSizeString<N> &Fixed) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h80 LiveRange *Fixed = nullptr; member in struct:llvm::InterferenceCache::Entry::RegUnitInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp731 bool Fixed = false; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h291 Fixed = 0x0010 << 5, // 0010000, Fixed register. member in struct:llvm::rdf::NodeAttrs

Completed in 235 milliseconds