HomeSort by relevance Sort by last modified time
    Searched refs:MCOI (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 29 namespace MCOI {
66 /// Flags - These are flags from the MCOI::OperandFlags enum.
79 bool isLookupPtrRegClass() const {return Flags&(1 <<MCOI::LookupPtrRegClass);}
83 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
87 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
157 MCOI::OperandConstraint Constraint) const {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 619 if (NumOps > 1 && Desc.getOperandConstraint(1, MCOI::TIED_TO) == 0)
621 else if (NumOps > 3 && Desc.getOperandConstraint(2, MCOI::TIED_TO) == 0 &&
622 Desc.getOperandConstraint(3, MCOI::TIED_TO) == 1)
626 else if (NumOps > 3 && Desc.getOperandConstraint(2, MCOI::TIED_TO) == 0 &&
627 Desc.getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1)
631 else if (NumOps > 2 && Desc.getOperandConstraint(NumOps - 2, MCOI::TIED_TO) == 0)
X86MCCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 176 Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1;
840 if (NumOps > 1 && Desc->getOperandConstraint(1, MCOI::TIED_TO) == 0)
842 else if (NumOps > 3 && Desc->getOperandConstraint(2, MCOI::TIED_TO) == 0) {
843 assert(Desc->getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1);
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 822 const MCOperandInfo &MCOI = MCID.OpInfo[MONum];
825 else if (!MO->isDef() && !MCOI.isOptionalDef())
830 const MCOperandInfo &MCOI = MCID.OpInfo[MONum];
835 if (MO->isDef() && !MCOI.isOptionalDef())
841 int TiedTo = MCID.getOperandConstraint(MONum, MCOI::TIED_TO);
877 if (-1 == MCID.getOperandConstraint(OtherIdx, MCOI::TIED_TO))
    [all...]
MachineInstr.cpp 720 int DefIdx = MCID->getOperandConstraint(OpNo, MCOI::TIED_TO);
725 if (MCID->getOperandConstraint(OpNo, MCOI::EARLY_CLOBBER) != -1)
    [all...]
TargetInstrInfo.cpp 147 MI->getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) {
152 MI->getDesc().getOperandConstraint(Idx2, MCOI::TIED_TO) == 0) {
RegAllocFast.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 338 if (Info->get(Inst.getOpcode()).OpInfo[0].OperandType!=MCOI::OPERAND_PCREL)
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 260 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
ScheduleDAGSDNodes.cpp 442 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
    [all...]
InstrEmitter.cpp 357 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
    [all...]
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp 562 case MCOI::OPERAND_REGISTER: {
571 case MCOI::OPERAND_IMMEDIATE:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 262 assert(MI->getDesc().getOperandConstraint(0, MCOI::TIED_TO) &&
    [all...]

Completed in 2989 milliseconds