OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DuplexCandidate
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCShuffler.h
62
SmallVector<
DuplexCandidate
, 8>);
HexagonMCInstrInfo.h
31
class
DuplexCandidate
{
34
DuplexCandidate
(unsigned i, unsigned j, unsigned iClass)
108
SmallVector<
DuplexCandidate
, 8> getDuplexPossibilties(MCInstrInfo const &MCII,
271
void replaceDuplex(MCContext &Context, MCInst &MCB,
DuplexCandidate
Candidate);
HexagonMCShuffler.cpp
153
SmallVector<
DuplexCandidate
, 8> possibleDuplexes) {
176
DuplexCandidate
duplexToTry = possibleDuplexes.pop_back_val();
HexagonMCDuplexInfo.cpp
[
all
...]
HexagonMCInstrInfo.cpp
75
SmallVector<
DuplexCandidate
, 8> possibleDuplexes;
610
DuplexCandidate
Candidate) {
Completed in 1221 milliseconds