Home
last modified time | relevance | path

Searched refs:isOrigArg (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetCallingConv.h154 bool isOrigArg() const { in isOrigArg() function
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp2961 if (Ins[i].isOrigArg()) { in LowerFormalArguments()
2970 assert(Ins[i].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp3098 if (Ins[ArgNo].isOrigArg()) { in LowerFormalArguments_64SVR4()
3124 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments_64SVR4()
3547 if (Ins[ArgNo].isOrigArg()) { in LowerFormalArguments_Darwin()
3571 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments_Darwin()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.cpp3039 if (Ins[VA.getValNo()].isOrigArg()) { in LowerFormalArguments()
3138 assert(Ins[index].isOrigArg() && in LowerFormalArguments()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp2090 if (Ins[i].isOrigArg()) { in LowerFormalArguments()