Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h63 static CharUnits fromQuantity(QuantityType Quantity) { in fromQuantity()
69 static CharUnits fromQuantity(llvm::Align Quantity) { in fromQuantity()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h97 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity()
339 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize()
342 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h120 virtual void EmitNoops(unsigned Quantity) { in EmitNoops()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp264 unsigned Quantity) { in insertNoopsInBundle()