| /external/clang/lib/AST/ |
| LambdaMangleContext.cpp | 27 Context.getFunctionType(Context.VoidTy,
|
| /external/llvm/lib/ExecutionEngine/Interpreter/ |
| Interpreter.cpp | 87 const unsigned ArgCount = F->getFunctionType()->getNumParams();
|
| ExternalFunctions.cpp | 94 FunctionType *FT = F->getFunctionType(); 185 FunctionType *FTy = F->getFunctionType(); 259 return Fn(F->getFunctionType(), ArgVals);
|
| /external/llvm/lib/Transforms/Utils/ |
| SimplifyLibCalls.cpp | 159 FunctionType *FT = Callee->getFunctionType(); 182 FunctionType *FT = Callee->getFunctionType(); 205 FunctionType *FT = Callee->getFunctionType(); 230 FunctionType *FT = Callee->getFunctionType(); 275 FunctionType *FT = Callee->getFunctionType(); 325 FunctionType *FT = Callee->getFunctionType(); 353 FunctionType *FT = Callee->getFunctionType(); 403 FunctionType *FT = Callee->getFunctionType(); 447 FunctionType *FT = Callee->getFunctionType(); 493 FunctionType *FT = Callee->getFunctionType(); [all...] |
| ValueMapper.cpp | 40 FunctionType *NewTy = IA->getFunctionType(); 44 if (NewTy != IA->getFunctionType())
|
| CloneFunction.cpp | 175 FunctionType *FTy = FunctionType::get(F->getFunctionType()->getReturnType(), 176 ArgTypes, F->getFunctionType()->isVarArg());
|
| /external/llvm/lib/IR/ |
| Function.cpp | 155 FunctionType *Function::getFunctionType() const { 160 return getFunctionType()->isVarArg(); 164 return getFunctionType()->getReturnType(); 220 FunctionType *FT = getFunctionType(); 233 return getFunctionType()->getNumParams(); 236 return getFunctionType()->getNumParams() == 0;
|
| InlineAsm.cpp | 46 assert(Verify(getFunctionType(), constraints) && 55 FunctionType *InlineAsm::getFunctionType() const {
|
| AutoUpgrade.cpp | 34 Type *Arg0Type = F->getFunctionType()->getParamType(0);
|
| /external/llvm/lib/Transforms/IPO/ |
| LoopExtractor.cpp | 253 assert(MF->getFunctionType() == F->getFunctionType() && "Wrong function?");
|
| DeadArgumentElimination.cpp | 226 assert(Fn.getFunctionType()->isVarArg() && "Function isn't varargs!"); 249 FunctionType *FTy = Fn.getFunctionType(); 465 if (ArgNo >= F->getFunctionType()->getNumParams()) 525 != F.getFunctionType()->getReturnType()) { 695 FunctionType *FTy = F->getFunctionType(); [all...] |
| MergeFunctions.cpp | 79 FunctionType *FTy = F->getFunctionType(); 486 if (!isEquivalentType(F1->getFunctionType(), F2->getFunctionType())) 723 Function *NewG = Function::Create(G->getFunctionType(), G->getLinkage(), "", 730 FunctionType *FFTy = F->getFunctionType(); 779 Function *H = Function::Create(F->getFunctionType(), F->getLinkage(), "",
|
| /external/llvm/include/llvm/IR/ |
| InlineAsm.h | 82 /// getFunctionType - InlineAsm's are always pointers to functions. 84 FunctionType *getFunctionType() const;
|
| Function.h | 136 FunctionType *getFunctionType() const; // Return the FunctionType for me
|
| /external/clang/lib/Sema/ |
| SemaLambda.cpp | 456 QualType MethodTy = Context.getFunctionType(Context.DependentTy, 702 S.Context.getFunctionType(Proto->getResultType(), 712 S.Context.getFunctionType(FunctionPtrTy, ArrayRef<QualType>(), ExtInfo); 775 = S.Context.getFunctionType(Proto->getResultType(), 784 QualType ConvTy = S.Context.getFunctionType(BlockPtrTy, ArrayRef<QualType>(), [all...] |
| CodeCompleteConsumer.cpp | 413 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
|
| SemaExceptionSpec.cpp | 207 Context.getFunctionType(NewProto->getResultType(), 232 Context.getFunctionType(NewProto->getResultType(), [all...] |
| /external/llvm/tools/bugpoint/ |
| Miscompilation.cpp | 392 I->getFunctionType())); 576 I->getFunctionType())); 776 Function *newMain = Function::Create(oldMain->getFunctionType(), 781 Function *oldMainProto = Function::Create(oldMain->getFunctionType(), [all...] |
| CrashDebugger.cpp | 215 assert(CMF->getFunctionType() == Funcs[i]->getFunctionType() && "wrong ty");
|
| /external/llvm/lib/Analysis/ |
| TargetTransformInfo.cpp | 318 FunctionType *FTy = F->getFunctionType(); 326 return TopTTI->getCallCost(F->getFunctionType(), NumArgs);
|
| /external/llvm/lib/ExecutionEngine/MCJIT/ |
| MCJIT.cpp | 190 FunctionType *FTy = F->getFunctionType();
|
| /external/llvm/lib/Target/ |
| Mangler.cpp | 219 FunctionType *FT = F->getFunctionType();
|
| /external/llvm/unittests/ExecutionEngine/MCJIT/ |
| MCJITTestBase.h | 179 Function *Result = Function::Create(Func->getFunctionType(),
|
| /external/clang/include/clang/Sema/ |
| CodeCompleteConsumer.h | 889 const FunctionType *getFunctionType() const; [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| TailRecursionElimination.cpp | 164 if (F.getFunctionType()->isVarArg()) return false;
|