Home
last modified time | relevance | path

Searched refs:IsByVal (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h33 unsigned IsByVal : 1; ///< Struct passed by value member
62 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy()
85 bool isByVal() const { return IsByVal; } in isByVal()
86 void setByVal() { IsByVal = 1; } in setByVal()
H A DTargetLowering.h283 bool IsByVal : 1; variable
298 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(false), in ArgListEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1035 if (Arg.IsByVal) in lowerCallTo()
1057 if (Arg.IsByVal) in lowerCallTo()
1078 if (Arg.IsByVal || Arg.IsInAlloca || Arg.IsPreallocated) { in lowerCallTo()
H A DSelectionDAGBuilder.cpp9407 Entry.IsByVal = false; in LowerCallTo()
9481 if (Args[i].IsByVal) in LowerCallTo()
9531 if (Args[i].IsByVal) in LowerCallTo()
9554 if (Args[i].IsByVal || Args[i].IsInAlloca || Args[i].IsPreallocated) { in LowerCallTo()
H A DTargetLowering.cpp122 IsByVal = Attrs.hasParamAttribute(ArgIdx, Attribute::ByVal); in setAttributes()
126 assert(IsByVal + IsInAlloca + IsPreallocated <= 1 && in setAttributes()
129 if (IsByVal) { in setAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4197 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallBase() local
4198 if (IsByVal) { in visitCallBase()
4818 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallBase() local
4819 if (IsByVal) { in visitCallBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp594 bool IsByVal = Flags.isByVal(); in LowerCall() local
628 } else if (!IsSibcall && (!IsTailCall || IsByVal)) { in LowerCall()