| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 221 unsigned OperandIndex) { in getMissedOperand() argument 227 Result.MissedOperand.Index = OperandIndex; in getMissedOperand()
|
| /netbsd-src/sys/external/bsd/acpica/dist/dispatcher/ |
| H A D | dswstate.c | 361 WalkState->Operands [WalkState->OperandIndex] = Object; in AcpiDsObjStackPush() 366 WalkState->OperandIndex++; in AcpiDsObjStackPush()
|
| H A D | dsopcode.c | 656 WalkState->OperandIndex = WalkState->NumOperands; in AcpiDsEvalDataObjectOperands() 793 WalkState->OperandIndex = 0; in AcpiDsEvalBankFieldOperands()
|
| H A D | dsutils.c | 798 WalkState->OperandIndex = (UINT8) Index; in AcpiDsCreateOperands()
|
| H A D | dswexec.c | 424 WalkState->OperandIndex = 0; in AcpiDsExecEndOp()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 7708 Optional<int> OperandIndex = getInsertIndex(LastInsertInst, OperandOffset); in findBuildAggregate_rec() local 7709 if (!OperandIndex) in findBuildAggregate_rec() 7714 BuildVectorOpds, InsertElts, *OperandIndex)) in findBuildAggregate_rec() 7717 BuildVectorOpds[*OperandIndex] = InsertedOperand; in findBuildAggregate_rec() 7718 InsertElts[*OperandIndex] = LastInsertInst; in findBuildAggregate_rec()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | MCInstrDescView.cpp | 285 for (auto OperandIndex : Var.TiedOperands) { in dump() local 288 Stream << "Op" << OperandIndex; in dump()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | acstruct.h | 81 …UINT8 OperandIndex; /* Index into operand stack, to be used by Acp… member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 448 I->OperandIndex)); in addVRegDefDeps() 449 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep); in addVRegDefDeps()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|