Searched refs:MCOI (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/MC/
H A DMCInstrAnalysis.cpp16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h26 namespace MCOI { namespace in namespace:llvm
63 /// Flags - These are flags from the MCOI::OperandFlags enum.
76 bool isLookupPtrRegClass() const {return Flags&(1 <<MCOI::LookupPtrRegClass);}
80 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
84 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
150 MCOI::OperandConstraint Constraint) const {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp575 if (NumOps > 1 && Desc.getOperandConstraint(1, MCOI::TIED_TO) == 0)
577 else if (NumOps > 3 && Desc.getOperandConstraint(2, MCOI::TIED_TO) == 0) {
578 assert(Desc.getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1);
738 Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1;
980 if (NumOps > 1 && Desc.getOperandConstraint(1, MCOI::TIED_TO) == 0)
982 else if (NumOps > 3 && Desc.getOperandConstraint(2, MCOI::TIED_TO) == 0) {
983 assert(Desc.getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp218 if (Info->get(Inst.getOpcode()).OpInfo[0].OperandType!=MCOI::OPERAND_PCREL)
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp172 Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1;
938 if (NumOps > 1 && Desc->getOperandConstraint(1, MCOI::TIED_TO) == 0)
940 else if (NumOps > 3 && Desc->getOperandConstraint(2, MCOI::TIED_TO) == 0) {
941 assert(Desc->getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1);
1127 if (NumOps > 1 && Desc->getOperandConstraint(1, MCOI::TIED_TO) == 0)
1129 else if (NumOps > 3 && Desc->getOperandConstraint(2, MCOI::TIED_TO) == 0) {
1130 assert(Desc->getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1);
H A DX86InstrInfo.cpp3593 MI->getDesc().getOperandConstraint(1, MCOI::TIED_TO) != -1;
3983 MI->getDesc().getOperandConstraint(1, MCOI::TIED_TO) != -1;
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp793 const MCOperandInfo &MCOI = MCID.OpInfo[MONum]; local
796 else if (!MO->isDef() && !MCOI.isOptionalDef())
801 const MCOperandInfo &MCOI = MCID.OpInfo[MONum]; local
806 if (MO->isDef() && !MCOI.isOptionalDef())
812 int TiedTo = MCID.getOperandConstraint(MONum, MCOI::TIED_TO);
848 if (-1 == MCID.getOperandConstraint(OtherIdx, MCOI::TIED_TO))
H A DTargetInstrInfoImpl.cpp89 MI->getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) {
94 MI->getDesc().getOperandConstraint(Idx2, MCOI::TIED_TO) == 0) {
H A DMachineInstr.cpp733 int DefIdx = MCID->getOperandConstraint(OpNo, MCOI::TIED_TO);
738 if (MCID->getOperandConstraint(OpNo, MCOI::EARLY_CLOBBER) != -1)
1626 const MCOperandInfo &MCOI = getDesc().OpInfo[i];
1627 if (MCOI.isPredicate())
1629 if (MCOI.isOptionalDef())
H A DRegAllocFast.cpp964 MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1;
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1158 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1244 if (!Skipped && MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1315 if (!Skipped && MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1718 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
2019 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
2034 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
2037 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp254 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
H A DScheduleDAGRRList.cpp984 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
2662 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) {
2889 if (MCID.getOperandConstraint(j+NumRes, MCOI::TIED_TO) == -1)
H A DScheduleDAGSDNodes.cpp436 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
H A DInstrEmitter.cpp343 bool isTied = MI->getDesc().getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp168 assert(MI->getDesc().getOperandConstraint(0, MCOI::TIED_TO) &&

Completed in 304 milliseconds