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

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 227 static inline bool isIndirectBranchOpcode(int Opc) { return Opc == AArch64::BR; }
AArch64InstrInfo.cpp 173 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 364 bool isIndirectBranchOpcode(int Opc) {
ARMBaseInstrInfo.cpp 304 if (isIndirectBranchOpcode(I->getOpcode()) ||
333 isIndirectBranchOpcode(I->getOpcode()) ||
    [all...]

Completed in 444 milliseconds