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

  /external/llvm/include/llvm/IR/
Argument.h 74 bool hasByValAttr() const;
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerKernelArgs.cpp 209 if (Arg->hasByValAttr()) {
222 if (Arg.hasByValAttr())
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 190 if (isa<PointerType>(Arg->getType()) && Arg->hasByValAttr()) {
201 if (Arg->hasByValAttr() && dyn_cast<PointerType>(T)) {
333 if (ArgPtrType && Arg->hasByValAttr()) {
  /external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 146 if (Arg->hasByValAttr() ||
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 139 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory()))
ArgumentPromotion.cpp 171 assert(arg->hasByValAttr());
284 PtrArg->hasByValAttr() &&
    [all...]
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 261 if (Arg.hasByValAttr())
322 if (!A->hasByValAttr())
    [all...]
SCCP.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 219 if (llvm::isa<llvm::PointerType>(arg_type) && arg.hasByValAttr()) {
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 573 return A->hasNoAliasAttr() || A->hasByValAttr();
BasicAliasAnalysis.cpp 85 if (A->hasByValAttr() || A->hasNoAliasAttr())
    [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/IR/
Function.cpp 88 /// hasByValAttr - Return true if this argument has the byval attribute on it
90 bool Argument::hasByValAttr() const {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 418 if (!Arg.hasByValAttr())
MemorySanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1205 milliseconds