Searched refs:FuncTy (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h94 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
102 IsVarArg = FuncTy->isVarArg();
109 NumFixedArgs = FuncTy->getNumParams();
116 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
126 IsVarArg = FuncTy->isVarArg();
133 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DSTLExtras.h194 template <class ItTy, class FuncTy>
195 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
196 return mapped_iterator<ItTy, FuncTy>(I, F);
/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp854 FunctionType *FuncTy = F->getFunctionType(); local
855 Function *FuncWrapper = Function::Create(FuncTy,
/freebsd-11.0-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp134 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); local
137 auto *Func = Function::Create(FuncTy, GlobalValue::ExternalLinkage, Name, M);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1014 FunctionType *FuncTy = cast<FunctionType>(PT->getElementType()); local
1015 Type *RetTy = FuncTy->getReturnType();
1044 CLI.setCallee(RetTy, FuncTy, CI->getCalledValue(), std::move(Args), CS)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp985 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); local
987 CGM.getTypes().arrangeBlockFunctionCall(Args, FuncTy);

Completed in 188 milliseconds