Home
last modified time | relevance | path

Searched refs:bInsertAtFront (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.h37 bool bInsertAtFront = false)
39 init(MCB, AddMI, bInsertAtFront); in HexagonShuffler()
52 void init(MCInst &MCB, const MCInst *AddMI, bool bInsertAtFront = false);
DHexagonMCShuffler.cpp52 bool bInsertAtFront) { in init() argument
54 if (bInsertAtFront && AddMI) in init()
69 if (!bInsertAtFront && AddMI) in init()