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

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 367 int LastOpcode = LastInst->getOpcode();
371 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB())
377 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode);
382 if (LastOpcode == Hexagon::J2_jump) {
386 if (isEndLoopN(LastOpcode)) {
414 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::J2_jump)) {
425 (LastOpcode == Hexagon::J2_jump)) {
436 if (SecLastOpcode == Hexagon::J2_jump && LastOpcode == Hexagon::J2_jump) {
445 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]

Completed in 89 milliseconds