OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCondBranchFromCond
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp
148
///
GetCondBranchFromCond
- Return the Branch instruction
150
static inline unsigned
GetCondBranchFromCond
(XCore::CondCode CC)
292
unsigned Opc =
GetCondBranchFromCond
((XCore::CondCode)Cond[0].getImm());
301
unsigned Opc =
GetCondBranchFromCond
((XCore::CondCode)Cond[0].getImm());
/external/llvm/lib/Target/X86/
X86InstrInfo.h
64
unsigned
GetCondBranchFromCond
(CondCode CC);
X86FastISel.cpp
[
all
...]
X86InstrInfo.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
Completed in 278 milliseconds