Home
last modified time | relevance | path

Searched refs:hasByValOrInAllocaAttr (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h77 bool hasByValOrInAllocaAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h85 bool hasByValOrInAllocaAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h85 bool hasByValOrInAllocaAttr() const;
/external/llvm/lib/IR/
DMangler.cpp98 if (AI->hasByValOrInAllocaAttr()) in addByteCountSuffix()
DFunction.cpp111 bool Argument::hasByValOrInAllocaAttr() const { in hasByValOrInAllocaAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMangler.cpp102 if (AI->hasByValOrInAllocaAttr()) in addByteCountSuffix()
DFunction.cpp106 bool Argument::hasByValOrInAllocaAttr() const { in hasByValOrInAllocaAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp440 if (Arg.hasByValOrInAllocaAttr()) in lowerFormalArguments()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp469 if (!A.hasByValOrInAllocaAttr()) { in visitArgument()
DValueTracking.cpp3209 return A->hasByValOrInAllocaAttr() || A->hasNonNullAttr(); in isKnownNonNull()
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp694 if (AI.hasByValOrInAllocaAttr()) in handleEndBlock()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp273 if (Arg.use_empty() && !Arg.hasByValOrInAllocaAttr()) in RemoveDeadArgumentsFromCallers()
DArgumentPromotion.cpp358 if (isSafeToPromoteArgument(PtrArg, PtrArg->hasByValOrInAllocaAttr(), AAR, in PromoteArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp293 if (!Arg.hasSwiftErrorAttr() && Arg.use_empty() && !Arg.hasByValOrInAllocaAttr()) in RemoveDeadArgumentsFromCallers()
DArgumentPromotion.cpp948 if (isSafeToPromoteArgument(PtrArg, PtrArg->hasByValOrInAllocaAttr(), AAR, in promoteArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp576 if (!A.hasByValOrInAllocaAttr()) { in visitArgument()
DValueTracking.cpp1963 if (A->hasByValOrInAllocaAttr() || A->hasNonNullAttr()) in isKnownNonZero()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp773 if (AI.hasByValOrInAllocaAttr()) in handleEndBlock()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1070 if (Align && !I->hasByValOrInAllocaAttr() && !I->hasNUses(0)) { in AddAlignmentAssumptions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1150 if (Align && !Arg.hasByValOrInAllocaAttr() && !Arg.hasNUses(0)) { in AddAlignmentAssumptions()