Searched refs:getFunctionType (Results 1 - 25 of 99) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp88 const size_t ArgCount = F->getFunctionType()->getNumParams();
H A DExternalFunctions.cpp94 FunctionType *FT = F->getFunctionType();
183 FunctionType *FTy = F->getFunctionType();
257 return Fn(F->getFunctionType(), ArgVals);
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp111 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID();
122 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID();
123 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID();
159 Type *ArgType = F.getFunctionType()->getParamType(0);
276 FStub = Function::Create(F.getFunctionType(),
472 (F->getFunctionType(),
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp33 FunctionType *FTy = F->getFunctionType();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp130 FunctionType *FT = F->getFunctionType();
195 FunctionType *FT = Callee->getFunctionType();
243 FunctionType *FT = Callee->getFunctionType();
285 FunctionType *FT = Callee->getFunctionType();
331 FunctionType *FT = Callee->getFunctionType();
366 FunctionType *FT = Callee->getFunctionType();
407 FunctionType *FT = Callee->getFunctionType();
490 Type *PT = Callee->getFunctionType()->getParamType(0);
535 Type *PT = Callee->getFunctionType()->getParamType(0);
544 FunctionType *FT = Callee->getFunctionType();
[all...]
H A DValueMapper.cpp65 FunctionType *NewTy = IA->getFunctionType();
69 if (NewTy != IA->getFunctionType())
476 FunctionType *FTy = CS.getFunctionType();
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DInlineAsm.cpp45 assert(Verify(getFunctionType(), constraints) &&
54 FunctionType *InlineAsm::getFunctionType() const { function in class:InlineAsm
H A DMangler.cpp161 FunctionType *FT = MSFunc->getFunctionType();
H A DFunction.cpp227 FunctionType *Function::getFunctionType() const { return Ty; } function in class:Function
230 return getFunctionType()->isVarArg();
234 return getFunctionType()->getReturnType();
286 FunctionType *FT = getFunctionType();
299 return getFunctionType()->getNumParams();
302 return getFunctionType()->getNumParams() == 0;
H A DAutoUpgrade.cpp40 Type *Arg0Type = F->getFunctionType()->getParamType(0);
55 Type *LastArgType = F->getFunctionType()->getParamType(
56 F->getFunctionType()->getNumParams() - 1);
98 auto fArgs = F->getFunctionType()->params();
119 auto fArgs = F->getFunctionType()->params();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp187 assert(Fn.getFunctionType()->isVarArg() && "Function isn't varargs!");
222 FunctionType *FTy = Fn.getFunctionType();
337 if (Fn.hasLocalLinkage() && !Fn.getFunctionType()->isVarArg())
493 if (ArgNo >= F->getFunctionType()->getNumParams())
567 != F.getFunctionType()->getReturnType()) {
648 if (F.getFunctionType()->isVarArg()) {
746 FunctionType *FTy = F->getFunctionType();
1106 if (F.getFunctionType()->isVarArg())
H A DLoopExtractor.cpp259 assert(MF->getFunctionType() == F->getFunctionType() && "Wrong function?");
H A DMergeFunctions.cpp1089 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType()))
1231 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType()))
1688 Function *NewG = Function::Create(G->getFunctionType(), G->getLinkage(), "",
1695 FunctionType *FFTy = F->getFunctionType();
1741 Function *H = Function::Create(F->getFunctionType(), F->getLinkage(), "",
/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp387 MisCompFunctions.emplace_back(F->getName(), F->getFunctionType());
412 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType());
584 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType());
779 Function::Create(oldMain->getFunctionType(),
783 Function *oldMainProto = Function::Create(oldMain->getFunctionType(),
854 FunctionType *FuncTy = F->getFunctionType();
881 PointerType::getUnqual(F->getFunctionType()),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumCXXABI.cpp67 Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(),
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DMemoryLocation.cpp99 FunctionType *MemsetType = MS->getFunctionType();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp109 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
128 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLImageTypeLoweringPass.cpp257 FunctionType *FT = F->getFunctionType();
335 M.getOrInsertFunction(NewF->getName(), NewF->getFunctionType(),
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DCallSite.h291 FunctionType *getFunctionType() const { function in class:llvm::CallSiteBase
292 CALLSITE_DELEGATE_GETTER(getFunctionType());
H A DInlineAsm.h79 /// getFunctionType - InlineAsm's are always pointers to functions.
81 FunctionType *getFunctionType() const;
H A DFunction.h123 FunctionType *getFunctionType() const; // Return the FunctionType for me
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h385 FunctionType *FTy = F->getFunctionType();
395 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp370 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(),
848 Context.getFunctionType(DefaultTypeForNoTrailingReturn, None, EPI);
1167 S.Context.getFunctionType(CallOpProto->getReturnType(),
1179 S.Context.getFunctionType(PtrToFunctionTy, None, ConvExtInfo);
1338 QualType FunctionTy = S.Context.getFunctionType(
1346 QualType ConvTy = S.Context.getFunctionType(BlockPtrTy, None, ConversionEPI);
H A DCodeCompleteConsumer.cpp409 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { function in class:CodeCompleteConsumer::OverloadCandidate
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h871 const FunctionType *getFunctionType() const;

Completed in 297 milliseconds

1234