Searched defs:ReverseBranchCondition (Results 1 - 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp193 bool WebAssemblyInstrInfo::ReverseBranchCondition( function in class:WebAssemblyInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaInstrInfo.cpp328 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:AlphaInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp242 bool MBlazeInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> function in class:MBlazeInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:MSP430InstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp197 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:SystemZInstrInfo
/external/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp432 bool AVRInstrInfo::ReverseBranchCondition( function in class:llvm::AVRInstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp169 /// ReverseBranchCondition - Return the inverse opcode of the
171 bool MipsInstrInfo::ReverseBranchCondition( function in class:MipsInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp399 /// ReverseBranchCondition - Return the inverse opcode of the
402 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:XCoreInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUInstrInfo.cpp425 SPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) function in class:SPUInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsInstrInfo.cpp425 /// ReverseBranchCondition - Return the inverse opcode of the
428 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const function in class:MipsInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp630 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:PPCInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreInstrInfo.cpp398 /// ReverseBranchCondition - Return the inverse opcode of the
401 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:XCoreInstrInfo
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp294 bool SparcInstrInfo::ReverseBranchCondition( function in class:SparcInstrInfo
/external/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp646 // ReverseBranchCondition - Reverses the branch condition of the specified
649 bool LanaiInstrInfo::ReverseBranchCondition( function in class:LanaiInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1203 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:PPCInstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetInstrInfo.h510 /// ReverseBranchCondition - Reverses the branch condition of the specified
514 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:llvm::TargetInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1061 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp198 bool ReverseBranchCondition(BBInfo &BBI);
451 /// ReverseBranchCondition - Reverse the condition of the end of the block
453 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { function in class:IfConverter
455 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
787 if (TII->ReverseBranchCondition(Cond))
790 if (TII->ReverseBranchCondition(RevPred) ||
874 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1134 if (TII->ReverseBranchCondition(Cond))
1221 if (TII->ReverseBranchCondition(Cond))
1225 if (ReverseBranchCondition(*CvtBB
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1193 bool SIInstrInfo::ReverseBranchCondition( function in class:SIInstrInfo
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp389 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:SystemZInstrInfo
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIfConversion.cpp175 bool ReverseBranchCondition(BBInfo &BBI);
426 /// ReverseBranchCondition - Reverse the condition of the end of the block
428 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { function in class:IfConverter
430 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
728 if (TII->ReverseBranchCondition(Cond))
731 if (TII->ReverseBranchCondition(RevPred) ||
786 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1037 if (TII->ReverseBranchCondition(Cond))
1110 if (TII->ReverseBranchCondition(Cond))
1114 if (ReverseBranchCondition(*CvtBB
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp437 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:ARMBaseInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.cpp3287 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { function in class:X86InstrInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp183 bool AArch64InstrInfo::ReverseBranchCondition( function in class:AArch64InstrInfo

Completed in 564 milliseconds

12