Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp289 unsigned OperandIndex; in rewriteInputConstraintReferences() local
290 if (!OperandStr.getAsInteger(10, OperandIndex)) { in rewriteInputConstraintReferences()
291 if (OperandIndex >= FirstIn) in rewriteInputConstraintReferences()
292 OperandIndex += NumNewOuts; in rewriteInputConstraintReferences()
293 OS << OperandIndex; in rewriteInputConstraintReferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h68 unsigned OperandIndex; member
71 unsigned OperandIndex, SUnit *SU) in VReg2SUnitOperIdx()
72 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {} in VReg2SUnitOperIdx()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h264 unsigned OperandIndex) { in getMissedOperand() argument
270 Result.MissedOperand.Index = OperandIndex; in getMissedOperand()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp181 for (unsigned int OperandIndex = 0; OperandIndex < I.getNumOperands(); in updateForBB() local
182 ++OperandIndex) { in updateForBB()
183 Value *Operand = I.getOperand(OperandIndex); in updateForBB()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp455 I->OperandIndex)); in addVRegDefDeps()
456 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep); in addVRegDefDeps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp267 for (unsigned OperandIndex = ImageDimIntr->GradientStart; in simplifyAMDGCNImageIntrinsic() local
268 OperandIndex < ImageDimIntr->VAddrEnd; OperandIndex++) { in simplifyAMDGCNImageIntrinsic()
269 Value *Coord = II.getOperand(OperandIndex); in simplifyAMDGCNImageIntrinsic()
272 if (OperandIndex < ImageDimIntr->CoordStart || in simplifyAMDGCNImageIntrinsic()
281 assert(OperandIndex == ImageDimIntr->GradientStart || in simplifyAMDGCNImageIntrinsic()
318 for (unsigned OperandIndex = ImageDimIntr->GradientStart; in simplifyAMDGCNImageIntrinsic() local
319 OperandIndex < EndIndex; OperandIndex++) { in simplifyAMDGCNImageIntrinsic()
320 Args[OperandIndex] = in simplifyAMDGCNImageIntrinsic()
321 convertTo16Bit(*II.getOperand(OperandIndex), IC.Builder); in simplifyAMDGCNImageIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp250 unsigned OperandIndex) { in getRegOperandNumElts() argument
251 unsigned OpReg = MI->getOperand(OperandIndex).getReg(); in getRegOperandNumElts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15387 std::optional<unsigned> OperandIndex = in findBuildAggregate_rec() local
15389 if (!OperandIndex) in findBuildAggregate_rec()
15393 BuildVectorOpds, InsertElts, *OperandIndex); in findBuildAggregate_rec()
15396 BuildVectorOpds[*OperandIndex] = InsertedOperand; in findBuildAggregate_rec()
15397 InsertElts[*OperandIndex] = LastInsertInst; in findBuildAggregate_rec()
H A DVPlanSLP.cpp155 unsigned OperandIndex) { in getOperands() argument
160 Operands.push_back(U->getOperand(OperandIndex)); in getOperands()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c764 WalkState->OperandIndex = WalkState->NumOperands; in AcpiDsEvalDataObjectOperands()
901 WalkState->OperandIndex = 0; in AcpiDsEvalBankFieldOperands()
H A Ddsutils.c906 WalkState->OperandIndex = (UINT8) Index; in AcpiDsCreateOperands()
H A Ddswexec.c532 WalkState->OperandIndex = 0; in AcpiDsExecEndOp()
H A Ddswstate.c469 WalkState->Operands [WalkState->OperandIndex] = Object; in AcpiDsObjStackPush()
474 WalkState->OperandIndex++; in AcpiDsObjStackPush()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacstruct.h189 …UINT8 OperandIndex; /* Index into operand stack, to be used by Acp… member