HomeSort by: relevance | last modified time | path
    Searched refs:OperandIndex (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp 112 for (unsigned OperandIndex = ImageDimIntr->GradientStart;
113 OperandIndex < ImageDimIntr->VAddrEnd; OperandIndex++) {
114 Value *Coord = II.getOperand(OperandIndex);
117 if (OperandIndex < ImageDimIntr->CoordStart ||
126 assert(OperandIndex == ImageDimIntr->GradientStart ||
156 for (unsigned OperandIndex = ImageDimIntr->GradientStart;
157 OperandIndex < EndIndex; OperandIndex++) {
158 Args[OperandIndex]
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 81 UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 218 // OperandIndex is the index into the parsed operand list.
221 unsigned OperandIndex) {
227 Result.MissedOperand.Index = OperandIndex;
  /src/sys/external/bsd/acpica/dist/dispatcher/
dswstate.c 361 WalkState->Operands [WalkState->OperandIndex] = Object;
366 WalkState->OperandIndex++;
dsopcode.c 656 WalkState->OperandIndex = WalkState->NumOperands;
793 WalkState->OperandIndex = 0;
dsutils.c 801 WalkState->OperandIndex = (UINT8) Index;
dswexec.c 424 WalkState->OperandIndex = 0;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanSLP.cpp 163 unsigned OperandIndex) {
168 Operands.push_back(U->getOperand(OperandIndex));
SLPVectorizer.cpp 7708 Optional<int> OperandIndex = getInsertIndex(LastInsertInst, OperandOffset);
7709 if (!OperandIndex)
7714 BuildVectorOpds, InsertElts, *OperandIndex))
7717 BuildVectorOpds[*OperandIndex] = InsertedOperand;
7718 InsertElts[*OperandIndex] = LastInsertInst;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.cpp 285 for (auto OperandIndex : Var.TiedOperands) {
288 Stream << "Op" << OperandIndex;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 448 I->OperandIndex));
449 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86InstComments.cpp 250 unsigned OperandIndex) {
251 unsigned OpReg = MI->getOperand(OperandIndex).getReg();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 1281 unsigned OperandIndex;
1282 if (!OperandStr.getAsInteger(10, OperandIndex)) {
1283 if (OperandIndex >= FirstIn)
1284 OperandIndex += NumNewOuts;
1285 OS << OperandIndex;

Completed in 80 milliseconds