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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h68 unsigned OperandIndex; member in struct:llvm::VReg2SUnitOperIdx
71 unsigned OperandIndex, SUnit *SU)
72 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
70 VReg2SUnitOperIdx(unsigned VReg, LaneBitmask LaneMask, unsigned OperandIndex, SUnit *SU) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp181 for (unsigned int OperandIndex = 0; OperandIndex < I.getNumOperands();
182 ++OperandIndex) {
183 Value *Operand = I.getOperand(OperandIndex);
/freebsd-current/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-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp267 for (unsigned OperandIndex = ImageDimIntr->GradientStart;
268 OperandIndex < ImageDimIntr->VAddrEnd; OperandIndex++) {
269 Value *Coord = II.getOperand(OperandIndex);
272 if (OperandIndex < ImageDimIntr->CoordStart ||
281 assert(OperandIndex == ImageDimIntr->GradientStart ||
318 for (unsigned OperandIndex = ImageDimIntr->GradientStart;
319 OperandIndex < EndIndex; OperandIndex++) {
320 Args[OperandIndex]
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp155 unsigned OperandIndex) {
160 Operands.push_back(U->getOperand(OperandIndex));
154 getOperands(ArrayRef<VPValue *> Values, unsigned OperandIndex) argument
H A DSLPVectorizer.cpp2272 /// \param DemotedConsts list of Instruction/OperandIndex pairs that are
15368 std::optional<unsigned> OperandIndex =
15370 if (!OperandIndex)
15374 BuildVectorOpds, InsertElts, *OperandIndex);
15377 BuildVectorOpds[*OperandIndex] = InsertedOperand;
15378 InsertElts[*OperandIndex] = LastInsertInst;
/freebsd-current/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswstate.c469 WalkState->Operands [WalkState->OperandIndex] = Object;
474 WalkState->OperandIndex++;
H A Ddsopcode.c764 WalkState->OperandIndex = WalkState->NumOperands;
901 WalkState->OperandIndex = 0;
H A Ddsutils.c906 WalkState->OperandIndex = (UINT8) Index;
H A Ddswexec.c532 WalkState->OperandIndex = 0;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h261 // OperandIndex is the index into the parsed operand list.
264 unsigned OperandIndex) {
270 Result.MissedOperand.Index = OperandIndex;
262 getMissedOperand(unsigned OperandError, unsigned OperandClass, unsigned Opcode, unsigned OperandIndex) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp455 I->OperandIndex));
456 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp289 unsigned OperandIndex; local
290 if (!OperandStr.getAsInteger(10, OperandIndex)) {
291 if (OperandIndex >= FirstIn)
292 OperandIndex += NumNewOuts;
293 OS << OperandIndex; local
/freebsd-current/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

Completed in 154 milliseconds