Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h67 unsigned OperandIndex; member
70 unsigned OperandIndex, SUnit *SU) in VReg2SUnitOperIdx()
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {} in VReg2SUnitOperIdx()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp838 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo() local
839 ++OperandIndex) { in emitInstructionInfo()
841 .operands[OperandIndex].encoding; in emitInstructionInfo()
843 .operands[OperandIndex].type; in emitInstructionInfo()
871 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS; in emitInstructionInfo() local
872 ++OperandIndex) { in emitInstructionInfo()
874 .operands[OperandIndex].encoding; in emitInstructionInfo()
876 .operands[OperandIndex].type; in emitInstructionInfo()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DLeonPasses.h37 int GetRegIndexForOperand(MachineInstr &MI, int OperandIndex);
/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h230 unsigned OperandIndex) { in getMissedOperand() argument
236 Result.MissedOperand.Index = OperandIndex; in getMissedOperand()
/freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswstate.c469 WalkState->Operands [WalkState->OperandIndex] = Object; in AcpiDsObjStackPush()
474 WalkState->OperandIndex++; in AcpiDsObjStackPush()
H A Ddsopcode.c751 WalkState->OperandIndex = WalkState->NumOperands; in AcpiDsEvalDataObjectOperands()
888 WalkState->OperandIndex = 0; in AcpiDsEvalBankFieldOperands()
H A Ddsutils.c906 WalkState->OperandIndex = (UINT8) Index; in AcpiDsCreateOperands()
H A Ddswexec.c527 WalkState->OperandIndex = 0; in AcpiDsExecEndOp()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacstruct.h189 …UINT8 OperandIndex; /* Index into operand stack, to be used by Acp… member
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp162 unsigned OperandIndex) { in getOperands() argument
166 Operands.push_back(U->getOperand(OperandIndex)); in getOperands()
/freebsd-12.1/contrib/llvm/lib/Target/X86/InstPrinter/
H A DX86InstComments.cpp217 unsigned OperandIndex) { in getRegOperandNumElts() argument
218 unsigned OpReg = MI->getOperand(OperandIndex).getReg(); in getRegOperandNumElts()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp424 I->OperandIndex)); in addVRegDefDeps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1181 unsigned OperandIndex; in rewriteInputConstraintReferences() local
1182 if (!OperandStr.getAsInteger(10, OperandIndex)) { in rewriteInputConstraintReferences()
1183 if (OperandIndex >= FirstIn) in rewriteInputConstraintReferences()
1184 OperandIndex += NumNewOuts; in rewriteInputConstraintReferences()
1185 OS << OperandIndex; in rewriteInputConstraintReferences()