| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | machine-outliner-position.mir | 26 ; 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 D | machine-outliner-cfi.mir | 32 $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 D | machineoutliner.mir | 35 $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 D | machineoutliner-jumptable.mir | 32 $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 D | expand-isel-8.mir | 53 ; CHECK: $r5 = ORI $r4, 0 54 ; CHECK: $r3 = ORI $r5, 0 55 ; CHECK: $r4 = ORI $r5, 0
|
| H A D | aix-vector-vararg-fixed-caller.ll | 21 ; 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 D | fixup-kill-dead-flag-crash.mir | 34 %3:gprc = ORI killed %2:gprc, 1
|
| H A D | sink-down-more-instructions-1.mir | 319 ; 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 D | expand-isel-6.mir | 51 ; CHECK: $r3 = ORI $r0, 0
|
| H A D | expand-isel-2.mir | 51 ; CHECK: $r3 = ORI $r4, 0
|
| H A D | expand-isel-3.mir | 51 ; CHECK: $r3 = ORI $r0, 0
|
| H A D | expand-isel-7.mir | 51 ; CHECK: $r5 = ORI $r4, 0
|
| H A D | expand-isel-4.mir | 52 ; CHECK: $r0 = ORI killed $r5, 0
|
| H A D | expand-isel-liveness.mir | 74 ; CHECK: $r3 = ORI killed $r0, 0
|
| H A D | sink-down-more-instructions-regpressure-high.mir | 503 ; 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 D | LoongArchMatInt.cpp | 35 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 D | PPCMacroFusion.def | 116 FUSION_FEATURE(OriOris, hasWideImmFusion, 1, FUSION_OP_SET(ORI, ORI8), 121 FUSION_OP_SET(ORI, ORI8)) 125 FUSION_OP_SET(ORI, ORI8))
|
| H A D | PPCBack2BackFusion.def | 151 ORI, 685 ORI,
|
| H A D | PPCExpandISEL.cpp | 455 TII->get(isISEL8(*MI) ? PPC::ORI8 : PPC::ORI)) in populateBlocks()
|
| H A D | PPCPreEmitPeephole.cpp | 437 BuildMI(MBB, IP, dl, TII->get(PPC::ORI), InDSCR) in runOnMachineFunction()
|
| H A D | PPCAsmPrinter.cpp | 1406 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 D | PPCFrameLowering.cpp | 1286 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 D | RISCVSExtWRemoval.cpp | 138 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 D | PartialInlining.cpp | 185 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 D | 2ri.mir | 169 $r4 = ORI $r5, 47
|