Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h33 unsigned IsByVal : 1; ///< Struct passed by value member
58 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0), in ArgFlagsTy()
80 bool isByVal() const { return IsByVal; } in isByVal()
81 void setByVal() { IsByVal = 1; } in setByVal()
DTargetLowering.h188 bool IsByVal : 1; variable
199 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(false), in ArgListEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1175 if (Arg.IsByVal) in lowerCallTo()
1195 if (Arg.IsByVal) in lowerCallTo()
1206 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()
DSelectionDAGBuilder.cpp9096 Entry.IsByVal = false; in LowerCallTo()
9168 if (Args[i].IsByVal) in LowerCallTo()
9215 if (Args[i].IsByVal) in LowerCallTo()
9226 if (Args[i].IsByVal || Args[i].IsInAlloca) { in LowerCallTo()
DTargetLowering.cpp112 IsByVal = Call->paramHasAttr(ArgIdx, Attribute::ByVal); in setAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3846 bool IsByVal = CS.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallSite() local
3847 if (IsByVal) { in visitCallSite()
4470 bool IsByVal = CS.paramHasAttr(ArgNo, Attribute::ByVal); in visitCallSite() local
4471 if (IsByVal) { in visitCallSite()