OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReverseBranchCondition
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/Target/Alpha/
AlphaInstrInfo.cpp
329
ReverseBranchCondition
(SmallVectorImpl<MachineOperand> &Cond) const {
/external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp
242
bool MBlazeInstrInfo::
ReverseBranchCondition
(SmallVectorImpl<MachineOperand> &Cond) const {
/external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp
130
ReverseBranchCondition
(SmallVectorImpl<MachineOperand> &Cond) const {
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
197
ReverseBranchCondition
(SmallVectorImpl<MachineOperand> &Cond) const {
/external/llvm/lib/Target/CellSPU/
SPUInstrInfo.cpp
423
SPUInstrInfo::
ReverseBranchCondition
(SmallVectorImpl<MachineOperand> &Cond)
/external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp
389
///
ReverseBranchCondition
- Return the inverse opcode of the
392
ReverseBranchCondition
(SmallVectorImpl<MachineOperand> &Cond) const {
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
500
///
ReverseBranchCondition
- Reverses the branch condition of the specified
504
bool
ReverseBranchCondition
(SmallVectorImpl<MachineOperand> &Cond) const {
[
all
...]
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
427
///
ReverseBranchCondition
- Return the inverse opcode of the
430
ReverseBranchCondition
(SmallVectorImpl<MachineOperand> &Cond) const
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
630
ReverseBranchCondition
(SmallVectorImpl<MachineOperand> &Cond) const {
/external/llvm/lib/CodeGen/
IfConversion.cpp
175
bool
ReverseBranchCondition
(BBInfo &BBI);
426
///
ReverseBranchCondition
- Reverse the condition of the end of the block
428
bool IfConverter::
ReverseBranchCondition
(BBInfo &BBI) {
430
if (!TII->
ReverseBranchCondition
(BBI.BrCond)) {
728
if (TII->
ReverseBranchCondition
(Cond))
731
if (TII->
ReverseBranchCondition
(RevPred) ||
786
bool CanRevCond = !TII->
ReverseBranchCondition
(RevCond);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
425
ReverseBranchCondition
(SmallVectorImpl<MachineOperand> &Cond) const {
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 1141 milliseconds