Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetCallingConv.h153 bool isOrigArg() const { in isOrigArg() function
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2925 if (Ins[i].isOrigArg()) { in LowerFormalArguments()
2934 assert(Ins[i].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2921 if (Ins[ArgNo].isOrigArg()) { in LowerFormalArguments_64SVR4()
2947 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments_64SVR4()
3355 if (Ins[ArgNo].isOrigArg()) { in LowerFormalArguments_Darwin()
3379 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments_Darwin()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp2984 if (Ins[VA.getValNo()].isOrigArg()) { in LowerFormalArguments()
3081 assert(Ins[index].isOrigArg() && in LowerFormalArguments()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2074 if (Ins[i].isOrigArg()) { in LowerFormalArguments()