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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonPasses.h36 int GetRegIndexForOperand(MachineInstr &MI, int OperandIndex);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h67 unsigned OperandIndex; member in struct:llvm::VReg2SUnitOperIdx
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
69 VReg2SUnitOperIdx(unsigned VReg, LaneBitmask LaneMask, unsigned OperandIndex, SUnit *SU) argument
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp826 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS;
827 ++OperandIndex) {
829 .operands[OperandIndex].encoding;
831 .operands[OperandIndex].type;
859 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS;
860 ++OperandIndex) {
862 .operands[OperandIndex].encoding;
864 .operands[OperandIndex]
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacstruct.h189 UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */ member in struct:acpi_walk_state
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h219 // OperandIndex is the index into the parsed operand list.
222 unsigned OperandIndex) {
228 Result.MissedOperand.Index = OperandIndex;
220 getMissedOperand(unsigned OperandError, unsigned OperandClass, unsigned Opcode, unsigned OperandIndex) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp161 unsigned OperandIndex) {
165 Operands.push_back(U->getOperand(OperandIndex));
160 getOperands(ArrayRef<VPValue *> Values, unsigned OperandIndex) argument
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c763 WalkState->OperandIndex = WalkState->NumOperands;
900 WalkState->OperandIndex = 0;
H A Ddswstate.c469 WalkState->Operands [WalkState->OperandIndex] = Object;
474 WalkState->OperandIndex++;
H A Ddsutils.c906 WalkState->OperandIndex = (UINT8) Index;
H A Ddswexec.c532 WalkState->OperandIndex = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp447 I->OperandIndex));
448 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp250 unsigned OperandIndex) {
251 unsigned OpReg = MI->getOperand(OperandIndex).getReg();
249 getRegOperandNumElts(const MCInst *MI, unsigned ScalarSize, unsigned OperandIndex) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp1278 unsigned OperandIndex; local
1279 if (!OperandStr.getAsInteger(10, OperandIndex)) {
1280 if (OperandIndex >= FirstIn)
1281 OperandIndex += NumNewOuts;
1282 OS << OperandIndex; local

Completed in 238 milliseconds