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

1 2 3 4 5

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 88 const size_t ArgCount = F->getFunctionType()->getNumParams();
ExternalFunctions.cpp 94 FunctionType *FT = F->getFunctionType();
183 FunctionType *FTy = F->getFunctionType();
257 return Fn(F->getFunctionType(), ArgVals);
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 111 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(),
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp 33 FunctionType *FTy = F->getFunctionType();
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 132 FunctionType *FT = F->getFunctionType();
197 FunctionType *FT = Callee->getFunctionType();
245 FunctionType *FT = Callee->getFunctionType();
287 FunctionType *FT = Callee->getFunctionType();
332 FunctionType *FT = Callee->getFunctionType();
367 FunctionType *FT = Callee->getFunctionType();
408 FunctionType *FT = Callee->getFunctionType();
491 Type *PT = Callee->getFunctionType()->getParamType(0);
536 Type *PT = Callee->getFunctionType()->getParamType(0);
545 FunctionType *FT = Callee->getFunctionType();
    [all...]
ValueMapper.cpp 65 FunctionType *NewTy = IA->getFunctionType();
69 if (NewTy != IA->getFunctionType())
467 FunctionType *FTy = CS.getFunctionType();
  /external/llvm/lib/IR/
InlineAsm.cpp 45 assert(Verify(getFunctionType(), constraints) &&
54 FunctionType *InlineAsm::getFunctionType() const {
Mangler.cpp 161 FunctionType *FT = MSFunc->getFunctionType();
Function.cpp 227 FunctionType *Function::getFunctionType() const { return Ty; }
230 return getFunctionType()->isVarArg();
234 return getFunctionType()->getReturnType();
286 FunctionType *FT = getFunctionType();
299 return getFunctionType()->getNumParams();
302 return getFunctionType()->getNumParams() == 0;
    [all...]
AutoUpgrade.cpp 40 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();
    [all...]
ConstantsContext.h 418 FTy(Asm->getFunctionType()), HasSideEffects(Asm->hasSideEffects()),
433 FTy == Asm->getFunctionType();
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 187 assert(Fn.getFunctionType()->isVarArg() && "Function isn't varargs!");
222 FunctionType *FTy = Fn.getFunctionType();
337 if (Fn.hasLocalLinkage() && !Fn.getFunctionType()->isVarArg())
489 if (ArgNo >= F->getFunctionType()->getNumParams())
563 != F.getFunctionType()->getReturnType()) {
644 if (F.getFunctionType()->isVarArg()) {
742 FunctionType *FTy = F->getFunctionType();
    [all...]
LoopExtractor.cpp 259 assert(MF->getFunctionType() == F->getFunctionType() && "Wrong function?");
MergeFunctions.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 387 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(),
    [all...]
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 67 Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(),
  /external/llvm/include/llvm/IR/
InlineAsm.h 79 /// getFunctionType - InlineAsm's are always pointers to functions.
81 FunctionType *getFunctionType() const;
CallSite.h 240 FunctionType *getFunctionType() const {
241 CALLSITE_DELEGATE_GETTER(getFunctionType());
  /external/llvm/lib/Analysis/
MemoryLocation.cpp 99 FunctionType *MemsetType = MS->getFunctionType();
  /frameworks/compile/libbcc/lib/Renderscript/
RSX86CallConvPass.cpp 113 llvm::FunctionType *FTy = OrigFn->getFunctionType();
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 101 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
120 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUOpenCLImageTypeLoweringPass.cpp 257 FunctionType *FT = F->getFunctionType();
335 M.getOrInsertFunction(NewF->getName(), NewF->getFunctionType(),
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 378 FunctionType *FTy = F->getFunctionType();
388 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
  /external/clang/lib/Sema/
SemaLambda.cpp 369 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(),
    [all...]
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 167 clang::QualType T = mASTCtxt.getFunctionType(

Completed in 545 milliseconds

1 2 3 4 5