Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h97 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity() argument
326 TypeSize(ScalarTy Quantity,bool Scalable) TypeSize() argument
329 get(ScalarTy Quantity,bool Scalable) get() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h120 virtual void EmitNoops(unsigned Quantity) { in EmitNoops()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp263 insertNoopsInBundle(MachineInstr * MI,const SIInstrInfo & TII,unsigned Quantity) insertNoopsInBundle() argument