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

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h212 int DefCycle = getOperandCycle(DefClass, DefIdx); local
213 if (DefCycle == -1)
220 UseCycle = DefCycle - UseCycle + 1;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrItineraries.h225 int DefCycle = getOperandCycle(DefClass, DefIdx); local
226 if (DefCycle == -1)
233 UseCycle = DefCycle - UseCycle + 1;
/external/swiftshader/third_party/LLVM/lib/Target/
H A DTargetInstrInfo.cpp120 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); local
121 return (DefCycle != -1 && DefCycle <= 1);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2091 int DefCycle;
2094 DefCycle = RegNo / 2 + 1;
2096 ++DefCycle;
2098 DefCycle = RegNo;
2113 ++DefCycle;
2116 DefCycle = RegNo + 2;
2119 return DefCycle;
2132 int DefCycle;
2136 DefCycle = RegNo / 2;
2137 if (DefCycle <
[all...]
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3193 int DefCycle; local
3196 DefCycle = RegNo / 2 + 1;
3198 ++DefCycle;
3200 DefCycle = RegNo;
3215 ++DefCycle;
3218 DefCycle = RegNo + 2;
3221 return DefCycle;
3234 int DefCycle; local
3238 DefCycle = RegNo / 2;
3239 if (DefCycle <
3343 int DefCycle = -1; local
4102 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); local
[all...]
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1062 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); local
1063 return (DefCycle != -1 && DefCycle <= 1);
H A DMachinePipeliner.cpp3771 unsigned DefCycle = cycleScheduled(DefSU); local
3784 return LoopCycle > DefCycle ||
3785 (LoopCycle <= DefCycle && LoopStage <= DefStage);

Completed in 260 milliseconds