HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionType (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/clang/lib/AST/
MangleNumberingContext.cpp 27 QualType Key = Context.getFunctionType(Context.VoidTy, Proto->getArgTypes(),
  /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 48 FunctionType *NewTy = IA->getFunctionType();
52 if (NewTy != IA->getFunctionType())
CloneFunction.cpp 176 FunctionType *FTy = FunctionType::get(F->getFunctionType()->getReturnType(),
177 ArgTypes, F->getFunctionType()->isVarArg());
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 104 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID();
115 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID();
116 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID();
152 Type *ArgType = F.getFunctionType()->getParamType(0);
256 FStub = Function::Create(F.getFunctionType(),
395 (F->getFunctionType(),
  /art/compiler/llvm/
runtime_support_builder_arm.cc 64 InlineAsm* func = InlineAsm::get(ori_func->getFunctionType(), "mov $0, r9", "=r", false);
107 InlineAsm* func = InlineAsm::get(ori_func->getFunctionType(), "mov $0, r9", "=r", true);
runtime_support_builder_x86.cc 47 InlineAsm* func = InlineAsm::get(ori_func->getFunctionType(), inline_asm, "=r", false);
  /external/llvm/lib/IR/
Function.cpp 171 FunctionType *Function::getFunctionType() const {
176 return getFunctionType()->isVarArg();
180 return getFunctionType()->getReturnType();
236 FunctionType *FT = getFunctionType();
249 return getFunctionType()->getNumParams();
252 return getFunctionType()->getNumParams() == 0;
InlineAsm.cpp 46 assert(Verify(getFunctionType(), constraints) &&
55 FunctionType *InlineAsm::getFunctionType() const {
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 228 assert(Fn.getFunctionType()->isVarArg() && "Function isn't varargs!");
251 FunctionType *FTy = Fn.getFunctionType();
357 if (Fn.hasLocalLinkage() && !Fn.getFunctionType()->isVarArg())
475 if (ArgNo >= F->getFunctionType()->getNumParams())
535 != F.getFunctionType()->getReturnType()) {
618 if (F.getFunctionType()->isVarArg()) {
716 FunctionType *FTy = F->getFunctionType();
    [all...]
LoopExtractor.cpp 253 assert(MF->getFunctionType() == F->getFunctionType() && "Wrong function?");
MergeFunctions.cpp 88 FunctionType *FTy = F->getFunctionType();
494 if (!isEquivalentType(F1->getFunctionType(), F2->getFunctionType()))
731 Function *NewG = Function::Create(G->getFunctionType(), G->getLinkage(), "",
738 FunctionType *FFTy = F->getFunctionType();
793 Function *H = Function::Create(F->getFunctionType(), F->getLinkage(), "",
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 396 F->getFunctionType()));
427 I->getFunctionType()));
611 I->getFunctionType()));
811 Function *newMain = Function::Create(oldMain->getFunctionType(),
816 Function *oldMainProto = Function::Create(oldMain->getFunctionType(),
    [all...]
CrashDebugger.cpp 213 assert(CMF->getFunctionType() == Funcs[i]->getFunctionType() && "wrong ty");
  /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 543 QualType MethodTy = Context.getFunctionType(Context.DependentTy, None,
818 FunctionTy = S.Context.getFunctionType(Proto->getResultType(),
826 S.Context.getFunctionType(FunctionPtrTy, None, ExtInfo);
    [all...]
CodeCompleteConsumer.cpp 413 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 333 FunctionType *FTy = F->getFunctionType();
341 return TopTTI->getCallCost(F->getFunctionType(), NumArgs);
  /external/llvm/lib/Target/
Mangler.cpp 230 FunctionType *FT = F->getFunctionType();
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 121 Function *Result = Function::Create(Func->getFunctionType(),
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 231 FunctionType *FTy = F->getFunctionType();
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 882 const FunctionType *getFunctionType() const;
    [all...]

Completed in 484 milliseconds

1 2 3 4