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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp282 static const unsigned OpTable[8][2] = { local
295 MI.getOperand(getOperandIdx(MI.getOpcode(), OpTable[j][0]));
299 MI.getOperand(getOperandIdx(MI.getOpcode(), OpTable[j][1]));
308 static const unsigned OpTable[3][2] = { local
315 int SrcIdx = getOperandIdx(MI.getOpcode(), OpTable[j][0]);
322 MI.getOperand(getOperandIdx(MI.getOpcode(), OpTable[j][1]));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp793 } OpTable[] = { local
801 std::find_if(std::begin(OpTable), std::end(OpTable),
807 if (ZextEntryIt != std::end(OpTable)) {
1569 } OpTable[NumTypes] = { local
1608 auto OpEntryIt = std::find_if(std::begin(OpTable), std::end(OpTable),
1612 if (OpEntryIt == std::end(OpTable))
H A DX86FastISel.cpp1871 } OpTable[NumTypes] = { local
1926 const DivRemEntry &TypeEntry = OpTable[TypeIndex];

Completed in 168 milliseconds