Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
297 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(false), in ArgListEntry()
/freebsd-13.1/contrib/llvm-project/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.cpp9465 Entry.IsByVal = false; in LowerCallTo()
9539 if (Args[i].IsByVal) in LowerCallTo()
9589 if (Args[i].IsByVal) in LowerCallTo()
9612 if (Args[i].IsByVal || Args[i].IsInAlloca || Args[i].IsPreallocated) { in LowerCallTo()
H A DTargetLowering.cpp114 IsByVal = Call->paramHasAttr(ArgIdx, Attribute::ByVal); in setAttributes()
123 assert(IsByVal + IsPreallocated + IsInAlloca <= 1 && in setAttributes()
125 if (IsByVal) { in setAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4219 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallBase() local
4220 if (IsByVal) { in visitCallBase()
4840 bool IsByVal = CB.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallBase() local
4841 if (IsByVal) { in visitCallBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp594 bool IsByVal = Flags.isByVal(); in LowerCall() local
628 } else if (!IsSibcall && (!IsTailCall || IsByVal)) { in LowerCall()