Searched refs:hasByValAttr (Results 1 - 15 of 15) sorted by relevance

/external/llvm/include/llvm/IR/
H A DArgument.h60 bool hasByValAttr() const;
/external/llvm/lib/Target/
H A DMangler.cpp167 if (AI->hasByValAttr())
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp138 (AI->hasByValAttr() && !F.onlyReadsMemory()))
H A DDeadArgumentElimination.cpp358 if (Arg->use_empty() && !Arg->hasByValAttr())
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h302 if (Arg->hasByValAttr() ||
/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp555 return A->hasNoAliasAttr() || A->hasByValAttr();
H A DMemoryBuiltins.cpp467 if (!A.hasByValAttr()) {
H A DValueTracking.cpp313 if (A->hasByValAttr()) {
2028 return A->hasByValAttr();
H A DBasicAliasAnalysis.cpp61 if (A->hasByValAttr() || A->hasNoAliasAttr())
/external/llvm/lib/IR/
H A DValue.cpp415 return A->hasByValAttr();
H A DFunction.cpp79 /// hasByValAttr - Return true if this argument has the byval attribute on it
81 bool Argument::hasByValAttr() const { function in class:Argument
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp749 if (AI->hasByValAttr())
H A DSCCP.cpp1130 if (AI->hasByValAttr() && !F->onlyReadsMemory()) {
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp752 unsigned Size = AI->hasByValAttr()
757 if (AI->hasByValAttr()) {
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1414 if (i->hasByValAttr())

Completed in 262 milliseconds