Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4157 const int NumDefOps = MI.getNumExplicitDefs(); in reduceOperationWidth() local
4158 const int NumSrcOps = MI.getNumOperands() - NumDefOps; in reduceOperationWidth()
4168 for (int I = 0; I < NumDefOps; ++I) in reduceOperationWidth()
4182 Register SrcReg = MI.getOperand(I + NumDefOps).getReg(); in reduceOperationWidth()
4240 if (NumDefOps == 1) in reduceOperationWidth()
4246 for (int J = 0; J != NumDefOps; ++J) in reduceOperationWidth()
4255 for (int I = 0; I != NumDefOps; ++I) in reduceOperationWidth()
4262 for (int I = 0; I != NumDefOps; ++I) { in reduceOperationWidth()