Home
last modified time | relevance | path

Searched refs:hasNestAttr (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DArgument.h60 bool hasNestAttr() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h83 bool hasNestAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h92 bool hasNestAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h92 bool hasNestAttr() const;
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h149 Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h162 Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp91 bool Argument::hasNestAttr() const { in hasNestAttr() function in Argument
/external/llvm/lib/IR/
DFunction.cpp138 bool Argument::hasNestAttr() const { in hasNestAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp130 bool Argument::hasNestAttr() const { in hasNestAttr() function in Argument
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp1289 if (I->hasNestAttr()) in HasNestArgument()
DX86ISelLowering.cpp8955 if (I->hasNestAttr()) in LowerDYNAMIC_STACKALLOC()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp2045 if (I->hasNestAttr()) in HasNestArgument()
DX86ISelLowering.cpp16853 if (A.hasNestAttr()) in LowerDYNAMIC_STACKALLOC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2189 if (I->hasNestAttr()) in HasNestArgument()
DX86ISelLowering.cpp19968 if (A.hasNestAttr()) in LowerDYNAMIC_STACKALLOC()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp179 Arg->hasNestAttr() || in IsPotentialUse()