Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.td118 def ArrayBase#Index : R600Reg<"ARRAY_BASE", Index>;
153 (add (sequence "ArrayBase%u", 448, 480))> {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4023 static bool IsPreserveAIArrayBase(CodeGenFunction &CGF, const Expr *ArrayBase) { in IsPreserveAIArrayBase() argument
4024 if (!ArrayBase || !CGF.getDebugInfo()) in IsPreserveAIArrayBase()
4034 const Expr *E = ArrayBase->IgnoreImpCasts(); in IsPreserveAIArrayBase()