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

<<111213141516171819

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 350 if (Function *Callee = II->getCalledFunction())
351 if (Callee->getIntrinsicID() == Intrinsic::donothing) {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 64 // Inserts a simple function that invokes Callee and takes the same arguments:
65 // int Caller(...) { return Callee(...); }
67 Function *insertSimpleCallFunction(Module *M, Function *Callee) {
75 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp 319 CallInst *Builder::CALL(Value *Callee, const std::initializer_list<Value*> &argsList)
324 return CALLA(Callee, args);
328 CallInst *Builder::CALL(Value *Callee, Value* arg)
332 return CALLA(Callee, args);
335 CallInst *Builder::CALL2(Value *Callee, Value* arg1, Value* arg2)
340 return CALLA(Callee, args);
343 CallInst *Builder::CALL3(Value *Callee, Value* arg1, Value* arg2, Value* arg3)
349 return CALLA(Callee, args);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 453 LowerCall(SDValue Chain, SDValue Callee,
468 bool IsEligibleForTailCallOptimization(SDValue Callee,
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 272 MSP430TargetLowering::LowerCall(SDValue Chain, SDValue Callee,
288 return LowerCCCCallTo(Chain, Callee, CallConv, isVarArg, isTailCall,
442 MSP430TargetLowering::LowerCCCCallTo(SDValue Chain, SDValue Callee,
525 // If the callee is a GlobalAddress node (quite common, every direct call is)
528 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
529 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i16);
530 else if (ExternalSymbolSDNode *E = dyn_cast<ExternalSymbolSDNode>(Callee))
531 Callee = DAG.getTargetExternalSymbol(E->getSymbol(), MVT::i16);
537 Ops.push_back(Callee);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Attributes.h 594 bool areInlineCompatible(const Function &Caller, const Function &Callee);
596 /// \brief Merge caller's and callee's attributes.
597 void mergeAttributesForInlining(Function &Caller, const Function &Callee);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 696 bool areInlineCompatible(const Function &Caller, const Function &Callee);
698 /// \brief Merge caller's and callee's attributes.
699 void mergeAttributesForInlining(Function &Caller, const Function &Callee);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 696 bool areInlineCompatible(const Function &Caller, const Function &Callee);
698 /// \brief Merge caller's and callee's attributes.
699 void mergeAttributesForInlining(Function &Caller, const Function &Callee);
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 172 std::string Callee;
175 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
176 : Callee(callee), Args(args) {}
717 Function *CalleeF = TheModule->getFunction(Callee);
720 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 157 std::string Callee;
160 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
161 : Callee(callee), Args(args) {}
699 Function *CalleeF = TheModule->getFunction(Callee);
702 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 593 /// any callee-saved registers, so would require a spill and fill.
612 const Function *Callee) const;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 382 /// callee to reuse the caller's stack, if we could delay the generation of
702 void LowerCallTo(ImmutableCallSite CS, SDValue Callee, bool IsTailCall,
712 unsigned NumArgs, SDValue Callee,
775 void LowerCallSiteWithDeoptBundle(ImmutableCallSite CS, SDValue Callee,
781 void LowerCallSiteWithDeoptBundleImpl(ImmutableCallSite CS, SDValue Callee,
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 179 unsigned getSRetArgSize(SelectionDAG &DAG, SDValue Callee) const;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 152 SDValue LowerCCCCallTo(SDValue Chain, SDValue Callee,
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 79 SDValue Callee = DAG.getExternalSymbol(TLI.getLibcallName(LC),
89 Callee, Args, DAG, Op.getDebugLoc());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 221 Function *Callee = Arg->getParent();
223 unsigned ArgNo = std::distance(Callee->arg_begin(),
228 for (Value::use_iterator UI = Callee->use_begin(), E = Callee->use_end();
323 // would have happened in the callee anyway (ie, there is a load in the entry
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerTracePC.h 56 void HandleCallerCallee(uintptr_t Caller, uintptr_t Callee);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerTracePC.h 56 void HandleCallerCallee(uintptr_t Caller, uintptr_t Callee);
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerTracePC.h 79 void HandleCallerCallee(uintptr_t Caller, uintptr_t Callee);

Completed in 984 milliseconds

<<111213141516171819