OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseCycle
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrItineraries.h
227
int
UseCycle
= getOperandCycle(UseClass, UseIdx);
228
if (
UseCycle
== -1)
231
UseCycle
= DefCycle -
UseCycle
+ 1;
232
if (
UseCycle
> 0 &&
235
--
UseCycle
;
236
return
UseCycle
;
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
Completed in 666 milliseconds