Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DArgument.h111 bool hasInAllocaAttr() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h116 bool hasInAllocaAttr() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h160 Arg->hasInAllocaAttr() || in IsPotentialRetainableObjPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp132 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory())) in PropagateConstantsIntoArguments()
DFunctionAttrs.cpp452 if (A->hasInAllocaAttr()) in determinePointerReadAttrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp112 bool Argument::hasInAllocaAttr() const { in hasInAllocaAttr() function in Argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9538 if (!Arg || Arg->hasInAllocaAttr() || Arg->hasByValAttr() || in findArgumentCopyElisionCandidates()