Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp785 } OpTable[] = { in selectZext() local
793 std::find_if(std::begin(OpTable), std::end(OpTable), in selectZext()
799 if (ZextEntryIt != std::end(OpTable)) { in selectZext()
1537 } OpTable[] = { in selectShift() local
1548 std::begin(OpTable), std::end(OpTable), [DstTy](const ShiftEntry &El) { in selectShift()
1551 if (ShiftEntryIt == std::end(OpTable)) in selectShift()
1643 } OpTable[NumTypes] = { in selectDivRem() local
1682 auto OpEntryIt = std::find_if(std::begin(OpTable), std::end(OpTable), in selectDivRem()
1686 if (OpEntryIt == std::end(OpTable)) in selectDivRem()
H A DX86FastISel.cpp1894 } OpTable[NumTypes] = { in X86SelectDivRem() local
1949 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp284 static const unsigned OpTable[8][2] = { in getSrcs() local
297 MI.getOperand(getOperandIdx(MI.getOpcode(), OpTable[j][0])); in getSrcs()
301 MI.getOperand(getOperandIdx(MI.getOpcode(), OpTable[j][1])); in getSrcs()
310 static const unsigned OpTable[3][2] = { in getSrcs() local
317 int SrcIdx = getOperandIdx(MI.getOpcode(), OpTable[j][0]); in getSrcs()
324 MI.getOperand(getOperandIdx(MI.getOpcode(), OpTable[j][1])); in getSrcs()