Searched refs:OperandIndex (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h48 unsigned OperandIndex; member in struct:llvm::VReg2SUnitOperIdx
51 unsigned OperandIndex, SUnit *SU)
52 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
50 VReg2SUnitOperIdx(unsigned VReg, LaneBitmask LaneMask, unsigned OperandIndex, SUnit *SU) argument
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp637 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS;
638 ++OperandIndex) {
640 .operands[OperandIndex].encoding;
642 .operands[OperandIndex].type;
670 for (unsigned OperandIndex = 0; OperandIndex < X86_MAX_OPERANDS;
671 ++OperandIndex) {
673 .operands[OperandIndex].encoding;
675 .operands[OperandIndex]
[all...]
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86InstComments.cpp39 unsigned OperandIndex) {
40 unsigned OpReg = MI->getOperand(OperandIndex).getReg();
38 getRegOperandVectorVT(const MCInst *MI, const MVT &ScalarVT, unsigned OperandIndex) argument
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp977 unsigned OperandIndex; local
978 if (!OperandStr.getAsInteger(10, OperandIndex)) {
979 if (OperandIndex >= FirstIn)
980 OperandIndex += NumNewOuts;
981 OS << OperandIndex; local
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp427 I->OperandIndex));

Completed in 108 milliseconds