Home
last modified time | relevance | path

Searched defs:Quantity (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DCharUnits.h63 static CharUnits fromQuantity(QuantityType Quantity) { in fromQuantity()
69 static CharUnits fromQuantity(llvm::Align Quantity) { in fromQuantity()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DTypeSize.h100 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity()
319 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize()
328 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h120 virtual void EmitNoops(unsigned Quantity) { in EmitNoops()
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DProgressMeter.h38 inline void step(NumTy Quantity) { in step()
/openbsd/src/gnu/llvm/libcxx/benchmarks/
Dalgorithms.partition_point.bench.cpp94 size_t Quantity; member
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp260 unsigned Quantity) { in insertNoopsInBundle()