HomeSort by relevance Sort by last modified time
    Searched refs:setCallee (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 46 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 54 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY),
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 41 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY),
XCoreISelLowering.cpp 495 CLI.setDebugLoc(DL).setChain(Chain).setCallee(
558 CLI.setDebugLoc(dl).setChain(Chain).setCallee(
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 94 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
116 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
140 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
151 CallLoweringInfo &setCallee(const DataLayout &DL, MCContext &Ctx,
156 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 120 .setCallee(
ARMISelLowering.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 250 CE->setCallee(calleeNew);
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 89 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
X86ISelDAGToDAG.cpp 664 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 703 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs);
708 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee(
714 return setCallee(CC, ResultTy, Sym, std::move(ArgsList), FixedArgs);
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeTypes.cpp     [all...]
TargetLowering.cpp 115 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0)
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 582 void setCallee(const CallEnter &CE, const SourceManager &SM);
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 903 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE,
    [all...]
BugReporter.cpp 607 C->setCallee(*CE, SMgr);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 233 BuiltinCall->setCallee(Builtin);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 625 E->setCallee(Reader.ReadSubExpr());
    [all...]

Completed in 493 milliseconds

1 2