HomeSort by relevance Sort by last modified time
    Searched refs:OperandIndex (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 50 unsigned OperandIndex;
53 unsigned OperandIndex, SUnit *SU)
54 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 50 unsigned OperandIndex;
53 unsigned OperandIndex, SUnit *SU)
54 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 50 unsigned OperandIndex;
53 unsigned OperandIndex, SUnit *SU)
54 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAGInstrs.h 67 unsigned OperandIndex;
70 unsigned OperandIndex, SUnit *SU)
71 : VReg2SUnit(VReg, LaneMask, SU), OperandIndex(OperandIndex) {}
  /external/llvm/lib/Target/Sparc/
LeonPasses.cpp 30 int OperandIndex) {
32 if (OperandIndex == LAST_OPERAND) {
33 OperandIndex = MI.getNumOperands() - 1;
36 if (MI.getNumOperands() > (unsigned)OperandIndex &&
37 MI.getOperand(OperandIndex).isReg()) {
38 return (int)MI.getOperand(OperandIndex).getReg();
463 for (unsigned OperandIndex = 0; OperandIndex < NumOperands;
464 OperandIndex++) {
465 MachineOperand &MO = MI.getOperand(OperandIndex);
    [all...]
LeonPasses.h 38 int GetRegIndexForOperand(MachineInstr &MI, int OperandIndex);
  /external/llvm/utils/TableGen/
X86DisassemblerTables.cpp 637 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].type
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/MCParser/
MCTargetAsmParser.h 179 // OperandIndex is the index into the parsed operand list.
182 unsigned OperandIndex) {
188 Result.MissedOperand.Index = OperandIndex;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/MCParser/
MCTargetAsmParser.h 179 // OperandIndex is the index into the parsed operand list.
182 unsigned OperandIndex) {
188 Result.MissedOperand.Index = OperandIndex;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/
MCTargetAsmParser.h 179 // OperandIndex is the index into the parsed operand list.
182 unsigned OperandIndex) {
188 Result.MissedOperand.Index = OperandIndex;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/
MCTargetAsmParser.h 179 // OperandIndex is the index into the parsed operand list.
182 unsigned OperandIndex) {
188 Result.MissedOperand.Index = OperandIndex;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/MCParser/
MCTargetAsmParser.h 179 // OperandIndex is the index into the parsed operand list.
182 unsigned OperandIndex) {
188 Result.MissedOperand.Index = OperandIndex;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/MCParser/
MCTargetAsmParser.h 179 // OperandIndex is the index into the parsed operand list.
182 unsigned OperandIndex) {
188 Result.MissedOperand.Index = OperandIndex;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/MCParser/
MCTargetAsmParser.h 179 // OperandIndex is the index into the parsed operand list.
182 unsigned OperandIndex) {
188 Result.MissedOperand.Index = OperandIndex;

Completed in 997 milliseconds

1 2