/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 187 bool ReverseBranchCondition(BBInfo &BBI); 448 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { in ReverseBranchCondition() function in IfConverter 450 if (!TII->ReverseBranchCondition(BBI.BrCond)) { in ReverseBranchCondition() 743 if (TII->ReverseBranchCondition(Cond)) in FeasibilityAnalysis() 746 if (TII->ReverseBranchCondition(RevPred) || in FeasibilityAnalysis() 801 bool CanRevCond = !TII->ReverseBranchCondition(RevCond); in AnalyzeBlock() 1046 if (TII->ReverseBranchCondition(Cond)) in IfConvertSimple() 1155 if (TII->ReverseBranchCondition(Cond)) in IfConvertTriangle() 1159 if (ReverseBranchCondition(*CvtBBI)) { in IfConvertTriangle() 1218 if (TII->ReverseBranchCondition(RevCond)) in IfConvertTriangle() [all …]
|
D | BranchFolding.cpp | 477 if (!TII->ReverseBranchCondition(Cond)) { in FixTail() 907 if (TII->ReverseBranchCondition(NewCond)) in TailMergeBlocks() 1188 if (!TII->ReverseBranchCondition(NewPriorCond)) { in OptimizeBlock() 1223 if (!TII->ReverseBranchCondition(NewPriorCond)) { in OptimizeBlock() 1256 if (!TII->ReverseBranchCondition(NewCond)) { in OptimizeBlock()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 76 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | MSP430BranchSelector.cpp | 155 TII->ReverseBranchCondition(Cond); in runOnMachineFunction()
|
D | MSP430InstrInfo.cpp | 130 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in MSP430InstrInfo
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 82 bool ReverseBranchCondition(
|
D | XCoreInstrInfo.cpp | 417 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition() function in XCoreInstrInfo
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.h | 66 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | AMDGPUInstrInfo.h | 113 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | AMDGPUInstrInfo.cpp | 199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) in ReverseBranchCondition() function in AMDGPUInstrInfo
|
D | R600InstrInfo.cpp | 404 R600InstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const in ReverseBranchCondition() function in R600InstrInfo
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | R600InstrInfo.h | 66 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | AMDGPUInstrInfo.h | 113 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;
|
D | AMDGPUInstrInfo.cpp | 199 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) in ReverseBranchCondition() function in AMDGPUInstrInfo
|
D | R600InstrInfo.cpp | 404 R600InstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const in ReverseBranchCondition() function in R600InstrInfo
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 67 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | MipsInstrInfo.cpp | 175 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const in ReverseBranchCondition() function in MipsInstrInfo
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 137 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstrInfo.h | 128 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | R600InstrInfo.h | 161 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
D | AMDGPUInstrInfo.cpp | 230 AMDGPUInstrInfo::ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) in ReverseBranchCondition() function in AMDGPUInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 167 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 192 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 146 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 366 ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
|