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 112 bool Argument::hasStructRetAttr() const {
  /external/llvm/include/llvm/
Function.h 269 bool hasStructRetAttr() const {
Instructions.h     [all...]
  /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...]

Completed in 45 milliseconds