reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Argument.h
   66   bool hasByValAttr() const;

References

include/llvm/Analysis/ObjCARCAnalysisUtils.h
  159     if (Arg->hasByValAttr() ||
lib/Analysis/AliasAnalysis.cpp
  888     return A->hasNoAliasAttr() || A->hasByValAttr();
lib/Analysis/BasicAliasAnalysis.cpp
  148     if (A->hasByValAttr() || A->hasNoAliasAttr()) {
lib/Analysis/InstructionSimplify.cpp
 2455           return A->hasByValAttr();
lib/CodeGen/SafeStack.cpp
  414     if (!Arg.hasByValAttr())
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9484     if (!Arg || Arg->hasInAllocaAttr() || Arg->hasByValAttr() ||
lib/IR/Value.cpp
  616     if (DerefBytes == 0 && (A->hasByValAttr() || A->hasStructRetAttr())) {
lib/Target/AArch64/AArch64CallLowering.cpp
  707         return A.hasByValAttr() || A.hasInRegAttr() || A.hasSwiftErrorAttr();
lib/Target/AArch64/AArch64ISelLowering.cpp
 3577     if (i->hasByValAttr())
lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
  195       Arg.hasByValAttr() || Arg.hasStructRetAttr() ||
lib/Target/AMDGPU/SIISelLowering.cpp
 2616     if (Arg.hasByValAttr())
lib/Target/NVPTX/NVPTXLowerArgs.cpp
  218               if (Arg->hasByValAttr()) {
  231       if (Arg.hasByValAttr())
  243     if (Arg.getType()->isPointerTy() && Arg.hasByValAttr())
lib/Transforms/IPO/ArgumentPromotion.cpp
  812   assert(arg->hasByValAttr());
  954         PtrArg->hasByValAttr() &&
 1004         PtrArg->hasByValAttr() ? PtrArg->getParamByValType() : nullptr;
lib/Transforms/IPO/IPConstantPropagation.cpp
  131         AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory()))
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2899     if (Arg.hasByValAttr()) {
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 1612             FArg.hasByValAttr()
 1618           if (FArg.hasByValAttr()) {
lib/Transforms/Scalar/SCCP.cpp
 1318       if (AI->hasByValAttr() && !F->onlyReadsMemory()) {
lib/Transforms/Scalar/TailRecursionElimination.cpp
  197     if (Arg.hasByValAttr())
  258             if (!A->hasByValAttr())
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
  255       if (arg.hasByValAttr()) {