Searched refs:NumOps (Results 76 - 78 of 78) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1851 const static unsigned NumOps = 4; // SDiv, SRem, UDiv, URem local
1878 } ResultTable[NumOps];
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2268 unsigned NumOps = MI.getDesc().getNumOperands() + local
2271 return MI.getNumOperands() == NumOps;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1708 if (unsigned NumOps = N->getNumOperands()) {
1711 if (N->getOperand(NumOps-1).getValueType() == MVT::Other)
1712 return N->getOperand(NumOps-1);
1713 for (unsigned i = 1; i < NumOps-1; ++i)
18130 unsigned NumOps = N->getNumOperands() * In.getNumOperands(); local
18132 Ops.resize(NumOps, DAG.getUNDEF(Ops[0].getValueType()));

Completed in 388 milliseconds

1234