Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.td118 def ArrayBase#Index : R600Reg<"ARRAY_BASE", Index>;
153 (add (sequence "ArrayBase%u", 448, 480))> {
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2014638 (deferred_thunks): Change from ArrayBase<> to vec<> type.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3625 static bool IsPreserveAIArrayBase(CodeGenFunction &CGF, const Expr *ArrayBase) { in IsPreserveAIArrayBase() argument
3626 if (!ArrayBase || !CGF.getDebugInfo()) in IsPreserveAIArrayBase()
3636 const Expr *E = ArrayBase->IgnoreImpCasts(); in IsPreserveAIArrayBase()