Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp43 static cl::opt<unsigned> GPSize variable
105 ((AccessSize == 0) || (Size == 0) || (Size > GPSize)) in HexagonMCEmitCommonSymbol()
128 if ((AccessSize) && (Size <= GPSize)) { in HexagonMCEmitCommonSymbol()
130 (AccessSize <= GPSize) in HexagonMCEmitCommonSymbol()