Searched refs:ORI (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp181 : ORI() {}
196 SmallVector<OutlineRegionInfo, 4> ORI; member in struct:__anon5566::FunctionOutliningMultiRegionInfo
539 OutliningInfo->ORI.push_back(RegInfo);
1004 OI->ORI) {
1016 ClonedOMRI->ORI.push_back(MappedRegionInfo);
1114 if (ClonedOMRI->ORI.empty())
1131 ClonedOMRI->ORI) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp338 // transform this into the appropriate ORI instruction.
386 BuildMI(*MI.getParent(), MI, dl, TII.get(PPC::ORI), DstReg)
390 BuildMI(*MI.getParent(), MI, dl, TII.get(PPC::ORI), DstReg)
412 BuildMI(*MI.getParent(), MI, dl, TII.get(PPC::ORI), DstReg)
850 : PPC::ORI );
1416 : PPC::ORI );
2322 unsigned ORIInstr = is64Bit ? PPC::ORI8 : PPC::ORI;
H A DPPCExpandISEL.cpp484 TII->get(isISEL8(*MI) ? PPC::ORI8 : PPC::ORI))
H A DPPCInstrInfo.cpp2359 Opc == PPC::ORI || Opc == PPC::ORI8 || Opc == PPC::XORI ||
2919 case PPC::ORI:
2925 if (Opc == PPC::ORI || Opc == PPC::ORI8)
3077 case PPC::OR: III.ImmOpcode = PPC::ORI; break;
4064 case PPC::ORI:
H A DPPCFastISel.cpp1322 Opc = PPC::ORI;
2130 TII.get(IsGPRC ? PPC::ORI : PPC::ORI8), ResultReg)
H A DPPCRegisterInfo.cpp1135 BuildMI(MBB, II, dl, TII.get(is64Bit ? PPC::ORI8 : PPC::ORI), SReg)
H A DPPCISelDAGToDAG.cpp6200 // For ORI and ORIS, we need the higher-order bits of the first operand to be
6203 if (Op32.getMachineOpcode() == PPC::ORI ||
6361 case PPC::ORI: NewOpcode = PPC::ORI8; break;
H A DPPCISelLowering.cpp10885 BuildMI(BB, dl, TII->get(PPC::ORI), Mask2Reg)
11711 BuildMI(BB, dl, TII->get(PPC::ORI), Mask2Reg)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp498 case RISCV::ORI:

Completed in 281 milliseconds