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

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 210 static inline bool isCondBranchOpcode(int Opc) {
AArch64InstrInfo.cpp 120 if (isCondBranchOpcode(LastOpc)) {
155 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
236 !isCondBranchOpcode(I->getOpcode()))
247 if (!isCondBranchOpcode(I->getOpcode()))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 353 bool isCondBranchOpcode(int Opc) {
ARMBaseInstrInfo.cpp 311 } else if (isCondBranchOpcode(I->getOpcode())) {
377 !isCondBranchOpcode(I->getOpcode()))
387 if (!isCondBranchOpcode(I->getOpcode()))
    [all...]

Completed in 246 milliseconds