Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DArgument.h90 bool hasNestAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h92 bool hasNestAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h92 bool hasNestAttr() const;
/external/llvm-project/llvm/include/llvm/IR/
DArgument.h113 bool hasNestAttr() const;
/external/llvm-project/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h150 if (Arg->hasPassPointeeByValueCopyAttr() || Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h149 Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h161 Arg->hasNestAttr() || in IsPotentialRetainableObjPtr()
/external/llvm/lib/IR/
DFunction.cpp138 bool Argument::hasNestAttr() const { in hasNestAttr() function in Argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp151 bool Argument::hasNestAttr() const { in hasNestAttr() function in Argument
/external/llvm-project/llvm/lib/IR/
DFunction.cpp224 bool Argument::hasNestAttr() const { in hasNestAttr() function in Argument
/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-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2238 if (I->hasNestAttr() && !I->use_empty()) in HasNestArgument()
DX86ISelLowering.cpp23088 if (A.hasNestAttr()) in LowerDYNAMIC_STACKALLOC()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp2578 if (I->hasNestAttr() && !I->use_empty()) in HasNestArgument()
DX86ISelLowering.cpp24213 if (A.hasNestAttr()) in LowerDYNAMIC_STACKALLOC()