Searched defs:Limits (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyUtilities.cpp | 136 wasm::WasmLimits Limits = {0, 1, 1}; getOrCreateFuncrefCallTableSymbol() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.h | 260 SmallVector<RecordLimit, 2> Limits; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 47 struct Limits { struct 55 Limits TableLimits; argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 146 wasm::WasmLimits Limits = {wasm::WASM_LIMITS_FLAG_NONE, 0, 0}; setTableType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 494 parseLimits(wasm::WasmLimits * Limits) parseLimits() argument 846 wasm::WasmLimits Limits = DefaultLimits(); parseDirective() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 248 WaitcntBrackets(const GCNSubtarget * SubTarget,InstCounterType MaxCounter,HardwareLimits Limits,RegisterEncoding Encoding,const unsigned * WaitEventMaskForInst,InstCounterType SmemAccessCounter) WaitcntBrackets() argument 410 HardwareLimits Limits = {}; global() member in __anon17cfcc830211::WaitcntBrackets 2473 HardwareLimits Limits = {}; runOnMachineFunction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 370 void MappingTraits<WasmYAML::Limits>::mapping(IO &IO, in mapping() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 782 typedef std::numeric_limits<IntT> Limits; in toInt() typedef
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 280 WasmLimits Limits; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1239 auto Limits = readLimits(Ctx); parseMemorySection() local
|