Searched refs:Op32 (Results 1 – 3 of 3) sorted by relevance
325 int Op32 = AMDGPU::getVOPe32(MI.getOpcode()); in runOnMachineFunction() local327 if (TII->isVOPC(Op32)) { in runOnMachineFunction()345 if (Op32 == AMDGPU::V_CNDMASK_B32_e32) { in runOnMachineFunction()365 BuildMI(MBB, I, MI.getDebugLoc(), TII->get(Op32)); in runOnMachineFunction()369 int Op32DstIdx = AMDGPU::getNamedOperandIdx(Op32, AMDGPU::OpName::vdst); in runOnMachineFunction()389 int Op32Src2Idx = AMDGPU::getNamedOperandIdx(Op32, AMDGPU::OpName::src2); in runOnMachineFunction()
1556 int Op32 = AMDGPU::getVOPe32(Opcode); in hasVALU32BitEncoding() local1557 if (Op32 == -1) in hasVALU32BitEncoding()1560 return pseudoToMCOpcode(Op32) != -1; in hasVALU32BitEncoding()
3949 static bool PeepholePPC64ZExtGather(SDValue Op32, in PeepholePPC64ZExtGather() argument3951 if (!Op32.isMachineOpcode()) in PeepholePPC64ZExtGather()3960 if ((Op32.getMachineOpcode() == PPC::RLWINM || in PeepholePPC64ZExtGather()3961 Op32.getMachineOpcode() == PPC::RLWNM) && in PeepholePPC64ZExtGather()3962 Op32.getConstantOperandVal(2) <= Op32.getConstantOperandVal(3)) { in PeepholePPC64ZExtGather()3963 ToPromote.insert(Op32.getNode()); in PeepholePPC64ZExtGather()3968 if (Op32.getMachineOpcode() == PPC::SLW || in PeepholePPC64ZExtGather()3969 Op32.getMachineOpcode() == PPC::SRW) { in PeepholePPC64ZExtGather()3970 ToPromote.insert(Op32.getNode()); in PeepholePPC64ZExtGather()3976 if (Op32.getMachineOpcode() == PPC::LI || in PeepholePPC64ZExtGather()[all …]