Searched refs:getConstantComposite (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/rsov/compiler/spirit/ |
D | module.h | 193 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,
|
D | module.cpp | 252 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
|
D | builder_test.cpp | 156 auto ConstOneVF4 = m->getConstantComposite(VF4Ty, ConstOneF, ConstOneF, in TEST()
|
/frameworks/rs/rsov/compiler/ |
D | Wrapper.cpp | 129 m->getConstantComposite(V3UIntTy, ConstOne, ConstOne, ConstOne); in AddWrapper()
|