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

/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp105 static inline bool IsBRU(unsigned BrOpc) { argument
112 static inline bool IsBRT(unsigned BrOpc) { argument
119 IsBRF(unsigned BrOpc) argument
126 IsCondBranch(unsigned BrOpc) argument
130 IsBR_JT(unsigned BrOpc) argument
137 GetCondFromBranchOpc(unsigned BrOpc) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1275 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
1298 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
1336 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3651 static X86::CondCode getCondFromBranchOpc(unsigned BrOpc) { argument

Completed in 88 milliseconds