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

1 2

  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 51 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 46 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY),
XCoreISelLowering.cpp 498 .setCallee(CallingConv::C, IntPtrTy,
560 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
    [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(CallingConv::ID CC, Type *ResultTy,
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 192 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMSET),
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 96 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
X86ISelDAGToDAG.cpp 574 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()),
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 583 void setCallee(const CallEnter &CE, const SourceManager &SM);
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 699 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs);
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
TargetLowering.cpp 111 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0)
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 905 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 199 BuiltinCall->setCallee(Builtin);
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 596 E->setCallee(Reader.ReadSubExpr());
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 1206 milliseconds

1 2