Searched refs:CondCycles (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 116 int CondCycles, TCycles, FCycles; member 119 : PHI(phi), TReg(0), FReg(0), CondCycles(0), TCycles(0), FCycles(0) {} in PHIInfo() 526 PI.TReg, PI.FReg, PI.CondCycles, PI.TCycles, in canConvertIf() 938 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 864 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 536 Register FalseReg, int &CondCycles, in canInsertSelect() argument 557 CondCycles = 2; in canInsertSelect()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 304 Register TrueReg, Register FalseReg, int &CondCycles,
|
H A D | SIInstrInfo.cpp | 2495 Register FalseReg, int &CondCycles, in canInsertSelect() argument 2506 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect() 2526 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 614 Register FalseReg, int &CondCycles, in canInsertSelect() argument 638 CondCycles = 1 + ExtraCondLat; in canInsertSelect() 651 CondCycles = 5 + ExtraCondLat; in canInsertSelect()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 1534 Register FalseReg, int &CondCycles, in canInsertSelect() argument 1562 CondCycles = 1; in canInsertSelect()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 3309 Register FalseReg, int &CondCycles, in canInsertSelect() argument 3333 CondCycles = 2; in canInsertSelect()
|