Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3951 const int NumDefOps = MI.getNumExplicitDefs(); in reduceOperationWidth() local
3952 const int NumSrcOps = MI.getNumOperands() - NumDefOps; in reduceOperationWidth()
3962 for (int I = 0; I < NumDefOps; ++I) in reduceOperationWidth()
3978 Register SrcReg = MI.getOperand(I + NumDefOps).getReg(); in reduceOperationWidth()
4034 if (NumDefOps == 1) in reduceOperationWidth()
4040 for (int J = 0; J != NumDefOps; ++J) in reduceOperationWidth()
4049 for (int I = 0; I != NumDefOps; ++I) in reduceOperationWidth()
4056 for (int I = 0; I != NumDefOps; ++I) { in reduceOperationWidth()