Home
last modified time | relevance | path

Searched refs:OtherInst (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmWriterEmitter.cpp180 const AsmWriterInst *OtherInst = in FindUniqueOperandCommands() local
183 if (OtherInst && in FindUniqueOperandCommands()
184 OtherInst->Operands.size() > FirstInst->Operands.size()) in FindUniqueOperandCommands()
185 MaxSize = std::max(MaxSize, OtherInst->Operands.size()); in FindUniqueOperandCommands()
187 if (!OtherInst || OtherInst->Operands.size() == Op || in FindUniqueOperandCommands()
188 OtherInst->Operands[Op] != FirstInst->Operands[Op]) { in FindUniqueOperandCommands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMasking.cpp355 for (MachineInstr *OtherInst : OtherUseInsts) { in runOnMachineFunction()
356 OtherInst->substituteRegister(CopyToExec, AMDGPU::EXEC, in runOnMachineFunction()
DSIPeepholeSDWA.cpp762 MachineInstr *OtherInst = OrOtherDef->getParent(); in matchSDWAOperand() local
784 if (!TII->isSDWA(*OtherInst)) in matchSDWAOperand()
790 TII->getNamedImmOperand(*OtherInst, AMDGPU::OpName::dst_sel)); in matchSDWAOperand()
830 TII->getNamedImmOperand(*OtherInst, AMDGPU::OpName::dst_unused)); in matchSDWAOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp878 for (const Instruction *OtherInst : InstructionsToHoist) { in makeGepsAvailable() local
880 if (auto *OtherLd = dyn_cast<LoadInst>(OtherInst)) in makeGepsAvailable()
884 cast<StoreInst>(OtherInst)->getPointerOperand()); in makeGepsAvailable()
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp198 const AsmWriterInst &OtherInst = Instructions[Idx]; in FindUniqueOperandCommands() local
199 return OtherInst.Operands.size() == Op || in FindUniqueOperandCommands()
200 OtherInst.Operands[Op] != FirstInst.Operands[Op]; in FindUniqueOperandCommands()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAsmWriterEmitter.cpp217 const AsmWriterInst &OtherInst = Instructions[Idx]; in FindUniqueOperandCommands() local
218 return OtherInst.Operands.size() == Op || in FindUniqueOperandCommands()
219 OtherInst.Operands[Op] != FirstInst.Operands[Op]; in FindUniqueOperandCommands()