Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h40 bool IsByVal : 1; member
47 IsInReg(false), IsSRet(false), IsNest(false), IsByVal(false), in ArgListEntry()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp86 IsByVal = CS->paramHasAttr(AttrIdx, Attribute::ByVal); in setAttributes()
923 if (Arg.IsByVal) in lowerCallTo()
937 if (Arg.IsByVal) in lowerCallTo()
948 if (Arg.IsByVal || Arg.IsInAlloca) { in lowerCallTo()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2659 bool IsByVal = CS.paramHasAttr(ArgNo + 1, Attribute::ByVal); in visitCallSite() local
2660 if (IsByVal) { in visitCallSite()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp4494 const bool IsByVal = I.info.isIndirect() && I.info.getIndirectByVal(); in computeInfo() local
4496 StackUsed && !IsByVal) { in computeInfo()