| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 69 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 D | FunctionPropertiesAnalysis.cpp | 182 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 D | AMDGPUInstCombineIntrinsic.cpp | 326 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 D | MCTargetAsmParser.h | 247 unsigned OperandIndex) { in getMissedOperand() argument 253 Result.MissedOperand.Index = OperandIndex; in getMissedOperand()
|
| /freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dswstate.c | 469 WalkState->Operands [WalkState->OperandIndex] = Object; in AcpiDsObjStackPush() 474 WalkState->OperandIndex++; in AcpiDsObjStackPush()
|
| H A D | dsopcode.c | 764 WalkState->OperandIndex = WalkState->NumOperands; in AcpiDsEvalDataObjectOperands() 901 WalkState->OperandIndex = 0; in AcpiDsEvalBankFieldOperands()
|
| H A D | dsutils.c | 909 WalkState->OperandIndex = (UINT8) Index; in AcpiDsCreateOperands()
|
| H A D | dswexec.c | 532 WalkState->OperandIndex = 0; in AcpiDsExecEndOp()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acstruct.h | 189 …UINT8 OperandIndex; /* Index into operand stack, to be used by Acp… member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 211 unsigned OperandIndex) { in getOperands() argument 216 Operands.push_back(U->getOperand(OperandIndex)); in getOperands()
|
| H A D | SLPVectorizer.cpp | 23496 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 D | X86.cpp | 276 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 D | ScheduleDAGInstrs.cpp | 477 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 D | X86InstComments.cpp | 271 unsigned OperandIndex) { in getRegOperandNumElts() argument 272 MCRegister OpReg = MI->getOperand(OperandIndex).getReg(); in getRegOperandNumElts()
|