Home
last modified time | relevance | path

Searched defs:FuncTy (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp229 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createRegisterFunction() local
256 auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false); in createUnregisterFunction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h242 using FuncTy = Error(Module &, MachineFunctionAnalysisManager &); variable
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp219 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction()
H A DWebAssemblyMCInstLower.cpp67 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); in GetGlobalAddressSymbol() local
H A DWebAssemblyFastISel.cpp771 FunctionType *FuncTy = Call->getFunctionType(); in selectCall() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp310 SPIRVType *FuncTy = GR->getOrCreateOpTypeFunctionWithArgs( in lowerFormalArguments() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp107 FunctionType *FuncTy) { in isCallingConvCCompatible()
/openbsd-src/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp143 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp975 FunctionType *FuncTy = fInfo.getFunctionType(*M); in getOrInsertFunction() local
H A DAMDGPULibFunc.h438 FunctionType *FuncTy; variable
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DMiscompilation.cpp873 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp468 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in getFunction() local
H A DCGBlocks.cpp1230 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); in EmitBlockCallExpr() local
H A DCGBuiltin.cpp1779 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in generateBuiltinOSLogHelperFunction() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1110 FunctionType *FuncTy = CI->getFunctionType(); in lowerCall() local
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1713 auto *FuncTy = in getFreshReductionFunc() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6651 FunctionType *&FuncTy) { in resolveFunctionType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp6359 const auto *FuncTy = HandlerParam->getType() in checkSwiftAsyncErrorBlock() local