Home
last modified time | relevance | path

Searched refs:getVoidTy (Results 1 – 25 of 113) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp207 IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
209 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy()); in initialize()
211 IRB.getVoidTy()); in initialize()
213 M.getOrInsertFunction("__tsan_ignore_thread_end", Attr, IRB.getVoidTy()); in initialize()
221 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(), in initialize()
225 TsanWrite[i] = M.getOrInsertFunction(WriteName, Attr, IRB.getVoidTy(), in initialize()
230 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
234 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
238 VolatileReadName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
242 VolatileWriteName, Attr, IRB.getVoidTy(), IRB.getPtrTy()); in initialize()
[all …]
H A DGCOVProfiling.cpp687 FunctionType *FTy = FunctionType::get(Builder.getVoidTy(), {}, false); in AddFlushBeforeForkAndExec()
1012 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitGlobalConstructor()
1019 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in emitGlobalConstructor()
1021 FTy = FunctionType::get(Builder.getVoidTy(), {PFTy, PFTy}, false); in emitGlobalConstructor()
1038 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getStartFileFunc()
1049 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitFunctionFunc()
1059 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false); in getEmitArcsFunc()
1065 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getSummaryInfoFunc()
1070 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false); in getEndFileFunc()
1076 FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ct in insertCounterWriteout()
[all...]
H A DAddressSanitizer.cpp1831 M.getOrInsertFunction(kAMDGPUUnreachableName, IRB.getVoidTy()), {}); in genAMDGPUReportBlock()
2202 M.getOrInsertFunction(kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
2204 M.getOrInsertFunction(kAsanUnpoisonGlobalsName, IRB.getVoidTy()); in initializeCallbacks()
2208 kAsanRegisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks()
2210 kAsanUnregisterGlobalsName, IRB.getVoidTy(), IntptrTy, IntptrTy); in initializeCallbacks()
2215 kAsanRegisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
2217 kAsanUnregisterImageGlobalsName, IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
2220 M.getOrInsertFunction(kAsanRegisterElfGlobalsName, IRB.getVoidTy(), in initializeCallbacks()
2223 M.getOrInsertFunction(kAsanUnregisterElfGlobalsName, IRB.getVoidTy(), in initializeCallbacks()
2284 FunctionType::get(Type::getVoidTy(*C), false), in CreateAsanModuleDtor()
[all …]
H A DDataFlowSanitizer.cpp1169 Type::getVoidTy(*Ctx), PointerType::getUnqual(*Ctx), /*isVarArg=*/false); in initializeModule()
1172 FunctionType::get(Type::getVoidTy(*Ctx), DFSanWrapperExternWeakNullArgs, in initializeModule()
1176 DFSanSetLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx), in initializeModule()
1178 DFSanNonzeroLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx), std::nullopt, in initializeModule()
1181 Type::getVoidTy(*Ctx), PointerType::getUnqual(*Ctx), /*isVarArg=*/false); in initializeModule()
1183 FunctionType::get(Type::getVoidTy(*Ctx), PrimitiveShadowTy, in initializeModule()
1187 Type::getVoidTy(*Ctx), DFSanConditionalCallbackOriginArgs, in initializeModule()
1192 FunctionType::get(Type::getVoidTy(*Ctx), DFSanReachesFunctionCallbackArgs, in initializeModule()
1197 Type::getVoidTy(*Ctx), DFSanReachesFunctionCallbackOriginArgs, in initializeModule()
1200 FunctionType::get(Type::getVoidTy(*Ctx), PrimitiveShadowTy, in initializeModule()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp192 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createUnregisterFunction()
199 auto *UnRegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(M), in createUnregisterFunction()
215 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFunction()
221 auto *RegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(M), in createRegisterFunction()
349 Type::getVoidTy(C), in createRegisterGlobalsFunction()
358 FunctionType::get(Type::getVoidTy(C), in createRegisterGlobalsFunction()
367 Type::getVoidTy(C), in createRegisterGlobalsFunction()
374 auto *RegGlobalsTy = FunctionType::get(Type::getVoidTy(C), Int8PtrPtrTy, in createRegisterGlobalsFunction()
520 auto *CtorFuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFatbinFunction()
526 auto *DtorFuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFatbinFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp47 FunctionType::get(Type::getVoidTy(C), {SizePtrTy}, in insertCall()
52 FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C)); in insertCall()
63 Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false)); in insertCall()
H A DModuleUtils.cpp32 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false); in appendToGlobalArray()
184 auto *VoidTy = Type::getVoidTy(M.getContext()); in declareSanitizerInitFunction()
195 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createSanitizerCtor()
240 VersionCheckName, FunctionType::get(IRB.getVoidTy(), {}, false), in createSanitizerCtorAndInitFunctions()
263 Ctor->getReturnType() == Type::getVoidTy(M.getContext())) in getOrCreateSanitizerCtorAndInitFunctions()
389 FunctionType::get(Type::getVoidTy(Ctx), false), Function::InternalLinkage, in lowerGlobalIFuncUsersAsGlobalCtor()
H A DSanitizerStats.cpp57 FunctionType *StatReportTy = FunctionType::get(B.getVoidTy(), PtrTy, false); in create()
78 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish()
H A DLowerGlobalDtors.cpp135 FunctionType::get(Type::getVoidTy(C), AtExitFuncArgs, in runImpl()
187 FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C), in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCtorDtorLowering.cpp38 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createInitOrFiniKernelFunction()
106 auto *CallBackTy = FunctionType::get(IRB.getVoidTy(), {}); in createInitOrFiniCalls()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp87 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck()
114 "__cfi_check_fail", Type::getVoidTy(Ctx), PointerType::getUnqual(Ctx), in buildCFICheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerUnreachable.cpp137 FunctionType *ExitFTy = FunctionType::get(Type::getVoidTy(C), false); in runOnFunction()
H A DNVPTXCtorDtorLowering.cpp98 FunctionType::get(Type::getVoidTy(M.getContext()), false), in createInitOrFiniKernelFunction()
166 auto *CallBackTy = FunctionType::get(IRB.getVoidTy(), {}); in createInitOrFiniCalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp38 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp36 AnyResumeFnPtrTy(FunctionType::get(Type::getVoidTy(Context), Int8Ptr, in Lowerer()
131 auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy, in lowerCoroNoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp55 Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp194 return Type::getVoidTy(Ctx); in getTypeFromParameterKind()
288 return Type::getVoidTy(Ctx); in getOverloadTy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp77 return Type::getVoidTy(Ctx); in inferScalarTypeForRecipe()
221 return Type::getVoidTy(Ctx); in inferScalarTypeForRecipe()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp226 FTy = FunctionType::get(Type::getVoidTy(Ctx), false); in InsertUnwindResumeCalls()
232 FTy = FunctionType::get(Type::getVoidTy(Ctx), PointerType::getUnqual(Ctx), in InsertUnwindResumeCalls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp243 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildPointerValidatorFunc()
267 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildObjectCheckerFunc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp52 FunctionType::get(Type::getVoidTy(C), AsmArgTypes, false); in emitInlineAsm()
382 Type *MyVoid = Type::getVoidTy(C); in fixupFPReturnAndCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp922 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Ret, in ReturnInst()
932 : Instruction(Type::getVoidTy(C), Instruction::Ret, in ReturnInst()
944 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Resume, in ResumeInst()
950 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
983 : Instruction(Type::getVoidTy(CleanupPad->getContext()), in CleanupReturnInst()
999 : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst()
1007 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
1121 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr, in UnreachableInst()
1135 : Instruction(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst()
1144 : Instruction(Type::getVoidTy(IfTrue->getContext()), Instruction::Br, in BranchInst()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp69 Type::getVoidTy(MContext), in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h127 auto *Type = FunctionType::get(Type::getVoidTy(Ctx), false); in createThunkFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEABIPass.cpp63 FunctionType::get(Builder.getVoidTy(), {}, /*IsVarArgs=*/false); in emitTPIDR2Save()

12345