Searched refs:Op32 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIShrinkInstructions.cpp | 325 int Op32 = AMDGPU::getVOPe32(MI.getOpcode()); in runOnMachineFunction() local 327 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()
|
D | SIInstrInfo.cpp | 1556 int Op32 = AMDGPU::getVOPe32(Opcode); in hasVALU32BitEncoding() local 1557 if (Op32 == -1) in hasVALU32BitEncoding() 1560 return pseudoToMCOpcode(Op32) != -1; in hasVALU32BitEncoding()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 3949 static bool PeepholePPC64ZExtGather(SDValue Op32, in PeepholePPC64ZExtGather() argument 3951 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIShrinkInstructions.cpp | 427 int Op32 = AMDGPU::getVOPe32(MI.getOpcode()); in runOnMachineFunction() local 429 if (TII->isVOPC(Op32)) { in runOnMachineFunction() 447 if (Op32 == AMDGPU::V_CNDMASK_B32_e32) { in runOnMachineFunction() 492 BuildMI(MBB, I, MI.getDebugLoc(), TII->get(Op32)); in runOnMachineFunction() 496 int Op32DstIdx = AMDGPU::getNamedOperandIdx(Op32, AMDGPU::OpName::vdst); in runOnMachineFunction() 514 int Op32Src2Idx = AMDGPU::getNamedOperandIdx(Op32, AMDGPU::OpName::src2); in runOnMachineFunction()
|
D | SIInstrInfo.cpp | 2497 int Op32 = AMDGPU::getVOPe32(Opcode); in hasVALU32BitEncoding() local 2498 if (Op32 == -1) in hasVALU32BitEncoding() 2501 return pseudoToMCOpcode(Op32) != -1; in hasVALU32BitEncoding()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 5795 static bool PeepholePPC64ZExtGather(SDValue Op32, in PeepholePPC64ZExtGather() argument 5797 if (!Op32.isMachineOpcode()) in PeepholePPC64ZExtGather() 5806 if ((Op32.getMachineOpcode() == PPC::RLWINM || in PeepholePPC64ZExtGather() 5807 Op32.getMachineOpcode() == PPC::RLWNM) && in PeepholePPC64ZExtGather() 5808 Op32.getConstantOperandVal(2) <= Op32.getConstantOperandVal(3)) { in PeepholePPC64ZExtGather() 5809 ToPromote.insert(Op32.getNode()); in PeepholePPC64ZExtGather() 5814 if (Op32.getMachineOpcode() == PPC::SLW || in PeepholePPC64ZExtGather() 5815 Op32.getMachineOpcode() == PPC::SRW) { in PeepholePPC64ZExtGather() 5816 ToPromote.insert(Op32.getNode()); in PeepholePPC64ZExtGather() 5822 if (Op32.getMachineOpcode() == PPC::LI || in PeepholePPC64ZExtGather() [all …]
|