Home
last modified time | relevance | path

Searched refs:TypeFunctionInst (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp316 TypeFunctionInst *Module::getFunctionType(Instruction *retType, in getFunctionType()
322 TypeFunctionInst *
351 size_t Module::getSize(TypeFunctionInst *) { in getSize() argument
368 return getSize(static_cast<TypeFunctionInst *>(inst)); in getSize()
813 TypeFunctionInst *GlobalSection::getFunctionType(Instruction *retType, in getFunctionType()
816 return findOrCreate<TypeFunctionInst>( in getFunctionType()
817 [=](TypeFunctionInst *type) -> bool { in getFunctionType()
829 [=]() -> TypeFunctionInst * { in getFunctionType()
830 TypeFunctionInst *funcTy = mBuilder->MakeTypeFunction(retType); in getFunctionType()
Dbuilder.h35 TypeFunctionInst *funcType);
Dbuilder.cpp42 TypeFunctionInst *funcType) { in MakeFunctionDefinition()
Dmodule.h174 TypeFunctionInst *getFunctionType(Instruction *retType,
177 TypeFunctionInst *getFunctionType(Instruction *retType,
186 size_t getSize(TypeFunctionInst *funcTy);
422 TypeFunctionInst *getFunctionType(Instruction *retType,
Dmodule_test.cpp98 EXPECT_EQ(2, countEntity<TypeFunctionInst>(m)); in TEST_F()
/frameworks/rs/rsov/compiler/
DWrapper.cpp88 TypeFunctionInst *FuncTy = m->getFunctionType(VoidTy, nullptr, 0); in AddWrapper()