Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/
DArgument.h64 bool hasNoAliasAttr() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h86 bool hasNoAliasAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h96 bool hasNoAliasAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h96 bool hasNoAliasAttr() const;
/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-7.0/llvm/lib/Analysis/
DAliasAnalysisSummary.cpp59 if (!Arg->hasNoAliasAttr() && Arg->getType()->isPointerTy()) in getGlobalOrArgAttrFromValue()
DAliasAnalysis.cpp809 return A->hasNoAliasAttr(); in isNoAliasArgument()
821 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
DMemoryBuiltins.cpp215 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() function
235 hasNoAliasAttr(V, LookThroughBitCast); in isNoAliasFn()
DLint.cpp268 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
DBasicAliasAnalysis.cpp125 if (A->hasByValAttr() || A->hasNoAliasAttr()) in isNonEscapingLocalObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp120 if (Arg.hasNoAliasAttr()) in runOnFunction()
DAMDGPUHSAMetadataStreamer.cpp340 Arg.hasNoAliasAttr()) { in emitKernelArg()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasAnalysis.cpp440 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
DLint.cpp232 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()
DBasicAliasAnalysis.cpp77 if (A->hasByValAttr() || A->hasNoAliasAttr()) { in isNonEscapingLocalObject()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp98 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument
/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-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp921 if (Arg.hasNoAliasAttr() && !Arg.use_empty()) in AddAliasScopeMetadata()
1056 if (!A->hasNoAliasAttr()) in AddAliasScopeMetadata()
/external/llvm/lib/IR/
DFunction.cpp145 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp135 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp660 if (I->hasNoAliasAttr()) in transFunctionDecl()

12