HomeSort by relevance Sort by last modified time
    Searched refs:ByVal (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 36 static const uint64_t ByVal = 1ULL<<4; ///< Struct passed by value
75 bool isByVal() const { return Flags & ByVal; }
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 126 static ABIArgInfo getIndirect(unsigned Alignment, bool ByVal = true,
131 AI.setIndirectByVal(ByVal);
137 static ABIArgInfo getIndirectInReg(unsigned Alignment, bool ByVal = true,
139 auto AI = getIndirect(Alignment, ByVal, Realign);
  /external/llvm/include/llvm/IR/
CallSite.h 276 return paramHasAttr(ArgNo + 1, Attribute::ByVal);
286 return paramHasAttr(ArgNo + 1, Attribute::ByVal) ||
Attributes.h 73 ByVal, ///< Pass structure by value
Instructions.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
MipsISelLowering.h 339 /// ByValArgInfo - Byval argument information.
377 /// hasByValArg - Returns true if function has byval arguments.
403 /// use of registers to pass byval arguments.
414 void allocateRegs(ByValArgInfo &ByVal, unsigned ByValSize,
502 /// copyByValArg - Copy argument registers which were used to pass a byval
503 /// argument to the stack. Create a stack frame object for the byval
510 const MipsCC &CC, const ByValArgInfo &ByVal) const;
512 /// passByValArg - Pass a byval argument in registers or on stack.
517 const MipsCC &CC, const ByValArgInfo &ByVal,