HomeSort by: relevance | last modified time | path
    Searched refs:hasByValAttr (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Argument.h 68 bool hasByValAttr() const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXLowerArgs.cpp 340 if (Arg->hasByValAttr()) {
354 if (Arg.hasByValAttr())
367 if (Arg.getType()->isPointerTy() && Arg.hasByValAttr())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 200 if (Arg.hasByValAttr())
268 if (!A->hasByValAttr())
DeadStoreElimination.cpp 909 if (AI.hasByValAttr())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 806 assert(arg->hasByValAttr());
950 bool isSafeToPromote = PtrArg->hasByValAttr() && PtrArg->getParamAlign() &&
996 PtrArg->hasByValAttr() ? PtrArg->getParamByValType() : nullptr;
AttributorAttributes.cpp 4454 if (Arg->hasByValAttr())
4697 if (Arg->hasByValAttr()) {
6083 if (Arg->hasByValAttr()) {
6250 if (!Arg || !Arg->hasByValAttr()) {
6718 if (Arg->hasByValAttr())
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 177 Arg.hasByValAttr() || Arg.hasStructRetAttr() ||
AMDGPUCallLowering.cpp 1053 return A.hasByValAttr() || A.hasSwiftErrorAttr();
SIISelLowering.cpp 2883 if (Arg.hasByValAttr())
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasAnalysis.cpp 975 return A->hasNoAliasAttr() || A->hasByValAttr();
StackSafetyAnalysis.cpp 462 if (A.getType()->isPointerTy() && !A.hasByValAttr()) {
InstructionSimplify.cpp 2579 return A->hasByValAttr();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SafeStack.cpp 422 if (!Arg.hasByValAttr())
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp 793 return A.hasByValAttr() || A.hasInRegAttr() || A.hasSwiftErrorAttr();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 1201 if (AI->hasByValAttr() && !F->onlyReadsMemory()) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 105 bool Argument::hasByValAttr() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 1685 bool FArgByVal = FArg.hasByValAttr();
1689 FArg.hasByValAttr()
AddressSanitizer.cpp 3073 if (Arg.hasByValAttr()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 5316 if (i->hasByValAttr())

Completed in 108 milliseconds