Searched refs:OperandIndex (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 67 unsigned OperandIndex; member 70 unsigned OperandIndex, SUnit *SU) in VReg2SUnitOperIdx() 71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {} in VReg2SUnitOperIdx()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 112 for (unsigned OperandIndex = ImageDimIntr->GradientStart; in simplifyAMDGCNImageIntrinsic() local 113 OperandIndex < ImageDimIntr->VAddrEnd; OperandIndex++) { in simplifyAMDGCNImageIntrinsic() 114 Value *Coord = II.getOperand(OperandIndex); in simplifyAMDGCNImageIntrinsic() 117 if (OperandIndex < ImageDimIntr->CoordStart || in simplifyAMDGCNImageIntrinsic() 126 assert(OperandIndex == ImageDimIntr->GradientStart || in simplifyAMDGCNImageIntrinsic() 156 for (unsigned OperandIndex = ImageDimIntr->GradientStart; in simplifyAMDGCNImageIntrinsic() local 157 OperandIndex < EndIndex; OperandIndex++) { in simplifyAMDGCNImageIntrinsic() 158 Args[OperandIndex] = in simplifyAMDGCNImageIntrinsic() 159 convertTo16Bit(*II.getOperand(OperandIndex), IC.Builder); in simplifyAMDGCNImageIntrinsic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 221 unsigned OperandIndex) { in getMissedOperand() argument 227 Result.MissedOperand.Index = OperandIndex; in getMissedOperand()
|
| /freebsd-13.1/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 | 763 WalkState->OperandIndex = WalkState->NumOperands; in AcpiDsEvalDataObjectOperands() 900 WalkState->OperandIndex = 0; in AcpiDsEvalBankFieldOperands()
|
| H A D | dsutils.c | 906 WalkState->OperandIndex = (UINT8) Index; in AcpiDsCreateOperands()
|
| H A D | dswexec.c | 532 WalkState->OperandIndex = 0; in AcpiDsExecEndOp()
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acstruct.h | 189 …UINT8 OperandIndex; /* Index into operand stack, to be used by Acp… member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 163 unsigned OperandIndex) { in getOperands() argument 168 Operands.push_back(U->getOperand(OperandIndex)); in getOperands()
|
| H A D | SLPVectorizer.cpp | 8068 Optional<int> OperandIndex = getInsertIndex(LastInsertInst, OperandOffset); in findBuildAggregate_rec() local 8069 if (!OperandIndex) in findBuildAggregate_rec() 8074 BuildVectorOpds, InsertElts, *OperandIndex)) in findBuildAggregate_rec() 8077 BuildVectorOpds[*OperandIndex] = InsertedOperand; in findBuildAggregate_rec() 8078 InsertElts[*OperandIndex] = LastInsertInst; in findBuildAggregate_rec()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 448 I->OperandIndex)); in addVRegDefDeps() 449 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep); in addVRegDefDeps()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstComments.cpp | 250 unsigned OperandIndex) { in getRegOperandNumElts() argument 251 unsigned OpReg = MI->getOperand(OperandIndex).getReg(); in getRegOperandNumElts()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 1281 unsigned OperandIndex; in rewriteInputConstraintReferences() local 1282 if (!OperandStr.getAsInteger(10, OperandIndex)) { in rewriteInputConstraintReferences() 1283 if (OperandIndex >= FirstIn) in rewriteInputConstraintReferences() 1284 OperandIndex += NumNewOuts; in rewriteInputConstraintReferences() 1285 OS << OperandIndex; in rewriteInputConstraintReferences()
|