Home
last modified time | relevance | path

Searched refs:BaseSize (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValueSymbolTable.cpp45 unsigned BaseSize = UniqueName.size(); in makeUniqueName() local
48 UniqueName.resize(BaseSize); in makeUniqueName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h315 TypeSize BaseSize = getSizeInBits(); in getStoreSize() local
316 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-traits.h21 #define DECLARE_OPERAND_TYPE_INFO(Name, Scalable, Unsigned, BaseSize) \ argument
26 static const OperandSize kUnscaledSize = BaseSize; \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h455 TypeSize BaseSize = getTypeSizeInBits(Ty); in getTypeStoreSize() local
456 return { (BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable() }; in getTypeStoreSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp467 uint64_t BaseSize = MemoryLocation::UnknownSize; in visitMemoryReference() local
473 BaseSize = DL->getTypeAllocSize(ATy); in visitMemoryReference()
483 BaseSize = DL->getTypeAllocSize(GTy); in visitMemoryReference()
493 BaseSize == MemoryLocation::UnknownSize || in visitMemoryReference()
494 (Offset >= 0 && Offset + Size <= BaseSize), in visitMemoryReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h842 TypeSize BaseSize = getSizeInBits(); in getStoreSize() local
843 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1580 size_t BaseSize = 0; in getOptionWidth() local
1582 BaseSize = std::max(BaseSize, getOption(i).size() + 8); in getOptionWidth()
1583 return BaseSize; in getOptionWidth()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1925 size_t BaseSize = 0; in getOptionWidth() local
1927 BaseSize = std::max(BaseSize, getOption(i).size() + 8); in getOptionWidth()
1928 return BaseSize; in getOptionWidth()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1032 Optional<uint64_t> BaseSize = getTypeSize(BaseType, PointerSize); in getTypeSize() local
1033 if (!BaseSize) in getTypeSize()
1035 uint64_t Size = *BaseSize; in getTypeSize()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp73324 struct BaseSize { struct
73333 constexpr BaseSize() : width(0), height(0) {} in BaseSize() argument
73334 constexpr BaseSize(T aWidth, T aHeight) : width(aWidth), height(aHeight) {} in BaseSize() argument
73411 const BaseSize<T, Sub>& aSize) { in operator <<()
74703 public BaseSize< int32_t, IntSizeTyped<units> >,
74709 typedef BaseSize< int32_t, IntSizeTyped<units> > Super;
74750 public BaseSize< F, SizeTyped<units, F> >,
74755 typedef BaseSize< F, SizeTyped<units, F> > Super;
74811 struct nsSize : public mozilla::gfx::BaseSize<nscoord, nsSize> {
74812 typedef mozilla::gfx::BaseSize<nscoord, nsSize> Super;
[all …]