Home
last modified time | relevance | path

Searched refs:convertToIceType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp107 Func->setReturnType(convertToIceType(F->getReturnType())); in convertFunction()
150 Ice::Type Ty = convertToIceType(CI->getType()); in convertConstant()
153 Ice::Type Type = convertToIceType(CFP->getType()); in convertConstant()
161 return Ctx->getConstantUndef(convertToIceType(CU->getType())); in convertConstant()
184 return mapValueToIceVar(V, convertToIceType(V->getType())); in mapValueToIceVar()
196 Ice::Type convertToIceType(Type *LLVMTy) const { in convertToIceType() function in __anon0674e6300111::LLVM2ICEFunctionConverter
197 Ice::Type IceTy = TypeConverter.convertToIceType(LLVMTy); in convertToIceType()
784 assert(TypeConverter.convertToIceType(Exp->getType()) == in addGlobalInitializer()
866 Converter.convertToIceType(FuncType->getReturnType())); in installGlobalDeclarations()
869 Converter.convertToIceType(FuncType->getParamType(I))); in installGlobalDeclarations()
DIceTypeConverter.h51 Type convertToIceType(llvm::Type *LLVMTy) const { in convertToIceType() function