Home
last modified time | relevance | path

Searched refs:CondCycles (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp116 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 DTargetInstrInfo.h864 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp536 Register FalseReg, int &CondCycles, in canInsertSelect() argument
557 CondCycles = 2; in canInsertSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h304 Register TrueReg, Register FalseReg, int &CondCycles,
H A DSIInstrInfo.cpp2495 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 DAArch64InstrInfo.cpp614 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 DPPCInstrInfo.cpp1534 Register FalseReg, int &CondCycles, in canInsertSelect() argument
1562 CondCycles = 1; in canInsertSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3309 Register FalseReg, int &CondCycles, in canInsertSelect() argument
3333 CondCycles = 2; in canInsertSelect()