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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; member in class:llvm::FloatStyle
H A DTypeSize.h136 StackOffset(ScalarTy Fixed, ScalarTy Scalable) argument
143 static StackOffset getFixed(ScalarTy Fixed) { return {Fixed, 0}; } argument
145 static StackOffset get(ScalarTy Fixed, ScalarTy Scalable) { argument
423 static TypeSize Fixed(ScalarTy MinVal) { return TypeSize(MinVal, false); } function in class:TypeSize
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp167 auto *Fixed = fixBrTableDefault(MI, MBB, MF); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterferenceCache.h80 LiveRange *Fixed = nullptr; member in struct:llvm::InterferenceCache::Entry::RegUnitInfo
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitCodes.h102 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator in enum:llvm::BitCodeAbbrevOp::Encoding
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp733 bool Fixed = false; local
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h288 Fixed = 0x0010 << 5, // 0010000, Fixed register. member in struct:llvm::rdf::NodeAttrs
/netbsd-current/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc108 struct Fixed { struct

Completed in 278 milliseconds