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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h146 /// getOperandConstraint - Returns the value of the specific constraint if
148 int getOperandConstraint(unsigned OpNum, function in class:llvm::MCInstrDesc
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1151 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1237 if (!Skipped && MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1308 if (!Skipped && MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1708 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
2006 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
2021 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
2024 if (MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
/external/llvm/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp89 MI->getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) {
94 MI->getDesc().getOperandConstraint(Idx2, MCOI::TIED_TO) == 0) {
H A DMachineInstr.cpp687 if (MCID->getOperandConstraint(OpNo, MCOI::EARLY_CLOBBER) != -1)
1127 MCID.getOperandConstraint(i, MCOI::TIED_TO) == (int)DefOpIdx) {
1179 int DefIdx = MCID.getOperandConstraint(UseOpIdx, MCOI::TIED_TO);
H A DRegAllocFast.cpp964 MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1;
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp162 Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1;
720 if (NumOps > 1 && Desc->getOperandConstraint(1, MCOI::TIED_TO) != -1)
722 else if (NumOps > 2 && Desc->getOperandConstraint(NumOps-1,MCOI::TIED_TO)== 0)
H A DX86InstrInfo.cpp2763 MI->getDesc().getOperandConstraint(1, MCOI::TIED_TO) != -1;
3158 MI->getDesc().getOperandConstraint(1, MCOI::TIED_TO) != -1;
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp722 Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1;
964 if (NumOps > 1 && Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1)
966 else if (NumOps > 2 && Desc.getOperandConstraint(NumOps-1, MCOI::TIED_TO)== 0)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp254 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
H A DScheduleDAGRRList.cpp981 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
2656 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) {
2883 if (MCID.getOperandConstraint(j+NumRes, MCOI::TIED_TO) == -1)
H A DInstrEmitter.cpp323 bool isTied = MI->getDesc().getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
H A DScheduleDAGSDNodes.cpp404 if (MCID.getOperandConstraint(i, MCOI::TIED_TO) != -1) {
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp146 assert(MI->getDesc().getOperandConstraint(0, MCOI::TIED_TO) &&

Completed in 473 milliseconds