Searched refs:CondCycles (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 118 int CondCycles = 0, TCycles = 0, FCycles = 0; member 537 PI.TReg, PI.FReg, PI.CondCycles, PI.TCycles, in canConvertIf() 1022 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 960 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 601 Register FalseReg, int &CondCycles, in canInsertSelect() argument 622 CondCycles = 2; in canInsertSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 377 Register TrueReg, Register FalseReg, int &CondCycles,
|
| H A D | SIInstrInfo.cpp | 3285 Register FalseReg, int &CondCycles, in canInsertSelect() argument 3296 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect() 3316 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 1521 Register FalseReg, int &CondCycles, in canInsertSelect() argument 1557 CondCycles = 1; in canInsertSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 765 Register FalseReg, int &CondCycles, in canInsertSelect() argument 789 CondCycles = 1 + ExtraCondLat; in canInsertSelect() 802 CondCycles = 5 + ExtraCondLat; in canInsertSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 4159 Register FalseReg, int &CondCycles, in canInsertSelect() argument 4183 CondCycles = 2; in canInsertSelect()
|