Home
last modified time | relevance | path

Searched refs:hasInAllocaAttr (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h101 bool hasInAllocaAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h116 bool hasInAllocaAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h116 bool hasInAllocaAttr() const;
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h148 Arg->hasInAllocaAttr() || in IsPotentialRetainableObjPtr()
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp109 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory())) in PropagateConstantsIntoArguments()
DFunctionAttrs.cpp366 if (A->hasInAllocaAttr()) in determinePointerReadAttrs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h161 Arg->hasInAllocaAttr() || in IsPotentialRetainableObjPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp109 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory())) in PropagateConstantsIntoArguments()
DFunctionAttrs.cpp411 if (A->hasInAllocaAttr()) in determinePointerReadAttrs()
/external/llvm/lib/IR/
DFunction.cpp106 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp101 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8783 if (!Arg || Arg->hasInAllocaAttr() || Arg->hasByValAttr() || in findArgumentCopyElisionCandidates()