HomeSort by relevance Sort by last modified time
    Searched refs:LastOpcode (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 240 int LastOpcode = LastInst->getOpcode();
242 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode);
243 bool LastOpcodeHasNot = PredOpcodeHasNot(LastOpcode);
247 if (LastOpcode == Hexagon::JMP) {
251 if (LastOpcode == Hexagon::ENDLOOP0) {
272 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::JMP)) {
283 if (SecLastOpcode == Hexagon::JMP && LastOpcode == Hexagon::JMP) {
293 LastOpcode == Hexagon::JMP) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]

Completed in 56 milliseconds