Searched refs:IsByVal (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 33 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 D | TargetLowering.h | 283 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 D | FastISel.cpp | 1035 if (Arg.IsByVal) in lowerCallTo() 1057 if (Arg.IsByVal) in lowerCallTo() 1078 if (Arg.IsByVal || Arg.IsInAlloca || Arg.IsPreallocated) { in lowerCallTo()
|
| H A D | SelectionDAGBuilder.cpp | 9407 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 D | TargetLowering.cpp | 122 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 D | MemorySanitizer.cpp | 4197 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 D | M68kISelLowering.cpp | 594 bool IsByVal = Flags.isByVal(); in LowerCall() local 628 } else if (!IsSibcall && (!IsTailCall || IsByVal)) { in LowerCall()
|