Home
last modified time | relevance | path

Searched refs:ORI (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dmachine-outliner-position.mir26 ; RV32I-MO-NEXT: $x10 = ORI $x10, 1023
33 ; RV64I-MO-NEXT: $x10 = ORI $x10, 1023
37 $x10 = ORI $x10, 1023
39 $x11 = ORI $x11, 1023
54 ; RV32I-MO-NEXT: $x10 = ORI $x10, 1023
61 ; RV64I-MO-NEXT: $x10 = ORI $x10, 1023
65 $x10 = ORI $x10, 1023
67 $x11 = ORI $x11, 1023
82 ; RV32I-MO-NEXT: $x10 = ORI $x10, 1023
93 $x10 = ORI $x10, 1023
[all …]
H A Dmachine-outliner-cfi.mir32 $x10 = ORI $x10, 1023
34 $x11 = ORI $x11, 1023
59 $x10 = ORI $x10, 1023
61 $x11 = ORI $x11, 1023
86 $x10 = ORI $x10, 1023
88 $x11 = ORI $x11, 1023
101 # OUTLINED-NEXT: $x10 = ORI $x10, 1023
102 # OUTLINED-NEXT: $x11 = ORI $x11, 1023
H A Dmachineoutliner.mir35 $x11 = ORI $x11, 1023
53 $x11 = ORI $x11, 1023
71 $x11 = ORI $x11, 1023
89 $x11 = ORI $x11, 1023
107 $x11 = ORI $x11, 1023
125 $x11 = ORI $x11, 1023
H A Dmachineoutliner-jumptable.mir32 $x11 = ORI $x11, 1023
43 $x11 = ORI $x11, 1023
54 $x11 = ORI $x11, 1023
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dexpand-isel-8.mir53 ; CHECK: $r5 = ORI $r4, 0
54 ; CHECK: $r3 = ORI $r5, 0
55 ; CHECK: $r4 = ORI $r5, 0
H A Daix-vector-vararg-fixed-caller.ll21 ; 32BIT: [[ORI:%[0-9]+]]:gprc = ORI killed [[LIS]], 63376
22 ; 32BIT: STW killed [[ORI]], 84, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
24 ; 32BIT: [[ORI1:%[0-9]+]]:gprc = ORI killed [[LIS1]], 48905
31 ; 32BIT: [[ORI2:%[0-9]+]]:gprc = ORI killed [[LIS2]], 8697
33 ; 32BIT: [[ORI3:%[0-9]+]]:gprc = ORI killed [[LIS3]], 34414
H A Dfixup-kill-dead-flag-crash.mir34 %3:gprc = ORI killed %2:gprc, 1
H A Dsink-down-more-instructions-1.mir319 ; CHECK: [[ORI:%[0-9]+]]:gprc = ORI [[LIS]], 34953
349 ; CHECK: [[ORI1:%[0-9]+]]:gprc = ORI killed [[LIS1]], 34953
374 ; CHECK: [[MULHWU1:%[0-9]+]]:gprc = MULHWU [[COPY10]], [[ORI]]
470 %57:gprc = ORI %56, 34953
500 %83:gprc = ORI killed %82, 34953
H A Dexpand-isel-6.mir51 ; CHECK: $r3 = ORI $r0, 0
H A Dexpand-isel-2.mir51 ; CHECK: $r3 = ORI $r4, 0
H A Dexpand-isel-3.mir51 ; CHECK: $r3 = ORI $r0, 0
H A Dexpand-isel-7.mir51 ; CHECK: $r5 = ORI $r4, 0
H A Dexpand-isel-4.mir52 ; CHECK: $r0 = ORI killed $r5, 0
H A Dexpand-isel-liveness.mir74 ; CHECK: $r3 = ORI killed $r0, 0
H A Dsink-down-more-instructions-regpressure-high.mir503 ; CHECK: [[ORI:%[0-9]+]]:gprc = ORI [[LIS]], 34953
539 ; CHECK: [[MULHWU:%[0-9]+]]:gprc = MULHWU [[COPY9]], [[ORI]]
678 %70:gprc = ORI %69, 34953
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMatInt.cpp35 Insts.push_back(Inst(LoongArch::ORI, Lo12)); in generateInstSeq()
41 Insts.push_back(Inst(LoongArch::ORI, Lo12)); in generateInstSeq()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.def116 FUSION_FEATURE(OriOris, hasWideImmFusion, 1, FUSION_OP_SET(ORI, ORI8),
121 FUSION_OP_SET(ORI, ORI8))
125 FUSION_OP_SET(ORI, ORI8))
H A DPPCBack2BackFusion.def151 ORI,
685 ORI,
H A DPPCExpandISEL.cpp455 TII->get(isISEL8(*MI) ? PPC::ORI8 : PPC::ORI)) in populateBlocks()
H A DPPCPreEmitPeephole.cpp437 BuildMI(MBB, IP, dl, TII->get(PPC::ORI), InDSCR) in runOnMachineFunction()
H A DPPCAsmPrinter.cpp1406 MCInstBuilder(PPC::ORI).addReg(PPC::X2).addReg(PPC::X2).addImm(0)); in emitInstruction()
1409 MCInstBuilder(PPC::ORI).addReg(PPC::X2).addReg(PPC::X2).addImm(0)); in emitInstruction()
2699 MCInstBuilder(PPC::ORI).addReg(PPC::R0).addReg(PPC::R0).addImm(0)); in emitInstruction()
H A DPPCFrameLowering.cpp1286 BuildMI(MBB, MBBI, DL, TII.get(isPPC64 ? PPC::ORI8 : PPC::ORI), TempReg) in inlineStackProbe()
1573 : PPC::ORI ); in emitEpilogue()
2530 unsigned ORIInstr = is64Bit ? PPC::ORI8 : PPC::ORI; in eliminateCallFramePseudoInstr()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSExtWRemoval.cpp138 case RISCV::ORI: in isAllUsesReadW()
266 case RISCV::ORI: in isSignExtendingOpW()
343 case RISCV::ORI: in isSignExtendedW()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp185 SmallVector<OutlineRegionInfo, 4> ORI; member
549 OutliningInfo->ORI.push_back(RegInfo); in computeOutliningColdRegionsInfo()
1031 OI->ORI) { in FunctionCloner()
1043 ClonedOMRI->ORI.push_back(MappedRegionInfo); in FunctionCloner()
1141 if (ClonedOMRI->ORI.empty()) in doMultiRegionFunctionOutlining()
1158 ClonedOMRI->ORI) { in doMultiRegionFunctionOutlining()
/llvm-project-15.0.7/llvm/test/CodeGen/LoongArch/
H A D2ri.mir169 $r4 = ORI $r5, 47

12