Home
last modified time | relevance | path

Searched refs:GetFunctionType (Results 1 – 25 of 67) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_permute_function_parameters.cpp53 const auto* function_type = fuzzerutil::GetFunctionType(ir_context, function); in IsApplicable()
136 fuzzerutil::GetFunctionType(ir_context, function); in Apply()
Dfuzzer_pass_permute_function_parameters.cpp54 fuzzerutil::GetFunctionType(GetIRContext(), &function); in Apply()
Dtransformation_replace_parameter_with_global.cpp160 auto* old_function_type = fuzzerutil::GetFunctionType(ir_context, function); in Apply()
Dtransformation_add_parameter.cpp132 fuzzerutil::GetFunctionType(ir_context, function); in Apply()
Dtransformation_replace_params_with_struct.cpp229 auto* old_function_type = fuzzerutil::GetFunctionType(ir_context, function); in Apply()
Dfuzzer_util.h195 opt::Instruction* GetFunctionType(opt::IRContext* context,
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_permute_function_parameters.cpp53 const auto* function_type = fuzzerutil::GetFunctionType(ir_context, function); in IsApplicable()
136 fuzzerutil::GetFunctionType(ir_context, function); in Apply()
Dfuzzer_pass_permute_function_parameters.cpp54 fuzzerutil::GetFunctionType(GetIRContext(), &function); in Apply()
Dtransformation_replace_parameter_with_global.cpp160 auto* old_function_type = fuzzerutil::GetFunctionType(ir_context, function); in Apply()
Dtransformation_add_parameter.cpp132 fuzzerutil::GetFunctionType(ir_context, function); in Apply()
Dtransformation_replace_params_with_struct.cpp229 auto* old_function_type = fuzzerutil::GetFunctionType(ir_context, function); in Apply()
Dfuzzer_util.h195 opt::Instruction* GetFunctionType(opt::IRContext* context,
/external/clang/lib/CodeGen/
DCGCXX.cpp146 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl); in TryEmitDefinitionAsAlias()
255 FnType = getTypes().GetFunctionType(*FnInfo); in getAddrOfCXXStructor()
322 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FInfo); in BuildAppleKextVirtualDestructorCall()
DCodeGenTypes.h200 llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info);
202 llvm::FunctionType *GetFunctionType(GlobalDecl GD);
DCGObjCRuntime.cpp364 CGM.getTypes().GetFunctionType(signature)->getPointerTo(); in getMessageSendInfo()
378 CGM.getTypes().GetFunctionType(argsInfo)->getPointerTo(); in getMessageSendInfo()
DCGBlocks.cpp993 llvm::Type *BlockFTy = CGM.getTypes().GetFunctionType(FnInfo); in EmitBlockCallExpr()
1185 llvm::FunctionType *fnLLVMType = CGM.getTypes().GetFunctionType(fnInfo); in GenerateBlockFunction()
1339 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateCopyHelperFunction()
1515 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateDestroyHelperFunction()
1799 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI); in generateByrefCopyHelper()
1872 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI); in generateByrefDisposeHelper()
DCGCXXABI.cpp87 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType( in EmitLoadOfMemberFunctionPointer()
DCGOpenMPRuntimeNVPTX.cpp105 CGM.getTypes().GetFunctionType(*CGFI), llvm::GlobalValue::InternalLinkage, in createWorkerFunction()
DCGVTables.cpp153 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FnInfo); in GenerateVarArgsThunk()
403 CGM.getTypes().GetFunctionType(CGM.getTypes().arrangeGlobalDeclaration(GD)); in generateThunk()
/external/llvm-project/clang/lib/CodeGen/
DCGCXX.cpp135 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl); in TryEmitBaseDestructorAsAlias()
238 FnType = getTypes().GetFunctionType(*FnInfo); in getAddrAndTypeOfCXXStructor()
305 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FInfo); in BuildAppleKextVirtualDestructorCall()
DCodeGenTypes.h140 llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info);
142 llvm::FunctionType *GetFunctionType(GlobalDecl GD);
DCGObjCRuntime.cpp370 CGM.getTypes().GetFunctionType(signature)->getPointerTo(); in getMessageSendInfo()
384 CGM.getTypes().GetFunctionType(argsInfo)->getPointerTo(); in getMessageSendInfo()
DCGVTables.cpp166 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FnInfo); in GenerateVarArgsThunk()
460 Ty = CGM.getTypes().GetFunctionType(FnInfo); in generateThunk()
520 llvm::FunctionType *ThunkFnTy = CGM.getTypes().GetFunctionType(FnInfo); in maybeEmitThunk()
DCGCXXABI.cpp52 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType( in EmitLoadOfMemberFunctionPointer()
DCGBlocks.cpp1230 llvm::Type *BlockFTy = CGM.getTypes().GetFunctionType(FnInfo); in EmitBlockCallExpr()
1495 llvm::FunctionType *fnLLVMType = CGM.getTypes().GetFunctionType(fnInfo); in GenerateBlockFunction()
1940 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateCopyHelperFunction()
2135 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateDestroyHelperFunction()
2387 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI); in generateByrefCopyHelper()
2462 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI); in generateByrefDisposeHelper()

123