HomeSort by relevance Sort by last modified time
    Searched refs:hasStructRetAttr (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/
Argument.h 72 bool hasStructRetAttr() const;
Function.h 269 bool hasStructRetAttr() const {
Instructions.h     [all...]
  /external/llvm/lib/Target/
Mangler.cpp 221 (FT->getNumParams() == 1 && F->hasStructRetAttr())))
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 123 if (MF.getFunction()->hasStructRetAttr()) {
291 if (MF.getFunction()->hasStructRetAttr()) {
402 bool hasStructRetAttr = false;
443 hasStructRetAttr = true;
557 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0;
572 if (hasStructRetAttr)
631 assert(CalleeFn->hasStructRetAttr() &&
    [all...]
  /external/llvm/lib/VMCore/
Function.cpp 112 bool Argument::hasStructRetAttr() const {
Verifier.cpp 648 Assert1(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(),
    [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 242 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 616 if (!A->hasStructRetAttr())
    [all...]
ObjCARC.cpp 180 Arg->hasStructRetAttr())
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 190 milliseconds