Home
last modified time | relevance | path

Searched refs:OrMI (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp405 MachineBasicBlock::iterator OrMI, in combineRestoreOR() argument
414 unsigned reg = OrMI->getOperand(0).getReg(); in combineRestoreOR()
419 if (OrMI->getOpcode() == SP::ORrr in combineRestoreOR()
420 && OrMI->getOperand(1).getReg() != SP::G0 in combineRestoreOR()
421 && OrMI->getOperand(2).getReg() != SP::G0) in combineRestoreOR()
424 if (OrMI->getOpcode() == SP::ORri in combineRestoreOR()
425 && OrMI->getOperand(1).getReg() != SP::G0 in combineRestoreOR()
426 && (!OrMI->getOperand(2).isImm() || OrMI->getOperand(2).getImm() != 0)) in combineRestoreOR()
433 OrMI->setDesc(TII->get((OrMI->getOpcode() == SP::ORrr) in combineRestoreOR()
438 OrMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp403 MachineBasicBlock::iterator OrMI, in combineRestoreOR() argument
412 unsigned reg = OrMI->getOperand(0).getReg(); in combineRestoreOR()
417 if (OrMI->getOpcode() == SP::ORrr in combineRestoreOR()
418 && OrMI->getOperand(1).getReg() != SP::G0 in combineRestoreOR()
419 && OrMI->getOperand(2).getReg() != SP::G0) in combineRestoreOR()
422 if (OrMI->getOpcode() == SP::ORri in combineRestoreOR()
423 && OrMI->getOperand(1).getReg() != SP::G0 in combineRestoreOR()
424 && (!OrMI->getOperand(2).isImm() || OrMI->getOperand(2).getImm() != 0)) in combineRestoreOR()
431 OrMI->setDesc(TII->get((OrMI->getOpcode() == SP::ORrr) in combineRestoreOR()
436 OrMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp1473 MachineInstr &OrMI = in select() local
1478 constrainSelectedInstRegOperands(OrMI, TII, TRI, RBI); in select()