Searched refs:getOperandConstraint (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h619 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)
H A DX86MCCodeEmitter.cpp1023 Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1;
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h156 int getOperandConstraint(unsigned OpNum, function in class:llvm::MCInstrDesc
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1062 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1142 if (!Skipped && MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1213 if (!Skipped && MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1607 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1882 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1897 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1900 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp176 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);
1038 if (NumOps > 1 && Desc->getOperandConstraint(1, MCOI::TIED_TO) == 0)
1040 else if (NumOps > 3 && Desc->getOperandConstraint(2, MCOI::TIED_TO) == 0) {
1041 assert(Desc->getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1);
H A DX86InstrInfo.cpp4088 MI->getDesc().getOperandConstraint(1, MCOI::TIED_TO) != -1;
4553 MI->getDesc().getOperandConstraint(1, MCOI::TIED_TO) != -1;
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp147 MI->getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) {
152 MI->getDesc().getOperandConstraint(Idx2, MCOI::TIED_TO) == 0) {
H A DMachineInstr.cpp720 int DefIdx = MCID->getOperandConstraint(OpNo, MCOI::TIED_TO);
725 if (MCID->getOperandConstraint(OpNo, MCOI::EARLY_CLOBBER) != -1)
H A DMachineVerifier.cpp841 int TiedTo = MCID.getOperandConstraint(MONum, MCOI::TIED_TO);
877 if (-1 == MCID.getOperandConstraint(OtherIdx, MCOI::TIED_TO))
H A DRegAllocFast.cpp921 MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp260 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
H A DScheduleDAGSDNodes.cpp442 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
H A DInstrEmitter.cpp357 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
H A DScheduleDAGRRList.cpp1006 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
2689 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) {
2916 if (MCID.getOperandConstraint(j+NumRes, MCOI::TIED_TO) == -1)
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp262 assert(MI->getDesc().getOperandConstraint(0, MCOI::TIED_TO) &&

Completed in 2033 milliseconds