Home
last modified time | relevance | path

Searched defs:getPointerType (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTypes.cpp176 Type getPointerType() { return TargetLowering::getPointerType(); } in getPointerType() function
DIceTargetLowering.cpp302 ::Ice::Type TargetLowering::getPointerType() { in getPointerType() function in Ice::TargetLowering
DIceTargetLoweringARM32.h71 static ::Ice::Type getPointerType() { return ::Ice::IceType_i32; } in getPointerType() function
DIceTargetLoweringMIPS32.h46 static ::Ice::Type getPointerType() { return ::Ice::IceType_i32; } in getPointerType() function
DIceTargetLoweringX8664.cpp64 ::Ice::Type getPointerType() { in getPointerType() function
338 ::Ice::Type TargetX8664::getPointerType() { return ::Ice::IceType_i64; } in getPointerType() function in Ice::X8664::TargetX8664
DIceTargetLoweringX8632.cpp65 ::Ice::Type getPointerType() { return ::Ice::Type::IceType_i32; } in getPointerType() function
329 Type TargetX8632::getPointerType() { return IceType_i32; } in getPointerType() function in Ice::X8632::TargetX8632
DIceTargetLoweringMIPS32.cpp56 ::Ice::Type getPointerType() { in getPointerType() function
DIceTargetLoweringARM32.cpp61 ::Ice::Type getPointerType() { in getPointerType() function
/external/clang/include/clang/AST/
DASTContext.h1059 CanQualType getPointerType(CanQualType T) const { in getPointerType() function
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1909 SpvId SPIRVCodeGenerator::getPointerType(const Type& type, StorageClass storageClass) { in getPointerType() function in SkSL::SPIRVCodeGenerator
1916 SpvId SPIRVCodeGenerator::getPointerType(const Type& type, in getPointerType() function in SkSL::SPIRVCodeGenerator
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp86 Ice::Type getPointerType(Ice::Type elementType) in getPointerType() function
1972 Type *Nucleus::getPointerType(Type *ElementType) in getPointerType() function in rr::Nucleus
DLLVMReactor.cpp1672 Type *Nucleus::getPointerType(Type *ElementType) in getPointerType() function in rr::Nucleus
/external/clang/lib/AST/
DASTContext.cpp2345 QualType ASTContext::getPointerType(QualType T) const { in getPointerType() function in ASTContext