Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1561 } OpTable[NumTypes] = { in selectDivRem() local
1600 auto OpEntryIt = llvm::find_if(OpTable, [RegTy](const DivRemEntry &El) { in selectDivRem()
1603 if (OpEntryIt == std::end(OpTable)) in selectDivRem()
H A DX86FastISel.cpp1890 } OpTable[NumTypes] = { in X86SelectDivRem() local
1945 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()