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

/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp102 static inline bool IsBRU(unsigned BrOpc) { argument
109 static inline bool IsBRT(unsigned BrOpc) { argument
116 IsBRF(unsigned BrOpc) argument
123 IsCondBranch(unsigned BrOpc) argument
127 IsBR_JT(unsigned BrOpc) argument
134 GetCondFromBranchOpc(unsigned BrOpc) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1365 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
1389 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
1426 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2455 static X86::CondCode getCondFromBranchOpc(unsigned BrOpc) { argument

Completed in 212 milliseconds