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

  /external/llvm/include/llvm/IR/
Argument.h 79 bool hasStructRetAttr() const;
Function.h 284 bool hasStructRetAttr() const {
Instructions.h     [all...]
  /external/llvm/lib/Target/
Mangler.cpp 223 (FT->getNumParams() == 1 && F->hasStructRetAttr())))
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 304 Arg->hasStructRetAttr())
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 118 if (MF.getFunction()->hasStructRetAttr()) {
287 if (MF.getFunction()->hasStructRetAttr()) {
403 bool hasStructRetAttr = false;
444 hasStructRetAttr = true;
558 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0;
573 if (hasStructRetAttr)
632 assert(CalleeFn->hasStructRetAttr() &&
    [all...]
  /external/llvm/lib/IR/
Function.cpp 119 bool Argument::hasStructRetAttr() const {
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 247 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
ValueTracking.cpp 316 } else if (TD && A->hasStructRetAttr()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 625 if (!A->hasStructRetAttr())
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 428 DAG.getMachineFunction().getFunction()->hasStructRetAttr();
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 820 if (Subtarget->is64Bit() && F.hasStructRetAttr()) {
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 637 milliseconds