Home
last modified time | relevance | path

Searched refs:funcType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp657 FunctionType *funcType = FunctionType::get(aType, callTypes, false); in optimizeBitInsert() local
662 getOrInsertFunction(llvm::StringRef(name), funcType)); in optimizeBitInsert()
817 FunctionType *funcType = FunctionType::get(aType, callTypes, false); in optimizeBitExtract() local
827 getOrInsertFunction(llvm::StringRef(name), funcType)); in optimizeBitExtract()
1013 FunctionType *funcType = in expandSigned24BitOps() local
1023 getOrInsertFunction(llvm::StringRef(name), funcType)); in expandSigned24BitOps()
1045 FunctionType *funcType = in expandSigned24BitOps() local
1055 getOrInsertFunction(llvm::StringRef(name), funcType)); in expandSigned24BitOps()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp657 FunctionType *funcType = FunctionType::get(aType, callTypes, false); in optimizeBitInsert() local
662 getOrInsertFunction(llvm::StringRef(name), funcType)); in optimizeBitInsert()
817 FunctionType *funcType = FunctionType::get(aType, callTypes, false); in optimizeBitExtract() local
827 getOrInsertFunction(llvm::StringRef(name), funcType)); in optimizeBitExtract()
1013 FunctionType *funcType = in expandSigned24BitOps() local
1023 getOrInsertFunction(llvm::StringRef(name), funcType)); in expandSigned24BitOps()
1045 FunctionType *funcType = in expandSigned24BitOps() local
1055 getOrInsertFunction(llvm::StringRef(name), funcType)); in expandSigned24BitOps()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp341 FunctionType *funcType = in constructFunction() local
345 Function *newFunction = Function::Create(funcType, in constructFunction()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp321 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
554 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() argument
557 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) { in RewriteBlocksInFunctionProtoType()
567 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() argument
568 const PointerType *PT = funcType->getAs<PointerType>(); in CheckFunctionPointerDecl()
569 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl()
2129 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local
2130 assert(funcType && "missing function type"); in RewriteObjCQualifiedInterfaceTypes()
2131 proto = dyn_cast<FunctionProtoType>(funcType); in RewriteObjCQualifiedInterfaceTypes()
2301 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
[all …]
DRewriteModernObjC.cpp396 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
623 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() argument
626 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) { in RewriteBlocksInFunctionProtoType()
636 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() argument
637 const PointerType *PT = funcType->getAs<PointerType>(); in CheckFunctionPointerDecl()
638 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl()
2240 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local
2241 assert(funcType && "missing function type"); in RewriteObjCQualifiedInterfaceTypes()
2242 proto = dyn_cast<FunctionProtoType>(funcType); in RewriteObjCQualifiedInterfaceTypes()
2415 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
[all …]