Home
last modified time | relevance | path

Searched refs:FixedWidth (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp46 else if (state == FixedWidth || state == ScalableWidth) { in getValueString()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3002 TypeSize FixedWidth = in LoopAccessInfo() local
3004 if (FixedWidth.isNonZero()) { in LoopAccessInfo()
3007 MaxTargetVectorWidthInBits = FixedWidth.getFixedValue() * 2; in LoopAccessInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp159 State = LoopHintAttr::FixedWidth; in handleLoopHintAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp767 case LoopHintAttr::FixedWidth: in push()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4147 ["Enable", "Disable", "Numeric", "FixedWidth",