HomeSort by relevance Sort by last modified time
    Searched refs:getRuntimeArrayType (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/rsov/compiler/
GlobalAllocSPIRITPass.cpp 52 auto MetadataBufSTy = m->getRuntimeArrayType(MetadataStructTy);
Wrapper.cpp 41 auto ArrTy = m->getRuntimeArrayType(elementType);
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 51 auto ArrTy = m->getRuntimeArrayType(VF4Ty);
64 auto ArrTy2 = m->getRuntimeArrayType(VF4Ty);
module.h 160 TypeRuntimeArrayInst *getRuntimeArrayType(Instruction *elementType);
413 TypeRuntimeArrayInst *getRuntimeArrayType(Instruction *elementType);
module.cpp 304 TypeRuntimeArrayInst *Module::getRuntimeArrayType(Instruction *elementType) {
305 return getGlobalSection()->getRuntimeArrayType(elementType);
791 GlobalSection::getRuntimeArrayType(Instruction *elemType) {

Completed in 84 milliseconds