Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp211 bool IsLowerBound) { in getFunctionCodeSize() argument
212 if (!IsLowerBound && CodeSizeInBytes.has_value()) in getFunctionCodeSize()
225 if (!IsLowerBound) in getFunctionCodeSize()
236 if (IsLowerBound && MI.isInlineAsm()) in getFunctionCodeSize()
H A DSIProgramInfo.h108 bool IsLowerBound = false);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4689 bool IsLowerBound) { in emitOMPArraySectionBase() argument
4692 BaseLVal = CGF.EmitArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()
4725 bool IsLowerBound) { in EmitArraySectionExpr() argument
4737 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitArraySectionExpr()
4838 BaseTy, VLA->getElementType(), IsLowerBound); in EmitArraySectionExpr()
4878 ResultExprTy, IsLowerBound); in EmitArraySectionExpr()
H A DCodeGenFunction.h4399 bool IsLowerBound = true);