Searched refs:isOrigArg (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h219 bool isOrigArg() const { function in struct:llvm::ISD::InputArg
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3665 if (Ins[InsIdx].isOrigArg()) {
3674 assert(Ins[InsIdx].isOrigArg() && "Byval arguments cannot be implicit");
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2451 if (InIdx < Ins.size() && (!Ins[InIdx].isOrigArg() ||
2455 for (; InIdx < Ins.size() && Ins[InIdx].isOrigArg() &&
2850 if (Arg.isOrigArg() && Skipped[Arg.getOrigArgIndex()]) {
2881 if (Arg.isOrigArg() && Info->getArgInfo().PreloadKernArgs.count(i)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3696 else if (Ins[i].isOrigArg())
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4536 if (Ins[VA.getValNo()].isOrigArg()) {
4645 assert(Ins[index].isOrigArg() &&
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4452 if (Ins[ArgNo].isOrigArg()) {
4480 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit");
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17695 else if (Ins[i].isOrigArg())
17782 if (In.isOrigArg()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6659 if (Ins[i].isOrigArg()) {
6905 if (Ins[i].isOrigArg()) {
[all...]

Completed in 735 milliseconds