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

1 2 3 4

  /external/clang/lib/AST/
MangleNumberingContext.cpp 27 QualType Key = Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(),
  /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/Transforms/Utils/
SimplifyLibCalls.cpp 181 FunctionType *FT = Callee->getFunctionType();
205 FunctionType *FT = Callee->getFunctionType();
229 FunctionType *FT = Callee->getFunctionType();
255 FunctionType *FT = Callee->getFunctionType();
301 FunctionType *FT = Callee->getFunctionType();
352 FunctionType *FT = Callee->getFunctionType();
381 FunctionType *FT = Callee->getFunctionType();
432 FunctionType *FT = Callee->getFunctionType();
477 FunctionType *FT = Callee->getFunctionType();
527 FunctionType *FT = Callee->getFunctionType();
    [all...]
ValueMapper.cpp 48 FunctionType *NewTy = IA->getFunctionType();
52 if (NewTy != IA->getFunctionType())
CloneFunction.cpp 227 FunctionType *FTy = FunctionType::get(F->getFunctionType()->getReturnType(),
228 ArgTypes, F->getFunctionType()->isVarArg());
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 90 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/Target/Mips/
Mips16HardFloat.cpp 107 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID();
118 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID();
119 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID();
155 Type *ArgType = F.getFunctionType()->getParamType(0);
264 FStub = Function::Create(F.getFunctionType(),
451 (F->getFunctionType(),
  /external/llvm/lib/IR/
Mangler.cpp 131 FunctionType *FT = MSFunc->getFunctionType();
InlineAsm.cpp 46 assert(Verify(getFunctionType(), constraints) &&
55 FunctionType *InlineAsm::getFunctionType() const {
Function.cpp 194 FunctionType *Function::getFunctionType() const {
199 return getFunctionType()->isVarArg();
203 return getFunctionType()->getReturnType();
259 FunctionType *FT = getFunctionType();
272 return getFunctionType()->getNumParams();
275 return getFunctionType()->getNumParams() == 0;
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 194 assert(Fn.getFunctionType()->isVarArg() && "Function isn't varargs!");
217 FunctionType *FTy = Fn.getFunctionType();
323 if (Fn.hasLocalLinkage() && !Fn.getFunctionType()->isVarArg())
452 if (ArgNo >= F->getFunctionType()->getNumParams())
518 != F.getFunctionType()->getReturnType()) {
599 if (F.getFunctionType()->isVarArg()) {
697 FunctionType *FTy = F->getFunctionType();
    [all...]
LoopExtractor.cpp 257 assert(MF->getFunctionType() == F->getFunctionType() && "Wrong function?");
MergeFunctions.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 397 F->getFunctionType()));
428 I->getFunctionType()));
612 I->getFunctionType()));
812 Function *newMain = Function::Create(oldMain->getFunctionType(),
817 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 369 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(),
    [all...]
SemaExceptionSpec.cpp 145 FD->setType(Context.getFunctionType(Proto->getReturnType(),
232 QualType NewType = Context.getFunctionType(NewProto->getReturnType(),
253 QualType NewType = Context.getFunctionType(NewProto->getReturnType(),
    [all...]
  /external/llvm/lib/CodeGen/
JumpInstrTables.cpp 165 FunctionType *OrigFunTy = Target->getFunctionType();
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 360 FunctionType *FTy = F->getFunctionType();
368 return TopTTI->getCallCost(F->getFunctionType(), NumArgs);
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 488 FunctionType *FT = F->getFunctionType();
614 buildWrapperFunction(F, "", GA->getLinkage(), F->getFunctionType());
633 FunctionType *FT = F.getFunctionType();
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 881 const FunctionType *getFunctionType() const;
    [all...]

Completed in 797 milliseconds

1 2 3 4