Searched refs:Op32 (Results 1 – 3 of 3) sorted by relevance
3788 static bool PeepholePPC64ZExtGather(SDValue Op32, in PeepholePPC64ZExtGather() argument3790 if (!Op32.isMachineOpcode()) in PeepholePPC64ZExtGather()3799 if ((Op32.getMachineOpcode() == PPC::RLWINM || in PeepholePPC64ZExtGather()3800 Op32.getMachineOpcode() == PPC::RLWNM) && in PeepholePPC64ZExtGather()3801 Op32.getConstantOperandVal(2) <= Op32.getConstantOperandVal(3)) { in PeepholePPC64ZExtGather()3802 ToPromote.insert(Op32.getNode()); in PeepholePPC64ZExtGather()3807 if (Op32.getMachineOpcode() == PPC::SLW || in PeepholePPC64ZExtGather()3808 Op32.getMachineOpcode() == PPC::SRW) { in PeepholePPC64ZExtGather()3809 ToPromote.insert(Op32.getNode()); in PeepholePPC64ZExtGather()3815 if (Op32.getMachineOpcode() == PPC::LI || in PeepholePPC64ZExtGather()[all …]
222 int Op32 = AMDGPU::getVOPe32(MI.getOpcode()); in runOnMachineFunction() local224 if (TII->isVOPC(Op32)) { in runOnMachineFunction()250 BuildMI(MBB, I, MI.getDebugLoc(), TII->get(Op32)); in runOnMachineFunction()
1203 int Op32 = AMDGPU::getVOPe32(Opcode); in hasVALU32BitEncoding() local1204 if (Op32 == -1) in hasVALU32BitEncoding()1207 return pseudoToMCOpcode(Op32) != -1; in hasVALU32BitEncoding()