Searched refs:hasStructRetAttr (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/IR/
H A DArgument.h88 bool hasStructRetAttr() const;
H A DFunction.h299 bool hasStructRetAttr() const { function in class:llvm::Function
H A DInstructions.h1436 bool hasStructRetAttr() const { function in class:llvm::CallInst
3105 bool hasStructRetAttr() const { function in class:llvm::InvokeInst
/external/llvm/lib/IR/
H A DMangler.cpp135 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr())))
H A DFunction.cpp142 bool Argument::hasStructRetAttr() const { function in class:Argument
H A DVerifier.cpp1038 Assert1(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(),
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h313 Arg->hasStructRetAttr())
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp219 if (MF.getFunction()->hasStructRetAttr()) {
483 if (MF.getFunction()->hasStructRetAttr()) {
742 bool hasStructRetAttr = false; local
783 hasStructRetAttr = true;
892 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0;
910 if (hasStructRetAttr)
989 assert(CalleeFn->hasStructRetAttr() &&
/external/llvm/lib/Analysis/
H A DLint.cpp247 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
H A DValueTracking.cpp316 } else if (TD && A->hasStructRetAttr()) {
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp636 if (!A->hasStructRetAttr())
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp442 DAG.getMachineFunction().getFunction()->hasStructRetAttr();
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1068 if (F.hasStructRetAttr() &&
H A DX86ISelLowering.cpp1958 if (DAG.getMachineFunction().getFunction()->hasStructRetAttr() &&
2600 MF.getFunction()->hasStructRetAttr(), CLI.RetTy,
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2846 if (MF.getFunction()->hasStructRetAttr()) {
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2136 MF.getFunction()->hasStructRetAttr(), Outs, OutVals, Ins, DAG);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1405 isVarArg, isStructRet, MF.getFunction()->hasStructRetAttr(),

Completed in 9328 milliseconds