Home
last modified time | relevance | path

Searched refs:hasStructRetAttr (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/
DArgument.h72 bool hasStructRetAttr() const;
DFunction.h273 bool hasStructRetAttr() const {
DInstructions.h1313 bool hasStructRetAttr() const {
2785 bool hasStructRetAttr() const {
/external/llvm/include/llvm/IR/
DArgument.h104 bool hasStructRetAttr() const;
DFunction.h394 bool hasStructRetAttr() const {
/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp43 EXPECT_TRUE(Call->hasStructRetAttr()) in TEST()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp123 if (MF.getFunction()->hasStructRetAttr()) { in LowerReturn()
291 if (MF.getFunction()->hasStructRetAttr()) { in LowerFormalArguments()
402 bool hasStructRetAttr = false; in LowerCall() local
443 hasStructRetAttr = true; in LowerCall()
557 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0; in LowerCall()
572 if (hasStructRetAttr) in LowerCall()
631 assert(CalleeFn->hasStructRetAttr() && in getSRetArgSize()
/external/llvm/lib/IR/
DMangler.cpp165 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr()))) in getNameWithPrefix()
DValue.cpp614 if (!Align && A->hasStructRetAttr()) { in getPointerAlignment()
DFunction.cpp159 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h150 Arg->hasStructRetAttr()) in IsPotentialRetainableObjPtr()
/external/swiftshader/third_party/LLVM/lib/Target/
DMangler.cpp221 (FT->getNumParams() == 1 && F->hasStructRetAttr()))) in getNameWithPrefix()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp112 bool Argument::hasStructRetAttr() const { in hasStructRetAttr() function in Argument
DVerifier.cpp648 Assert1(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(), in visitFunction()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp2106 bool isStructReturn = F->hasStructRetAttr(); in printFunctionSignature()
2236 bool isStructReturn = F.hasStructRetAttr(); in printFunction()
2362 bool isStructReturn = I.getParent()->getParent()->hasStructRetAttr(); in visitReturnInst()
2927 bool isStructRet = I.hasStructRetAttr(); in visitCallInst()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp242 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp265 if (MF.getFunction()->hasStructRetAttr()) { in LowerReturn_32()
528 if (MF.getFunction()->hasStructRetAttr()) { in LowerFormalArguments_32()
790 bool hasStructRetAttr = false; in LowerCall_32() local
835 hasStructRetAttr = true; in LowerCall_32()
949 unsigned SRetArgSize = (hasStructRetAttr)? getSRetArgSize(DAG, Callee):0; in LowerCall_32()
966 if (hasStructRetAttr) in LowerCall_32()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp207 if (IsVarArg || MF.getFunction()->hasStructRetAttr()) { in LowerFormalArguments()
/external/llvm/lib/Analysis/
DLint.cpp255 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp498 if (MF.getFunction()->hasStructRetAttr()) { in LowerCCCArguments()
553 if (DAG.getMachineFunction().getFunction()->hasStructRetAttr()) { in LowerReturn()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp616 if (!A->hasStructRetAttr()) in performCallSlotOptzn()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp290 if (PtrArg->hasStructRetAttr()) { in PromoteArguments()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp664 if (I->hasStructRetAttr()) in transFunctionDecl()
1648 } else if (Args.size() > 0 && F->arg_begin()->hasStructRetAttr()) { in transBuiltinToInstWithoutDecoration()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp828 if (!A->hasStructRetAttr()) in performCallSlotOptzn()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp2365 if (DAG.getMachineFunction().getFunction()->hasStructRetAttr()) { in LowerFormalArguments()
2462 if (DAG.getMachineFunction().getFunction()->hasStructRetAttr()) { in LowerReturn()

12