Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp115 int CondCycles = 0, TCycles = 0, FCycles = 0; member
524 PI.TReg, PI.FReg, PI.CondCycles, PI.TCycles, in canConvertIf()
936 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h890 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp540 Register FalseReg, int &CondCycles, in canInsertSelect() argument
561 CondCycles = 2; in canInsertSelect()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h310 Register TrueReg, Register FalseReg, int &CondCycles,
H A DSIInstrInfo.cpp2725 Register FalseReg, int &CondCycles, in canInsertSelect() argument
2736 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
2756 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp604 Register FalseReg, int &CondCycles, in canInsertSelect() argument
628 CondCycles = 1 + ExtraCondLat; in canInsertSelect()
641 CondCycles = 5 + ExtraCondLat; in canInsertSelect()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1536 Register FalseReg, int &CondCycles, in canInsertSelect() argument
1569 CondCycles = 1; in canInsertSelect()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3340 Register FalseReg, int &CondCycles, in canInsertSelect() argument
3364 CondCycles = 2; in canInsertSelect()