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

1 23 4

  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 439 "type mismatch between callee prototype and arguments");
469 NVPTXTargetLowering::getArgumentAlignment(SDValue Callee,
475 GlobalAddressSDNode *Func = dyn_cast<GlobalAddressSDNode>(Callee.getNode());
479 "direct call cannot find callee");
500 SDValue Callee = CLI.Callee;
543 unsigned align = getArgumentAlignment(Callee, CS, Ty, paramCount + 1);
589 unsigned align = getArgumentAlignment(Callee, CS, Ty, paramCount + 1);
820 GlobalAddressSDNode *Func = dyn_cast<GlobalAddressSDNode>(Callee.getNode());
845 retAlignment = getArgumentAlignment(Callee, CS, retTy, 0)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 153 // callee's register window. This function translates registers to the
265 // Integer return values must be sign or zero extended by the callee.
661 SDValue Callee = CLI.Callee;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 701 SDValue Callee = CLI.Callee;
780 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
781 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), DL, PtrVT);
782 Callee = DAG.getNode(SystemZISD::PCREL_WRAPPER, DL, PtrVT, Callee);
783 } else if (ExternalSymbolSDNode *E = dyn_cast<ExternalSymbolSDNode>(Callee)) {
784 Callee = DAG.getTargetExternalSymbol(E->getSymbol(), PtrVT);
785 Callee = DAG.getNode(SystemZISD::PCREL_WRAPPER, DL, PtrVT, Callee);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 53 virtual Value *callOptimizer(Function *Callee, CallInst *CI, IRBuilder<> &B)
157 virtual Value *callOptimizer(Function *Callee, CallInst *CI, IRBuilder<> &B) {
159 FunctionType *FT = Callee->getFunctionType();
180 virtual Value *callOptimizer(Function *Callee, CallInst *CI, IRBuilder<> &B) {
182 FunctionType *FT = Callee->getFunctionType();
203 virtual Value *callOptimizer(Function *Callee, CallInst *CI, IRBuilder<> &B) {
205 FunctionType *FT = Callee->getFunctionType();
227 virtual Value *callOptimizer(Function *Callee, CallInst *CI, IRBuilder<> &B) {
229 StringRef Name = Callee->getName();
230 FunctionType *FT = Callee->getFunctionType()
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 2144 llvm::Value *callee = local
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 210 // Special - Use by a call (callee or argument) is not considered
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp 182 // If we're still at noexcept(true) and there's a nothrow() callee,
    [all...]
SemaOverload.cpp     [all...]
TreeTransform.h 241 /// and will be set by the callee when the number of expansions is known.
242 /// The callee must set this value when \c ShouldExpand is \c true; it may
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 833 milliseconds

1 23 4