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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreInstrInfo.cpp98 static inline bool IsBRU(unsigned BrOpc) { argument
105 static inline bool IsBRT(unsigned BrOpc) { argument
112 IsBRF(unsigned BrOpc) argument
119 IsCondBranch(unsigned BrOpc) argument
123 IsBR_JT(unsigned BrOpc) argument
130 GetCondFromBranchOpc(unsigned BrOpc) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp1317 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
1340 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
1376 unsigned BrOpc = isThumb2 ? ARM::t2Bcc : ARM::Bcc; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86InstrInfo.cpp2237 static X86::CondCode getCondFromBranchOpc(unsigned BrOpc) { argument

Completed in 116 milliseconds