HomeSort by relevance Sort by last modified time
    Searched defs:OtherInst (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 180 const AsmWriterInst *OtherInst =
183 if (OtherInst &&
184 OtherInst->Operands.size() > FirstInst->Operands.size())
185 MaxSize = std::max(MaxSize, OtherInst->Operands.size());
187 if (!OtherInst || OtherInst->Operands.size() == Op ||
188 OtherInst->Operands[Op] != FirstInst->Operands[Op]) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIPeepholeSDWA.cpp 762 MachineInstr *OtherInst = OrOtherDef->getParent();
768 // SDWAInst | OtherInst bitness / OtherInst dst_sel
780 // TODO: add support for non-SDWA instructions as OtherInst.
784 if (!TII->isSDWA(*OtherInst))
790 TII->getNamedImmOperand(*OtherInst, AMDGPU::OpName::dst_sel));
828 // Also OtherInst dst_unused should be UNUSED_PAD
830 TII->getNamedImmOperand(*OtherInst, AMDGPU::OpName::dst_unused));
    [all...]

Completed in 86 milliseconds