Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1023 bool InsertBeforeBundle; in unpacketizeSoloInstrs() local
1025 InsertBeforeBundle = !hasWriteToReadDep(*MI, *BundleIt, HRI); in unpacketizeSoloInstrs()
1027 InsertBeforeBundle = true; in unpacketizeSoloInstrs()
1031 BundleIt = moveInstrOut(MI, BundleIt, InsertBeforeBundle); in unpacketizeSoloInstrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1167 bool InsertBeforeBundle; in unpacketizeSoloInstrs() local
1169 InsertBeforeBundle = !hasWriteToReadDep(MI, *BundleIt, HRI); in unpacketizeSoloInstrs()
1171 InsertBeforeBundle = true; in unpacketizeSoloInstrs()
1175 BundleIt = moveInstrOut(MI, BundleIt, InsertBeforeBundle); in unpacketizeSoloInstrs()