Home
last modified time | relevance | path

Searched refs:OperandIndex (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h67 unsigned OperandIndex; member
70 unsigned OperandIndex, SUnit *SU) in VReg2SUnitOperIdx()
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {} in VReg2SUnitOperIdx()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DLeonPasses.h36 int GetRegIndexForOperand(MachineInstr &MI, int OperandIndex);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h222 unsigned OperandIndex) { in getMissedOperand() argument
228 Result.MissedOperand.Index = OperandIndex; in getMissedOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp161 unsigned OperandIndex) { in getOperands() argument
165 Operands.push_back(U->getOperand(OperandIndex)); in getOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstComments.cpp216 unsigned OperandIndex) { in getRegOperandNumElts() argument
217 unsigned OpReg = MI->getOperand(OperandIndex).getReg(); in getRegOperandNumElts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp446 I->OperandIndex)); in addVRegDefDeps()