Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp115 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 DTargetInstrInfo.h904 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp540 Register FalseReg, int &CondCycles, in canInsertSelect() argument
561 CondCycles = 2; in canInsertSelect()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h313 Register TrueReg, Register FalseReg, int &CondCycles,
H A DSIInstrInfo.cpp2851 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 DAArch64InstrInfo.cpp608 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 DPPCInstrInfo.cpp1531 Register FalseReg, int &CondCycles, in canInsertSelect() argument
1564 CondCycles = 1; in canInsertSelect()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3358 Register FalseReg, int &CondCycles, in canInsertSelect() argument
3382 CondCycles = 2; in canInsertSelect()