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

  /external/llvm/lib/VMCore/
Function.cpp 114 bool Argument::hasStructRetAttr() const {
  /external/llvm/include/llvm/
Function.h 269 bool hasStructRetAttr() const {
Instructions.h     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 122 if (MF.getFunction()->hasStructRetAttr()) {
290 if (MF.getFunction()->hasStructRetAttr()) {
401 bool hasStructRetAttr = false;
442 hasStructRetAttr = true;
556 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0;
571 if (hasStructRetAttr)
630 assert(CalleeFn->hasStructRetAttr() &&
    [all...]

Completed in 116 milliseconds