Home
last modified time | relevance | path

Searched refs:hasNoAliasAttr (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DArgument.h93 bool hasNoAliasAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h96 bool hasNoAliasAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h96 bool hasNoAliasAttr() const;
/external/llvm-project/llvm/include/llvm/IR/
DArgument.h116 bool hasNoAliasAttr() const;
/external/llvm-project/llvm/lib/Analysis/
DAliasAnalysisSummary.cpp60 if (!Arg->hasNoAliasAttr() && Arg->getType()->isPointerTy()) in getGlobalOrArgAttrFromValue()
DCaptureTracking.cpp443 if (A->hasByValAttr() || A->hasNoAliasAttr()) { in isNonEscapingLocalObject()
DAliasAnalysis.cpp911 return A->hasNoAliasAttr(); in isNoAliasArgument()
923 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
DMemoryBuiltins.cpp229 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() function
255 hasNoAliasAttr(V, LookThroughBitCast); in isNoAliasFn()
DLint.cpp232 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
/external/llvm/lib/Analysis/
DAliasAnalysisSummary.cpp61 if (!Arg->hasNoAliasAttr() && Arg->getType()->isPointerTy()) in getGlobalOrArgAttrFromValue()
DAliasAnalysis.cpp676 return A->hasNoAliasAttr(); in isNoAliasArgument()
688 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
DMemoryBuiltins.cpp167 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() function
188 hasNoAliasAttr(V, LookThroughBitCast); in isNoAliasFn()
DLint.cpp246 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()
DBasicAliasAnalysis.cpp86 if (A->hasByValAttr() || A->hasNoAliasAttr()) in isNonEscapingLocalObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisSummary.cpp59 if (!Arg->hasNoAliasAttr() && Arg->getType()->isPointerTy()) in getGlobalOrArgAttrFromValue()
DAliasAnalysis.cpp890 return A->hasNoAliasAttr(); in isNoAliasArgument()
902 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
DMemoryBuiltins.cpp227 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() function
252 hasNoAliasAttr(V, LookThroughBitCast); in isNoAliasFn()
DLint.cpp268 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp119 if (Arg.hasNoAliasAttr()) in runOnFunction()
DAMDGPUHSAMetadataStreamer.cpp332 Arg.hasNoAliasAttr()) { in emitKernelArg()
754 Arg.hasNoAliasAttr()) { in emitKernelArg()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp151 if (Arg.hasNoAliasAttr()) in runOnFunction()
DAMDGPUHSAMetadataStreamer.cpp318 Arg.hasNoAliasAttr()) { in emitKernelArg()
711 Arg.hasNoAliasAttr()) { in emitKernelArg()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp841 if (Arg.hasNoAliasAttr() && !Arg.use_empty()) in AddAliasScopeMetadata()
976 if (!A->hasNoAliasAttr()) in AddAliasScopeMetadata()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp928 if (Arg.hasNoAliasAttr() && !Arg.use_empty()) in AddAliasScopeMetadata()
1062 if (!A->hasNoAliasAttr()) in AddAliasScopeMetadata()
/external/llvm/lib/IR/
DFunction.cpp145 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument

12