HomeSort by relevance Sort by last modified time
    Searched refs:Op32 (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 325 int Op32 = AMDGPU::getVOPe32(MI.getOpcode());
327 if (TII->isVOPC(Op32)) {
345 if (Op32 == AMDGPU::V_CNDMASK_B32_e32) {
365 BuildMI(MBB, I, MI.getDebugLoc(), TII->get(Op32));
369 int Op32DstIdx = AMDGPU::getNamedOperandIdx(Op32, AMDGPU::OpName::vdst);
389 int Op32Src2Idx = AMDGPU::getNamedOperandIdx(Op32, AMDGPU::OpName::src2);
SIInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 427 int Op32 = AMDGPU::getVOPe32(MI.getOpcode());
429 if (TII->isVOPC(Op32)) {
447 if (Op32 == AMDGPU::V_CNDMASK_B32_e32) {
492 BuildMI(MBB, I, MI.getDebugLoc(), TII->get(Op32));
496 int Op32DstIdx = AMDGPU::getNamedOperandIdx(Op32, AMDGPU::OpName::vdst);
514 int Op32Src2Idx = AMDGPU::getNamedOperandIdx(Op32, AMDGPU::OpName::src2);
SIInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 863 milliseconds