Searched defs:hasStructRetAttr (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DFunction.h299 bool hasStructRetAttr() const { function in class:llvm::Function
H A DInstructions.h1352 bool hasStructRetAttr() const { function in class:llvm::CallInst
3097 bool hasStructRetAttr() const { function in class:llvm::InvokeInst
/external/llvm/lib/IR/
H A DFunction.cpp119 bool Argument::hasStructRetAttr() const { function in class:Argument
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp211 if (MF.getFunction()->hasStructRetAttr()) {
472 if (MF.getFunction()->hasStructRetAttr()) {
712 bool hasStructRetAttr = false; local
753 hasStructRetAttr = true;
863 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0;
878 if (hasStructRetAttr)
927 assert(CalleeFn->hasStructRetAttr() &&

Completed in 890 milliseconds