HomeSort by relevance Sort by last modified time
    Searched refs:hasByValAttr (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/IR/
Argument.h 60 bool hasByValAttr() const;
  /external/llvm/lib/Target/
Mangler.cpp 167 if (AI->hasByValAttr())
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 138 (AI->hasByValAttr() && !F.onlyReadsMemory()))
DeadArgumentElimination.cpp 358 if (Arg->use_empty() && !Arg->hasByValAttr())
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 302 if (Arg->hasByValAttr() ||
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 555 return A->hasNoAliasAttr() || A->hasByValAttr();
MemoryBuiltins.cpp 467 if (!A.hasByValAttr()) {
ValueTracking.cpp 313 if (A->hasByValAttr()) {
    [all...]
BasicAliasAnalysis.cpp 61 if (A->hasByValAttr() || A->hasNoAliasAttr())
    [all...]
  /external/llvm/lib/IR/
Function.cpp 79 /// hasByValAttr - Return true if this argument has the byval attribute on it
81 bool Argument::hasByValAttr() const {
Value.cpp 415 return A->hasByValAttr();
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 749 if (AI->hasByValAttr())
SCCP.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 752 unsigned Size = AI->hasByValAttr()
757 if (AI->hasByValAttr()) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 572 milliseconds