HomeSort by relevance Sort by last modified time
    Searched refs:Callee (Results 51 - 75 of 467) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
181 /// \brief Get an InlineCost with the callee explicitly specified.
183 /// pointer. This behaves exactly as the version with no explicit callee
187 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
194 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
185 /// \brief Get an InlineCost with the callee explicitly specified.
187 /// pointer. This behaves exactly as the version with no explicit callee
191 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
198 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
InlineCost.h 124 /// The default threshold to start with for a callee.
185 /// \brief Get an InlineCost with the callee explicitly specified.
187 /// pointer. This behaves exactly as the version with no explicit callee
191 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
198 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
InlineCost.h 131 /// The default threshold to start with for a callee.
198 /// \brief Get an InlineCost with the callee explicitly specified.
200 /// pointer. This behaves exactly as the version with no explicit callee
204 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
211 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
InlineCost.h 131 /// The default threshold to start with for a callee.
198 /// \brief Get an InlineCost with the callee explicitly specified.
200 /// pointer. This behaves exactly as the version with no explicit callee
204 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
211 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
InlineCost.h 131 /// The default threshold to start with for a callee.
198 /// \brief Get an InlineCost with the callee explicitly specified.
200 /// pointer. This behaves exactly as the version with no explicit callee
204 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
211 bool isInlineViable(Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
InlineCost.h 131 /// The default threshold to start with for a callee.
198 /// \brief Get an InlineCost with the callee explicitly specified.
200 /// pointer. This behaves exactly as the version with no explicit callee
204 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
211 bool isInlineViable(Function &Callee);
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 11 // call-graph, turning invoke instructions into calls, iff the callee cannot
131 if (Function *Callee = CI->getCalledFunction()) {
132 CallGraphNode *CalleeNode = CG[Callee];
133 // If the callee is outside our current SCC then we may throw
250 const Function *Callee = CS.getCalledFunction();
251 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
253 else if (!Callee->isIntrinsic())
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 179 // callee isn't.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 227 SDValue Callee = Node->getOperand(1);
231 if ((isa<GlobalAddressSDNode>(Callee)) ||
232 (isa<ExternalSymbolSDNode>(Callee)))
238 SDValue Ops[] = { Callee, GPReg, Chain };
247 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Callee, InFlag);
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 58 MipsCCState::getSpecialCallingConvForCallee(const SDNode *Callee,
63 dyn_cast<const GlobalAddressSDNode>(Callee)) {
79 originalTypeIsF128(CLI.RetTy, CLI.Callee.getNode()));
Mips16ISelLowering.h 50 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.h 74 CallInst *CALL(Value *Callee, const std::initializer_list<Value*> &args);
76 CallInst *CALL(Value *Callee) { return CALLA(Callee); }
77 CallInst *CALL(Value *Callee, Value* arg);
78 CallInst *CALL2(Value *Callee, Value* arg1, Value* arg2);
79 CallInst *CALL3(Value *Callee, Value* arg1, Value* arg2, Value* arg3);
  /external/llvm/lib/Target/NVPTX/
NVVMIntrRange.cpp 85 if (Function *Callee = Call->getCalledFunction()) {
86 switch (Callee->getIntrinsicID()) {
  /external/llvm/lib/Transforms/Scalar/
ADCE.cpp 69 if (Function *Callee = CI->getCalledFunction())
70 if (Callee->getName().equals(getInstrProfValueProfFuncName()))
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 92 Function *Callee = CS.getCalledFunction();
93 if (!Callee || !Callee->isDeclaration())
95 return Callee;
108 const Function *Callee = getCalledFunction(V, LookThroughBitCast);
109 if (!Callee)
119 Callee->hasFnAttribute(Attribute::AllocSize)) {
120 Attribute Attr = Callee->getFnAttribute(Attribute::AllocSize);
125 Result.NumParams = Callee->getNumOperands();
132 StringRef FnName = Callee->getName()
    [all...]
InlineCost.cpp 104 /// Number of bytes allocated statically by the callee.
147 /// attributes since these can be more precise than the ones on the callee
151 /// Return true if the given value is known non null within the callee if
155 /// Update Threshold based on callsite properties such as callee
156 /// attributes and callee hotness for PGO builds. The Callee is explicitly
159 void updateThreshold(CallSite CS, Function &Callee);
161 /// Return true if size growth is allowed when inlining the callee at CS.
207 ProfileSummaryInfo *PSI, Function &Callee, int Threshold,
209 : TTI(TTI), ACT(ACT), PSI(PSI), F(Callee), CandidateCS(CSArg)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelLowering.h 67 LowerCall(SDValue Chain, SDValue Callee,
  /external/llvm/include/llvm/CodeGen/
FastISel.h 75 const Value *Callee;
95 Callee(nullptr), Symbol(nullptr), CS(nullptr), Call(nullptr),
102 Callee = Target;
125 Callee = Call.getCalledValue();
148 Callee = Target;
577 const Value *Callee, bool ForceRetVoidTy,
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 344 const Function *Callee = CI->getCalledFunction();
345 assert(Callee && "Cannot lower an indirect call!");
348 switch (Callee->getIntrinsicID()) {
351 Callee->getName() + "'!");
354 Callee->getName()+"'!");
419 << (Callee->getIntrinsicID() == Intrinsic::stacksave ?
422 if (Callee->getIntrinsicID() == Intrinsic::stacksave)
437 << (Callee->getIntrinsicID() == Intrinsic::returnaddress ?
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 344 const Function *Callee = CI->getCalledFunction();
345 assert(Callee && "Cannot lower an indirect call!");
348 switch (Callee->getIntrinsicID()) {
351 Callee->getName() + "'!");
354 Callee->getName()+"'!");
419 << (Callee->getIntrinsicID() == Intrinsic::stacksave ?
422 if (Callee->getIntrinsicID() == Intrinsic::stacksave)
430 << (Callee->getIntrinsicID() == Intrinsic::returnaddress ?
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.h 125 SDValue LowerCCCCallTo(SDValue Chain, SDValue Callee,
155 LowerCall(SDValue Chain, SDValue Callee,
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.h 94 SDValue LowerCCCCallTo(SDValue Chain, SDValue Callee,
124 LowerCall(SDValue Chain, SDValue Callee,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 450 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
452 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest,
456 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
459 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Arg1),
462 InvokeInst *CreateInvoke3(Value *Callee, BasicBlock *NormalDest,
467 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
471 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
474 return Insert(InvokeInst::Create(Callee, NormalDest, UnwindDest, Args),
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 132 std::string Callee;
136 CallExprAST(const std::string &Callee,
138 : Callee(Callee), Args(std::move(Args)) {}

Completed in 631 milliseconds

1 23 4 5 6 7 8 91011>>