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

<<1112131415

  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 179 std::string Callee;
182 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
183 : Callee(callee), Args(args) {}
1084 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 679 Constant *Callee = CI->getCalledFunction();
680 if (Callee != SelectorFn && Callee != ExceptionFn
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 541 unsigned getArgumentAlignment(SDValue Callee, const ImmutableCallSite *CS,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 160 // Don't invalidate anything if the callee is marked pure/const.
161 if (const Decl *callee = getDecl())
162 if (callee->hasAttr<PureAttr>() || callee->hasAttr<ConstAttr>())
589 const Expr *Callee = getOriginExpr()->getCallee();
590 const MemRegion *DataReg = getSVal(Callee).getAsRegion();
617 // For blocks converted from a C++ lambda, the callee declaration is the
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 376 Value *Callee = CS.getCalledValue();
386 Builder.CreatePtrToInt(Callee, Builder.getInt64Ty()),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 258 BasicBlock *InnerResumeDest; //< Destination for the callee's resume.
664 /// UpdateCallGraphAfterInlining - Once we have cloned code over from a callee
674 const Function *Callee = CS.getCalledFunction();
675 CallGraphNode *CalleeNode = CG[Callee];
678 // Since we inlined some uninlined call sites in the callee into the caller,
679 // add edges from the caller to all of the callees of the callee.
709 // happens, set the callee of the new call site to a more precise
723 // Update the call graph by deleting the edge from Callee to Caller. We must
724 // do this after the loop above in case Caller and Callee are the same.
767 // pointer inside the callee)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 277 const Function *Callee = II->getCalledFunction();
279 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(0U);
    [all...]
X86ISelDAGToDAG.cpp 499 static bool isCalleeLoad(SDValue Callee, SDValue &Chain, bool HasCallSeq) {
504 if (Callee.getNode() == Chain.getNode() || !Callee.hasOneUse())
506 LoadSDNode *LD = dyn_cast<LoadSDNode>(Callee.getNode());
523 // writes to memory. It's not safe to move the callee (a load) across a store.
527 if (Chain.getOperand(0).getNode() == Callee.getNode())
530 Callee.getValue(1).isOperandOf(Chain.getOperand(0).getNode()) &&
531 Callee.getValue(1).hasOneUse())
    [all...]

Completed in 3087 milliseconds

<<1112131415