Home
last modified time | relevance | path

Searched refs:OpTable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp261 static const unsigned OpTable[8][2] = { in getSrcs() local
272 for (const auto &Op : OpTable) { in getSrcs()
285 static const unsigned OpTable[3][2] = { in getSrcs() local
291 for (const auto &Op : OpTable) { in getSrcs()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1525 } OpTable[NumTypes] = { in selectDivRem() local
1564 auto OpEntryIt = llvm::find_if(OpTable, [RegTy](const DivRemEntry &El) { in selectDivRem()
1567 if (OpEntryIt == std::end(OpTable)) in selectDivRem()
H A DX86FastISel.cpp1892 } OpTable[NumTypes] = { in X86SelectDivRem() local
1947 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()