Searched defs:BrOpc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp101 static inline bool IsBRU(unsigned BrOpc) { argument
108 static inline bool IsBRT(unsigned BrOpc) { argument
115 IsBRF(unsigned BrOpc) argument
122 IsCondBranch(unsigned BrOpc) argument
126 IsBR_JT(unsigned BrOpc) argument
133 GetCondFromBranchOpc(unsigned BrOpc) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1161 unsigned BrOpc = BBUtils->isBBInRange(MI, DestBB, 254) ? local
1219 unsigned BrOpc = BBUtils->isBBInRange(MI, DestBB, 254) ? local
H A DARMFastISel.cpp1252 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
1275 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
1313 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local

Completed in 198 milliseconds