Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetCallingConv.h154 bool isOrigArg() const { in isOrigArg() function
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2978 if (Ins[i].isOrigArg()) { in LowerFormalArguments()
2987 assert(Ins[i].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3120 if (Ins[ArgNo].isOrigArg()) { in LowerFormalArguments_64SVR4()
3146 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments_64SVR4()
3569 if (Ins[ArgNo].isOrigArg()) { in LowerFormalArguments_Darwin()
3593 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments_Darwin()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3127 if (Ins[VA.getValNo()].isOrigArg()) { in LowerFormalArguments()
3227 assert(Ins[index].isOrigArg() && in LowerFormalArguments()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2388 if (Ins[i].isOrigArg()) { in LowerFormalArguments()