Home
last modified time | relevance | path

Searched refs:isProfitableToIfCvt (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h177 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
180 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DSystemZInstrInfo.cpp556 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in SystemZInstrInfo
575 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in SystemZInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h209 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function
215 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h233 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
236 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h248 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
251 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h181 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
185 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DR600InstrInfo.cpp911 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo
919 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h187 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
191 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DR600InstrInfo.cpp900 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo
908 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h187 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
191 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DR600InstrInfo.cpp900 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo
908 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h127 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
137 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h313 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function
319 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h142 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
152 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h232 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
236 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h142 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
152 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h461 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function
467 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h264 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
268 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h622 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function
635 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h262 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
266 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h768 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function
780 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTCycles, in isProfitableToIfCvt() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp999 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()
1018 return TII->isProfitableToIfCvt(*IfConv.TBB, TCycle, TExtra, *IfConv.FBB, in shouldConvertIf()
/external/llvm-project/llvm/lib/CodeGen/
DEarlyIfConversion.cpp1090 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()
1109 return TII->isProfitableToIfCvt(*IfConv.TBB, TCycle, TExtra, *IfConv.FBB, in shouldConvertIf()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h775 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function
787 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTCycles, in isProfitableToIfCvt() function
/external/llvm/lib/CodeGen/
DIfConversion.cpp231 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()
241 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra, in MeetIfcvtSizeLimit()

12