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

  /external/llvm/include/llvm/IR/
Argument.h 70 bool hasByValAttr() const;
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerStructArgs.cpp 116 if (Arg.getType()->isPointerTy() && 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/lib/Transforms/IPO/
IPConstantPropagation.cpp 139 AI->hasInAllocaAttr() || (AI->hasByValAttr() && !F.onlyReadsMemory()))
ArgumentPromotion.cpp 165 assert(arg->hasByValAttr());
252 PtrArg->hasByValAttr() &&
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 173 if (Arg->hasByValAttr() ||
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 256 if (Arg.hasByValAttr())
315 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 568 return A->hasNoAliasAttr() || A->hasByValAttr();
BasicAliasAnalysis.cpp 76 if (A->hasByValAttr() || A->hasNoAliasAttr())
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/IR/
Value.cpp 515 if (A->hasByValAttr())
Function.cpp 85 /// hasByValAttr - Return true if this argument has the byval attribute on it
87 bool Argument::hasByValAttr() const {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1895 milliseconds