Searched refs:CondCycles (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 115 int CondCycles = 0, TCycles = 0, FCycles = 0; member 530 PI.TReg, PI.FReg, PI.CondCycles, PI.TCycles, in canConvertIf() 942 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 904 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 540 Register FalseReg, int &CondCycles, in canInsertSelect() argument 561 CondCycles = 2; in canInsertSelect()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 313 Register TrueReg, Register FalseReg, int &CondCycles,
|
| H A D | SIInstrInfo.cpp | 2851 Register FalseReg, int &CondCycles, in canInsertSelect() argument 2862 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect() 2882 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 608 Register FalseReg, int &CondCycles, in canInsertSelect() argument 632 CondCycles = 1 + ExtraCondLat; in canInsertSelect() 645 CondCycles = 5 + ExtraCondLat; in canInsertSelect()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 1531 Register FalseReg, int &CondCycles, in canInsertSelect() argument 1564 CondCycles = 1; in canInsertSelect()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3358 Register FalseReg, int &CondCycles, in canInsertSelect() argument 3382 CondCycles = 2; in canInsertSelect()
|