/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Argument.h | 64 bool hasNoAliasAttr() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Argument.h | 86 bool hasNoAliasAttr() const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Argument.h | 96 bool hasNoAliasAttr() const;
|
/external/llvm/include/llvm/IR/ |
D | Argument.h | 96 bool hasNoAliasAttr() const;
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisSummary.cpp | 61 if (!Arg->hasNoAliasAttr() && Arg->getType()->isPointerTy()) in getGlobalOrArgAttrFromValue()
|
D | AliasAnalysis.cpp | 676 return A->hasNoAliasAttr(); in isNoAliasArgument() 688 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
|
D | MemoryBuiltins.cpp | 167 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() function 188 hasNoAliasAttr(V, LookThroughBitCast); in isNoAliasFn()
|
D | Lint.cpp | 246 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()
|
D | BasicAliasAnalysis.cpp | 86 if (A->hasByValAttr() || A->hasNoAliasAttr()) in isNonEscapingLocalObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AliasAnalysisSummary.cpp | 59 if (!Arg->hasNoAliasAttr() && Arg->getType()->isPointerTy()) in getGlobalOrArgAttrFromValue()
|
D | AliasAnalysis.cpp | 809 return A->hasNoAliasAttr(); in isNoAliasArgument() 821 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
|
D | MemoryBuiltins.cpp | 215 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() function 235 hasNoAliasAttr(V, LookThroughBitCast); in isNoAliasFn()
|
D | Lint.cpp | 268 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
|
D | BasicAliasAnalysis.cpp | 125 if (A->hasByValAttr() || A->hasNoAliasAttr()) in isNonEscapingLocalObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 120 if (Arg.hasNoAliasAttr()) in runOnFunction()
|
D | AMDGPUHSAMetadataStreamer.cpp | 340 Arg.hasNoAliasAttr()) { in emitKernelArg()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasAnalysis.cpp | 440 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
|
D | Lint.cpp | 232 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()
|
D | BasicAliasAnalysis.cpp | 77 if (A->hasByValAttr() || A->hasNoAliasAttr()) { in isNonEscapingLocalObject()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Function.cpp | 98 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 841 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/ |
D | InlineFunction.cpp | 921 if (Arg.hasNoAliasAttr() && !Arg.use_empty()) in AddAliasScopeMetadata() 1056 if (!A->hasNoAliasAttr()) in AddAliasScopeMetadata()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 145 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Function.cpp | 135 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 660 if (I->hasNoAliasAttr()) in transFunctionDecl()
|