Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.h193 ConstantCompositeInst *getConstantComposite(TypeVectorInst *type,
197 getConstantComposite(Instruction *type,
199 ConstantCompositeInst *getConstantComposite(Instruction *type,
202 ConstantCompositeInst *getConstantComposite(TypeVectorInst *type,
206 ConstantCompositeInst *getConstantComposite(TypeVectorInst *type,
402 ConstantCompositeInst *getConstantComposite(TypeVectorInst *type,
Dmodule.cpp252 ConstantCompositeInst *Module::getConstantComposite(TypeVectorInst *type, in getConstantComposite() function in android::spirit::Module
255 return getGlobalSection()->getConstantComposite(type, components, width); in getConstantComposite()
258 ConstantCompositeInst *Module::getConstantComposite(TypeVectorInst *type, in getConstantComposite() function in android::spirit::Module
265 return getConstantComposite(type, comps, 3); in getConstantComposite()
268 ConstantCompositeInst *Module::getConstantComposite(TypeVectorInst *type, in getConstantComposite() function in android::spirit::Module
276 return getConstantComposite(type, comps, 4); in getConstantComposite()
675 GlobalSection::getConstantComposite(TypeVectorInst *type, in getConstantComposite() function in android::spirit::GlobalSection
Dbuilder_test.cpp156 auto ConstOneVF4 = m->getConstantComposite(VF4Ty, ConstOneF, ConstOneF, in TEST()
/frameworks/rs/rsov/compiler/
DWrapper.cpp129 m->getConstantComposite(V3UIntTy, ConstOne, ConstOne, ConstOne); in AddWrapper()