Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetCallingConv.h169 bool isOrigArg() const { in isOrigArg() function
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3055 if (Ins[i].isOrigArg()) { in LowerFormalArguments()
3064 assert(Ins[i].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3206 if (Ins[ArgNo].isOrigArg()) { in LowerFormalArguments_64SVR4()
3232 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments_64SVR4()
3651 if (Ins[ArgNo].isOrigArg()) { in LowerFormalArguments_Darwin()
3675 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit"); in LowerFormalArguments_Darwin()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3258 if (Ins[VA.getValNo()].isOrigArg()) { in LowerFormalArguments()
3358 assert(Ins[index].isOrigArg() && in LowerFormalArguments()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2460 if (Ins[i].isOrigArg()) { in LowerFormalArguments()