Searched refs:NumOp (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp84 int NumOp = Inst->getNumExplicitOperands(); local
88 BB = Inst->getOperand(NumOp-1).getMBB();
91 for (int i = 0; i < NumOp-1; i++)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1258 unsigned NumOp = Op.getNumOperands();
1260 if (NumOp == 2)
1304 assert(isPowerOf2_32(NumOp) && HwLen % NumOp == 0);
1311 if (NumOp == 2)
1320 Ops.take_front(NumOp/2));
1322 Ops.take_back(NumOp/2));
H A DHexagonConstPropagation.cpp2351 unsigned NumOp = MI.getNumOperands(); local
2352 if (NumOp == 0)
3146 unsigned NumOp = BrI.getNumOperands(); local
3147 if (!NumOp)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1112 unsigned NumOp = GEP->getNumOperands();
1115 for (unsigned i = 0; i < NumOp; ++i) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1841 unsigned NumOp = MCID.getNumOperands(); local
1842 if (NumOp != 3 && NumOp != 4)
1845 const MCOperandInfo &OpInfo = MCID.OpInfo[NumOp - 1];
1851 MCOperand &Op = Inst.getOperand(NumOp - 1);
3679 unsigned NumOp = Inst.getNumOperands(); local
3680 assert((NumOp == 3 || NumOp == 4) && "unexpected operands number");
3681 unsigned StartOp = NumOp == 3 ? 0 : 1;
3711 if (NumOp
3806 unsigned NumOp = Inst.getNumOperands(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp718 int NumOp = MI.getNumOperands(); local
719 if (NumOp >= 2) {
720 for (int i = 0; i < NumOp-1; ++i) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp685 int NumOp = MI.getNumExplicitOperands(); local
686 return MI.getOperand(NumOp - 1).getMBB();
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1296 for (unsigned Op = 0, NumOp = constant->getNumOperands(); Op != NumOp; ++Op) {

Completed in 133 milliseconds