OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBrCond
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.h
100
const MCInstrDesc&
getBrCond
(SystemZCC::CondCodes CC) const;
SystemZInstrInfo.cpp
339
BuildMI(&MBB, DL,
getBrCond
(CC)).addMBB(TBB);
351
SystemZInstrInfo::
getBrCond
(SystemZCC::CondCodes CC) const {
SystemZISelLowering.cpp
847
BuildMI(BB, dl, TII.
getBrCond
(CC)).addMBB(copy1MBB);
[
all
...]
/external/llvm/lib/Target/AVR/
AVRInstrInfo.h
70
const MCInstrDesc &
getBrCond
(AVRCC::CondCodes CC) const;
AVRInstrInfo.cpp
172
const MCInstrDesc &AVRInstrInfo::
getBrCond
(AVRCC::CondCodes CC) const {
330
unsigned JNCC =
getBrCond
(BranchCode).getOpcode();
395
BuildMI(&MBB, DL,
getBrCond
(CC)).addMBB(TBB);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRInstrInfo.h
70
const MCInstrDesc &
getBrCond
(AVRCC::CondCodes CC) const;
AVRInstrInfo.cpp
195
const MCInstrDesc &AVRInstrInfo::
getBrCond
(AVRCC::CondCodes CC) const {
353
unsigned JNCC =
getBrCond
(BranchCode).getOpcode();
423
auto &CondMI = *BuildMI(&MBB, DL,
getBrCond
(CC)).addMBB(TBB);
AVRISelLowering.cpp
[
all
...]
Completed in 635 milliseconds