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 245 int LastOpcode = LastInst->getOpcode();
247 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode);
248 bool LastOpcodeHasNot = PredOpcodeHasNot(LastOpcode);
252 if (LastOpcode == Hexagon::JMP) {
256 if (LastOpcode == Hexagon::ENDLOOP0) {
277 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::JMP)) {
288 if (SecLastOpcode == Hexagon::JMP && LastOpcode == Hexagon::JMP) {
298 LastOpcode == Hexagon::JMP) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]

Completed in 113 milliseconds