Searched refs:DefCycle (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h213 int DefCycle = getOperandCycle(DefClass, DefIdx); local
214 if (DefCycle == -1)
221 UseCycle = DefCycle - UseCycle + 1;
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3130 int DefCycle; local
3133 DefCycle = RegNo / 2 + 1;
3135 ++DefCycle;
3137 DefCycle = RegNo;
3152 ++DefCycle;
3155 DefCycle = RegNo + 2;
3158 return DefCycle;
3171 int DefCycle; local
3175 DefCycle = RegNo / 2;
3176 if (DefCycle <
3280 int DefCycle = -1; local
4035 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); local
[all...]
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp803 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); local
804 return (DefCycle != -1 && DefCycle <= 1);

Completed in 100 milliseconds