Home
last modified time | relevance | path

Searched refs:InArg (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp433 const MachineOperand &InArg = MBBI->getOperand(6); in ExpandMI() local
440 TII->copyPhysReg(MBB, MBBI, DL, X86::RBX, InArg.getReg(), false); in ExpandMI()
543 const MachineOperand &InArg = MBBI->getOperand(1); in ExpandMI() local
546 TII->copyPhysReg(MBB, MBBI, DL, X86::EBX, InArg.getReg(), InArg.isKill()); in ExpandMI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5058 for (auto InArg : zip(Inputs, ArgRange)) { in createOutlinedFunction() local
5059 Value *Input = std::get<0>(InArg); in createOutlinedFunction()
5060 Argument &Arg = std::get<1>(InArg); in createOutlinedFunction()