Searched defs:numOperands (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
H A DEDInstInfo.h21 uint8_t numOperands; member in struct:llvm::EDInstInfo
/external/llvm/lib/MC/MCDisassembler/
H A DEDInst.cpp42 unsigned int numOperands = Operands.size(); local
44 for (index = 0; index < numOperands; ++index)
110 for (opIndex = 0; opIndex < ThisInstInfo->numOperands; ++opIndex) {
148 int EDInst::numOperands() { function in class:EDInst
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp313 unsigned numOperands = inst->numOperands(); local
315 if ((int)numOperands < 0) {
320 for (unsigned operandIndex = 0; operandIndex != numOperands;
/external/llvm/utils/TableGen/
H A DEDEmitter.cpp370 unsigned int numOperands = inst.Operands.size(); local
372 for (index = 0; index < numOperands; ++index) {
763 unsigned int numOperands = inst.Operands.size(); local
765 if (numOperands > EDIS_MAX_OPERANDS) {
766 errs() << "numOperands == " << numOperands << " > " <<
771 for (index = 0; index < numOperands; ++index) {
H A DX86RecognizableInstr.cpp471 unsigned numOperands = OperandList.size(); local
473 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
484 unsigned numOperands = OperandList.size(); local
486 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
551 unsigned numOperands = OperandList.size();
557 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough");
559 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
592 // operandIndex should always be < numOperands
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1610 unsigned numOperands, SDVTList VTs, ISD::MemIndexedMode AM,
1615 InitOperands(Ops, Operands, numOperands);
1609 LSBaseSDNode(ISD::NodeType NodeTy, DebugLoc dl, SDValue *Operands, unsigned numOperands, SDVTList VTs, ISD::MemIndexedMode AM, EVT MemVT, MachineMemOperand *MMO) argument

Completed in 183 milliseconds