Home
last modified time | relevance | path

Searched refs:TrueCycles (Results 1 – 7 of 7) sorted by relevance

/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.cpp541 int &TrueCycles, in canInsertSelect() argument
562 TrueCycles = 2; in canInsertSelect()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h311 int &TrueCycles, int &FalseCycles) const override;
H A DSIInstrInfo.cpp2726 int &TrueCycles, int &FalseCycles) const { 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.cpp605 int &TrueCycles, in canInsertSelect() argument
629 TrueCycles = FalseCycles = 1; in canInsertSelect()
631 TrueCycles = 0; in canInsertSelect()
642 TrueCycles = FalseCycles = 2; in canInsertSelect()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1537 int &TrueCycles, int &FalseCycles) const { in canInsertSelect() argument
1570 TrueCycles = 1; in canInsertSelect()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3341 int &TrueCycles, int &FalseCycles) const { in canInsertSelect() argument
3365 TrueCycles = 2; in canInsertSelect()