Searched defs:Callee (Results 126 - 150 of 160) sorted by relevance

1234567

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h450 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, argument
452 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest,
456 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, argument
459 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Arg1),
462 InvokeInst *CreateInvoke3(Value *Callee, BasicBlock *NormalDest, argument
467 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
471 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, argument
474 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
1119 CallInst *CreateCall(Value *Callee, const Twine &Name = "") { argument
1120 return Insert(CallInst::Create(Callee), Nam
1122 CreateCall(Value *Callee, Value *Arg, const Twine &Name = �) argument
1125 CreateCall2(Value *Callee, Value *Arg1, Value *Arg2, const Twine &Name = �) argument
1130 CreateCall3(Value *Callee, Value *Arg1, Value *Arg2, Value *Arg3, const Twine &Name = �) argument
1135 CreateCall4(Value *Callee, Value *Arg1, Value *Arg2, Value *Arg3, Value *Arg4, const Twine &Name = �) argument
1140 CreateCall5(Value *Callee, Value *Arg1, Value *Arg2, Value *Arg3, Value *Arg4, Value *Arg5, const Twine &Name = �) argument
1146 CreateCall(Value *Callee, ArrayRef<Value *> Args, const Twine &Name = �) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp79 SDValue Callee = DAG.getExternalSymbol(TLI.getLibcallName(LC), local
89 Callee, Args, DAG, Op.getDebugLoc());
1258 SPUTargetLowering::LowerCall(SDValue Chain, SDValue Callee, argument
1366 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
1368 EVT CalleeVT = Callee.getValueType();
1382 Callee = DAG.getNode(SPUISD::AFormAddr, dl, CalleeVT, GA, Zero);
1384 Callee = DAG.getNode(SPUISD::PCRelAddr, dl, CalleeVT, GA, Zero);
1389 Callee = DAG.getNode(SPUISD::IndirectAddr, dl, PtrVT, GA, Zero);
1391 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
1392 EVT CalleeVT = Callee
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp1926 MipsTargetLowering::LowerCall(SDValue InChain, SDValue Callee, argument
2100 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
2102 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl,
2107 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl,
2113 else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
2114 Callee = DAG.getTargetExternalSymbol(S->getSymbol(),
2125 Callee = DAG.getNode(MipsISD::WrapperPIC, dl, MVT::i32, Callee);
2126 SDValue LoadValue = DAG.getLoad(MVT::i32, dl, DAG.getEntryNode(), Callee,
2133 Callee
[all...]
/external/clang/lib/AST/
H A DExpr.cpp1273 const Expr *Callee = getCallee(); local
1274 QualType CalleeType = Callee->getType();
1280 if (isa<CXXPseudoDestructorExpr>(Callee->IgnoreParens()))
1284 CalleeType = Expr::findBoundMemberType(Callee);
H A DExprConstant.cpp317 /// Callee - The function which was called.
318 const FunctionDecl *Callee; member in struct:__anon1119::CallStackFrame
338 const FunctionDecl *Callee, const LValue *This,
963 const FunctionDecl *Callee, const LValue *This,
965 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
1012 if (auto *CD = dyn_cast_or_null<CXXConstructorDecl>(Frame->Callee)) {
1274 bool IsMemberCall = isa<CXXMethodDecl>(Frame->Callee) &&
1275 !isa<CXXConstructorDecl>(Frame->Callee) &&
1276 cast<CXXMethodDecl>(Frame->Callee)
962 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, const FunctionDecl *Callee, const LValue *This, APValue *Arguments) argument
3942 HandleFunctionCall(SourceLocation CallLoc, const FunctionDecl *Callee, const LValue *This, ArrayRef<const Expr*> Args, const Stmt *Body, EvalInfo &Info, APValue &Result, const LValue *ResultSlot) argument
4350 const Expr *Callee = E->getCallee()->IgnoreParens(); local
9800 EvaluateWithSubstitution(APValue &Value, ASTContext &Ctx, const FunctionDecl *Callee, ArrayRef<const Expr*> Args) const argument
[all...]
/external/clang/lib/CodeGen/
H A DCGClass.cpp2149 llvm::Value *Callee = CGM.getAddrOfCXXStructor(D, getFromCtorType(Type)); local
2152 EmitCall(Info, Callee, ReturnValueSlot(), Args, D);
H A DCGBuiltin.cpp329 llvm::Value *Callee = CGF.CGM.getIntrinsic(IntrinsicID, X->getType()); local
330 llvm::Value *Tmp = CGF.Builder.CreateCall(Callee, {X, Y});
7600 llvm::Value *Callee = CGM.getIntrinsic(Intrinsic::amdgcn_div_scale, local
7603 llvm::Value *Tmp = Builder.CreateCall(Callee, {X, Y, Z});
8090 Value *Callee = CGM.getIntrinsic(Intrinsic::wasm_current_memory, ResultType); local
8091 return Builder.CreateCall(Callee);
8095 Value *Callee = CGM.getIntrinsic(Intrinsic::wasm_grow_memory, X->getType()); local
8096 return Builder.CreateCall(Callee, X);
H A DCGExpr.cpp3806 llvm::Value *Callee = EmitScalarExpr(E->getCallee()); local
3807 return EmitCall(E->getCallee()->getType(), Callee, E, ReturnValue,
3984 RValue CodeGenFunction::EmitCall(QualType CalleeType, llvm::Value *Callee, argument
4032 Callee, llvm::PointerType::getUnqual(PrefixStructTy));
4055 "function_type_mismatch", StaticData, Callee); local
4072 llvm::Value *CastedCallee = Builder.CreateBitCast(Callee, Int8PtrTy);
4125 Callee = Builder.CreateBitCast(Callee, CalleeTy, "callee.knr.cast");
4128 return EmitCall(FnInfo, Callee, ReturnValue, Args,
H A DItaniumCXXABI.cpp602 llvm::PHINode *Callee = Builder.CreatePHI(FTy->getPointerTo(), 2); local
603 Callee->addIncoming(VirtualFn, FnVirtual);
604 Callee->addIncoming(NonVirtualFn, FnNonVirtual);
605 return Callee;
1437 llvm::Value *Callee = nullptr; local
1439 Callee = CGF.BuildAppleKextVirtualDestructorCall(DD, Type, DD->getParent());
1441 if (!Callee)
1442 Callee = CGM.getAddrOfCXXStructor(DD, getFromDtorType(Type));
1444 CGF.EmitCXXMemberOrOperatorCall(DD, Callee, ReturnValueSlot(),
1621 llvm::Value *Callee local
[all...]
H A DMicrosoftCXXABI.cpp1487 llvm::Value *Callee = CGM.getAddrOfCXXStructor(DD, getFromDtorType(Type)); local
1496 CGF.EmitCXXDestructorCall(DD, Callee, This.getPointer(),
1843 llvm::Value *Callee = getVirtualFunctionPointer( local
1853 CGF.EmitCXXDestructorCall(Dtor, Callee, This.getPointer(), ImplicitParam,
1948 llvm::Value *Callee = local
1951 CGF.EmitMustTailThunk(MD, getThisValue(CGF), Callee);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1274 const StackFrameContext *Callee = CalleeCtx->getCurrentStackFrame(); local
1275 const Stmt *CallSite = Callee->getCallSite();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp135 SDValue Callee = DAG.getExternalSymbol(getLibcallName(LC), local
142 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) local
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3064 const Value *Callee = CLI.Callee; local
3067 if (!Callee && !Symbol)
3117 if (Callee && !computeCallAddress(Callee, Addr))
3253 const Function *Callee = II->getCalledFunction(); local
3255 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(0U);
3521 const Function *Callee = II->getCalledFunction(); local
3522 auto *Ty = cast<StructType>(Callee->getReturnType());
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp665 SDValue Callee = CLI.Callee; local
672 if (const ExternalSymbolSDNode *G = dyn_cast<ExternalSymbolSDNode>(Callee))
674 else if (const GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp614 const SmallVectorImpl<SDValue> &OutVals, SDValue Callee) const {
665 SDValue Callee = CLI.Callee; local
677 if (GlobalAddressSDNode *GAN = dyn_cast<GlobalAddressSDNode>(Callee)) {
679 Callee = DAG.getTargetGlobalAddress(GV, dl, MVT::i32);
705 isTailCall = IsEligibleForTailCallOptimization(Callee, CallConv,
843 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
844 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, PtrVT);
846 dyn_cast<ExternalSymbolSDNode>(Callee)) {
847 Callee
2961 IsEligibleForTailCallOptimization( SDValue Callee, CallingConv::ID CalleeCC, bool isVarArg, bool isCalleeStructRet, bool isCallerStructRet, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG& DAG) const argument
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2594 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee,
2636 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(CLI.Callee)) {
2661 SDValue Callee = CLI.Callee; local
2676 MipsCCState::getSpecialCallingConvForCallee(Callee.getNode(), Subtarget));
2682 CCInfo.AnalyzeCallOperands(Outs, CC_Mips, CLI.getArgs(), Callee.getNode());
2828 EVT Ty = Callee.getValueType();
2830 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
2836 Callee = getAddrLocal(G, DL, Ty, DAG, ABI.IsN32() || ABI.IsN64());
2838 Callee
2591 getOpndList(SmallVectorImpl<SDValue> &Ops, std::deque< std::pair<unsigned, SDValue> > &RegsToPass, bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage, bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const argument
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp701 static bool hasReturnsTwiceAttr(SelectionDAG &DAG, SDValue Callee, argument
707 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
710 dyn_cast<ExternalSymbolSDNode>(Callee)) {
732 SDValue Callee = CLI.Callee; local
949 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0;
950 bool hasReturnsTwice = hasReturnsTwiceAttr(DAG, Callee, CLI.CS);
956 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
957 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i32, 0, TF);
958 else if (ExternalSymbolSDNode *E = dyn_cast<ExternalSymbolSDNode>(Callee))
2072 SDValue Callee = DAG.getTargetExternalSymbol("__tls_get_addr", PtrVT); local
2181 SDValue Callee = DAG.getExternalSymbol(LibFuncName, PtrVT); local
2253 SDValue Callee = DAG.getExternalSymbol(LibCall, PtrVT); local
[all...]
/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp2651 Ice::Operand *Callee = getOperand(CalleeIndex); local
2689 if (Callee != nullptr)
2690 isValidPointerType(Callee, "Call indirect");
2693 if (Callee == nullptr)
2762 Func.get(), Params.size(), Dest, Callee, IntrinsicInfo->Info));
2764 Instr.reset(Ice::InstCall::create(Func.get(), Params.size(), Dest, Callee,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5611 Expr *Callee = Call->getCallee()->IgnoreParens(); local
5612 QualType T = Callee->getType();
5616 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(Callee))
5618 else if (MemberExpr *Mem = dyn_cast<MemberExpr>(Callee))
6834 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, argument
6838 auto Result = BaseTransform::RebuildCallExpr(Callee, LParenLoc, Args,
6840 if (auto *OE = dyn_cast<OverloadExpr>(Callee)) {
H A DSemaChecking.cpp3229 Expr *Callee = TheCall->getCallee(); local
3231 return Diag(Callee->getLocStart(), diag::err_x86_builtin_32_bit_tgt);
3238 return Diag(Callee->getLocStart(),
8699 if (auto *Callee = Call->getDirectCallee()) {
8700 if (const Attr *A = Callee->getAttr<ReturnsNonNullAttr>()) {
H A DSemaDecl.cpp9296 Expr *Callee = E->getCallee(); local
9298 if (isa<UnresolvedLookupExpr>(Callee))
9301 Visit(Callee);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1803 const Value *Callee(I.getCalledValue());
1804 if (isa<InlineAsm>(Callee))
1807 LowerCallTo(&I, getValue(Callee), false, LandingPad);
5127 void SelectionDAGBuilder::LowerCallTo(ImmutableCallSite CS, SDValue Callee, argument
5240 Callee, Args, DAG, getCurDebugLoc());
5569 SDValue Callee; local
5571 Callee = getValue(I.getCalledValue());
5573 Callee = DAG.getExternalSymbol(RenameFn, TLI.getPointerTy());
5577 LowerCallTo(&I, Callee, I.isTailCall());
6331 SDValue Callee,
6326 LowerCallTo(SDValue Chain, Type *RetTy, bool RetSExt, bool RetZExt, bool isVarArg, bool isInreg, unsigned NumFixedArgs, CallingConv::ID CallConv, bool isTailCall, bool isReturnValueUsed, SDValue Callee, ArgListTy &Args, SelectionDAG &DAG, DebugLoc dl) const argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2293 PPCTargetLowering::IsEligibleForTailCallOptimization(SDValue Callee, argument
2320 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
2533 unsigned PrepareCall(SelectionDAG &DAG, SDValue &Callee, SDValue &InFlag, argument
2549 if (SDNode *Dest = isBLACompatibleAddress(Callee, DAG)) {
2551 Callee = SDValue(Dest, 0);
2555 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
2575 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl,
2576 Callee.getValueType(),
2582 if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
2594 Callee
2731 FinishCall(CallingConv::ID CallConv, DebugLoc dl, bool isTailCall, bool isVarArg, SelectionDAG &DAG, SmallVector<std::pair<unsigned, SDValue>, 8> &RegsToPass, SDValue InFlag, SDValue Chain, SDValue &Callee, int SPDiff, unsigned NumBytes, const SmallVectorImpl<ISD::InputArg> &Ins, SmallVectorImpl<SDValue> &InVals) const argument
2821 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool &isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2844 LowerCall_SVR4(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
3052 LowerCall_Darwin(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
[all...]
/external/clang/include/clang/Sema/
H A DSema.h9116 /// Identifies relative preference of a given Caller/Callee
9118 /// \param Caller function which needs address of \p Callee.
9120 /// \param Callee target function
9122 /// \returns preference value for particular Caller/Callee combination.
9124 const FunctionDecl *Callee);
9126 /// Determines whether Caller may invoke Callee, based on their CUDA
9128 bool CheckCUDATarget(const FunctionDecl *Caller, const FunctionDecl *Callee) { argument
9129 return IdentifyCUDAPreference(Caller, Callee) == CFP_Never;
/external/clang/tools/libclang/
H A DCIndex.cpp5908 const Expr *Callee = OCE->getCallee(); local
5909 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Callee))
5910 Callee = ICE->getSubExpr();
5912 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Callee))

Completed in 890 milliseconds

1234567