OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCondBranchFromCond
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreInstrInfo.cpp
141
///
GetCondBranchFromCond
- Return the Branch instruction
143
static inline unsigned
GetCondBranchFromCond
(XCore::CondCode CC)
290
unsigned Opc =
GetCondBranchFromCond
((XCore::CondCode)Cond[0].getImm());
299
unsigned Opc =
GetCondBranchFromCond
((XCore::CondCode)Cond[0].getImm());
/external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp
145
///
GetCondBranchFromCond
- Return the Branch instruction
147
static inline unsigned
GetCondBranchFromCond
(XCore::CondCode CC)
288
unsigned Opc =
GetCondBranchFromCond
((XCore::CondCode)Cond[0].getImm());
297
unsigned Opc =
GetCondBranchFromCond
((XCore::CondCode)Cond[0].getImm());
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.h
89
inline static unsigned
GetCondBranchFromCond
(CondCode CC) {
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h
62
unsigned
GetCondBranchFromCond
(CondCode CC);
X86InstrInfo.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.h
64
unsigned
GetCondBranchFromCond
(CondCode CC);
X86FastISel.cpp
[
all
...]
X86InstrInfo.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
Completed in 4122 milliseconds