Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h69 unsigned OperandIndex; member
72 unsigned OperandIndex, SUnit *SU) in VReg2SUnitOperIdx()
73 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {} in VReg2SUnitOperIdx()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp182 for (unsigned int OperandIndex = 0; OperandIndex < I.getNumOperands(); in updateForBB() local
183 ++OperandIndex) { in updateForBB()
184 Value *Operand = I.getOperand(OperandIndex); in updateForBB()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp326 for (unsigned OperandIndex = ImageDimIntr->GradientStart; in simplifyAMDGCNImageIntrinsic() local
327 OperandIndex < ImageDimIntr->VAddrEnd; OperandIndex++) { in simplifyAMDGCNImageIntrinsic()
328 Value *Coord = II.getOperand(OperandIndex); in simplifyAMDGCNImageIntrinsic()
331 if (OperandIndex < ImageDimIntr->CoordStart || in simplifyAMDGCNImageIntrinsic()
340 assert(OperandIndex == ImageDimIntr->GradientStart || in simplifyAMDGCNImageIntrinsic()
377 for (unsigned OperandIndex = ImageDimIntr->GradientStart; in simplifyAMDGCNImageIntrinsic() local
378 OperandIndex < EndIndex; OperandIndex++) { in simplifyAMDGCNImageIntrinsic()
379 Args[OperandIndex] = in simplifyAMDGCNImageIntrinsic()
380 convertTo16Bit(*II.getOperand(OperandIndex), IC.Builder); in simplifyAMDGCNImageIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h247 unsigned OperandIndex) { in getMissedOperand() argument
253 Result.MissedOperand.Index = OperandIndex; in getMissedOperand()
/freebsd/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.c764 WalkState->OperandIndex = WalkState->NumOperands; in AcpiDsEvalDataObjectOperands()
901 WalkState->OperandIndex = 0; in AcpiDsEvalBankFieldOperands()
H A Ddsutils.c909 WalkState->OperandIndex = (UINT8) Index; in AcpiDsCreateOperands()
H A Ddswexec.c532 WalkState->OperandIndex = 0; in AcpiDsExecEndOp()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacstruct.h189 …UINT8 OperandIndex; /* Index into operand stack, to be used by Acp… member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp211 unsigned OperandIndex) { in getOperands() argument
216 Operands.push_back(U->getOperand(OperandIndex)); in getOperands()
H A DSLPVectorizer.cpp23496 std::optional<unsigned> OperandIndex = in findBuildAggregateRec() local
23498 if (!OperandIndex || R.isDeleted(LastInsertInst)) in findBuildAggregateRec()
23502 BuildVectorOpds, InsertElts, *OperandIndex, R); in findBuildAggregateRec()
23505 BuildVectorOpds[*OperandIndex] = InsertedOperand; in findBuildAggregateRec()
23506 InsertElts[*OperandIndex] = LastInsertInst; in findBuildAggregateRec()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp276 unsigned OperandIndex; in rewriteInputConstraintReferences() local
277 if (!OperandStr.getAsInteger(10, OperandIndex)) { in rewriteInputConstraintReferences()
278 if (OperandIndex >= FirstIn) in rewriteInputConstraintReferences()
279 OperandIndex += NumNewOuts; in rewriteInputConstraintReferences()
280 OS << OperandIndex; in rewriteInputConstraintReferences()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp477 I->OperandIndex)); in addVRegDefDeps()
478 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep, in addVRegDefDeps()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp271 unsigned OperandIndex) { in getRegOperandNumElts() argument
272 MCRegister OpReg = MI->getOperand(OperandIndex).getReg(); in getRegOperandNumElts()