Home
last modified time | relevance | path

Searched defs:Limits (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp136 wasm::WasmLimits Limits = {0, 1, 1}; getOrCreateFuncrefCallTableSymbol() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h260 SmallVector<RecordLimit, 2> Limits; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h47 struct Limits { struct
55 Limits TableLimits; argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h146 wasm::WasmLimits Limits = {wasm::WASM_LIMITS_FLAG_NONE, 0, 0}; setTableType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp494 parseLimits(wasm::WasmLimits * Limits) parseLimits() argument
846 wasm::WasmLimits Limits = DefaultLimits(); parseDirective() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp248 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 DWasmYAML.cpp370 void MappingTraits<WasmYAML::Limits>::mapping(IO &IO, in mapping() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h782 typedef std::numeric_limits<IntT> Limits; in toInt() typedef
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h280 WasmLimits Limits; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1239 auto Limits = readLimits(Ctx); parseMemorySection() local