Searched refs:InArg (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 433 const MachineOperand &InArg = MBBI->getOperand(6); in expandMI() local 440 TII->copyPhysReg(MBB, MBBI, DL, X86::RBX, InArg.getReg(), false); in expandMI() 541 const MachineOperand &InArg = MBBI->getOperand(1); in expandMI() local 544 TII->copyPhysReg(MBB, MBBI, DL, X86::EBX, InArg.getReg(), InArg.isKill()); in expandMI()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6642 for (auto InArg : zip(Inputs, ArgRange)) { in createOutlinedFunction() local 6643 Value *Input = std::get<0>(InArg); in createOutlinedFunction() 6644 Argument &Arg = std::get<1>(InArg); in createOutlinedFunction() 6666 if (llvm::isa<llvm::GlobalValue>(std::get<0>(InArg)) || in createOutlinedFunction() 6667 llvm::isa<llvm::GlobalObject>(std::get<0>(InArg)) || in createOutlinedFunction() 6668 llvm::isa<llvm::GlobalVariable>(std::get<0>(InArg))) { in createOutlinedFunction()
|