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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 62 bool isByVal() const { return Flags & ByVal; }
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 78 bool isSafeToPromoteArgument(Argument *Arg, bool isByVal) const;
156 bool isByVal = F->paramHasAttr(PointerArgs[i].second+1, Attribute::ByVal);
162 if (isByVal) {
207 if (isSafeToPromoteArgument(PtrArg, isByVal))
311 bool ArgPromotion::isSafeToPromoteArgument(Argument *Arg, bool isByVal) const {
340 if (isByVal || AllCallersPassInValidPointerForArgument(Arg))
399 return isSafeToPromoteArgument(Arg, isByVal);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 378 if (!Flags.isByVal())
413 if (Flags.isByVal())
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 437 milliseconds