| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFixFunctionBitcasts.cpp | 130 FunctionType::param_iterator PI = F->getFunctionType()->param_begin(); in createWrapper() 131 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper() 135 Type *ExpectedRtnType = F->getFunctionType()->getReturnType(); in createWrapper() 138 if ((F->getFunctionType()->getNumParams() != Ty->getNumParams()) || in createWrapper() 139 (F->getFunctionType()->isVarArg() != Ty->isVarArg()) || in createWrapper() 179 Type *ExpectedRtnType = F->getFunctionType()->getReturnType(); in createWrapper() 260 if (shouldFixMainFunction(F.getFunctionType(), MainTy)) { in runOnModule() 262 << *F.getFunctionType() << "\n"); in runOnModule()
|
| D | WebAssemblyAddMissingPrototypes.cpp | 81 unsigned NumParams = F.getFunctionType()->getNumParams(); in runOnModule() 122 NewType = FunctionType::get(F.getFunctionType()->getReturnType(), false); in runOnModule()
|
| D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 453 CalleeFTy = F->getFunctionType(); in getInvokeWrapper() 681 EmLongjmpJmpbufF = Function::Create(LongjmpF->getFunctionType(), in runOnModule() 690 FunctionType *SetjmpFTy = SetjmpF->getFunctionType(); in runOnModule() 773 IRB.CreateCall(II->getFunctionType(), II->getCalledValue(), Args); in runEHOnFunction()
|
| D | WebAssemblyAsmPrinter.cpp | 106 computeSignatureVTs(F.getFunctionType(), F, TM, Params, Results); in EmitEndOfAsmFile() 293 computeSignatureVTs(F.getFunctionType(), F, TM, ParamVTs, ResultVTs); in EmitFunctionBodyStart()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
| D | Coroutines.cpp | 422 Prototype->getFunctionType()->dump(); in buildFrom() 431 Prototype->getFunctionType()->dump(); in buildFrom() 450 Prototype->getFunctionType()->dump(); in buildFrom() 458 Prototype->getFunctionType()->dump(); in buildFrom() 509 Alloc->getFunctionType()->getParamType(0), in emitAlloc() 530 Dealloc->getFunctionType()->getParamType(0)); in emitDealloc() 560 auto FT = F->getFunctionType(); in checkWFRetconPrototype() 578 I->getFunction()->getFunctionType()->getReturnType()) in checkWFRetconPrototype() 596 auto FT = F->getFunctionType(); in checkWFAlloc() 611 auto FT = F->getFunctionType(); in checkWFDealloc()
|
| D | CoroInternal.h | 167 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType() 175 auto FTy = CoroBegin->getFunction()->getFunctionType(); in getRetconResultTypes() 190 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | CallPromotionUtils.cpp | 337 unsigned NumParams = Callee->getFunctionType()->getNumParams(); in isLegalToPromote() 351 Type *FormalTy = Callee->getFunctionType()->getFunctionParamType(I); in isLegalToPromote() 381 if (CS.getFunctionType() == Callee->getFunctionType()) in promoteCall() 389 CS.mutateFunctionType(Callee->getFunctionType()); in promoteCall() 394 auto CalleeType = Callee->getFunctionType(); in promoteCall()
|
| D | FunctionComparator.cpp | 699 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) in cmpInlineAsm() 711 assert(L->getFunctionType() != R->getFunctionType()); in cmpInlineAsm() 823 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) in compareSignature()
|
| D | LowerInvoke.cpp | 56 CallInst::Create(II->getFunctionType(), II->getCalledValue(), in runImpl()
|
| D | InjectTLIMappings.cpp | 81 assert(!CI.getFunctionType()->isVarArg() && in addVariantDeclaration()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | Mips16HardFloat.cpp | 111 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 122 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 123 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID(); in whichFPParamVariantNeeded() 158 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() 271 FStub = Function::Create(F.getFunctionType(), in assureFPCallStub() 420 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() 456 (F->getFunctionType(), in createFPFnStub()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPULibFunc.h | 347 virtual FunctionType *getFunctionType(Module &M) const = 0; 391 FunctionType *getFunctionType(Module &M) const { in getFunctionType() function 392 return Impl->getFunctionType(M); in getFunctionType() 416 FunctionType *getFunctionType(Module &M) const override; 446 FunctionType *getFunctionType(Module &M) const override { return FuncTy; } in getFunctionType() function
|
| D | R600OpenCLImageTypeLoweringPass.cpp | 272 FunctionType *FT = F->getFunctionType(); in addImplicitArgs() 350 M.getOrInsertFunction(NewF->getName(), NewF->getFunctionType(), in transformKernels()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | DeadArgumentElimination.cpp | 124 assert(Fn.getFunctionType()->isVarArg() && "Function isn't varargs!"); in DeleteDeadVarargs() 159 FunctionType *FTy = Fn.getFunctionType(); in DeleteDeadVarargs() 278 if (Fn.hasLocalLinkage() && !Fn.getFunctionType()->isVarArg()) in RemoveDeadArgumentsFromCallers() 442 if (ArgNo >= F->getFunctionType()->getNumParams()) in SurveyUse() 522 != F.getFunctionType()->getReturnType()) { in SurveyFunction() 631 if (F.getFunctionType()->isVarArg() || HasMustTailCallers || in SurveyFunction() 737 FunctionType *FTy = F->getFunctionType(); in RemoveDeadStuffFromFunction() 1096 if (F.getFunctionType()->isVarArg()) in run()
|
| D | MergeFunctions.cpp | 699 NewG = Function::Create(G->getFunctionType(), G->getLinkage(), in writeThunk() 709 FunctionType *FFTy = F->getFunctionType(); in writeThunk() 814 Function *NewF = Function::Create(F->getFunctionType(), F->getLinkage(), in mergeTwoFunctions()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | InlineAsm.cpp | 38 assert(Verify(getFunctionType(), constraints) && in InlineAsm() 56 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() function in InlineAsm
|
| D | AutoUpgrade.cpp | 44 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() 59 Type *LastArgType = F->getFunctionType()->getParamType( in UpgradeX86IntrinsicsWith8BitMask() 60 F->getFunctionType()->getNumParams() - 1); in UpgradeX86IntrinsicsWith8BitMask() 412 if (F->getFunctionType()->getNumParams() == 0) in UpgradeX86IntrinsicFunction() 466 auto Idx = F->getFunctionType()->getParamType(2); in UpgradeX86IntrinsicFunction() 530 auto fArgs = F->getFunctionType()->params(); in UpgradeIntrinsicFunction1() 551 auto fArgs = F->getFunctionType()->params(); in UpgradeIntrinsicFunction1() 633 auto Args = F->getFunctionType()->params(); in UpgradeIntrinsicFunction1() 634 Type *Tys[] = {F->getFunctionType()->getReturnType(), Args[1]}; in UpgradeIntrinsicFunction1() 647 auto Args = F->getFunctionType()->params(); in UpgradeIntrinsicFunction1() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | DerivedTypes.h | 174 template <typename T, typename U = decltype(&T::getFunctionType)> 176 : FnTy(Fn ? Fn->getFunctionType() : nullptr), Callee(Fn) {} in FunctionCallee() 187 FunctionType *getFunctionType() { return FnTy; } in getFunctionType() function
|
| D | Function.h | 163 FunctionType *getFunctionType() const { in getFunctionType() function 168 Type *getReturnType() const { return getFunctionType()->getReturnType(); } in getReturnType() 176 bool isVarArg() const { return getFunctionType()->isVarArg(); } in isVarArg()
|
| D | CallSite.h | 133 cast<CallBase>(getInstruction())->getFunctionType() && in setCalledFunction() 328 FunctionType *getFunctionType() const { in getFunctionType() function 329 CALLSITE_DELEGATE_GETTER(getFunctionType()); in getFunctionType()
|
| D | InlineAsm.h | 78 FunctionType *getFunctionType() const;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Interpreter.cpp | 91 const size_t ArgCount = F->getFunctionType()->getNumParams(); in runFunction()
|
| D | ExternalFunctions.cpp | 104 FunctionType *FT = F->getFunctionType(); in lookupFunction() 194 FunctionType *FTy = F->getFunctionType(); in ffiInvoke() 269 return Fn(F->getFunctionType(), ArgVals); in callExternalFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCLowerMASSVEntries.cpp | 110 MASSVEntryName, Func.getFunctionType(), Func.getAttributes()); in lowerMASSVCall()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | OrcMCJITReplacement.cpp | 32 FunctionType *FTy = F->getFunctionType(); in runFunction()
|