Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp114 int CondCycles, TCycles, FCycles; member
117 : PHI(phi), TReg(0), FReg(0), CondCycles(0), TCycles(0), FCycles(0) {} in PHIInfo()
425 PI.CondCycles, PI.TCycles, PI.FCycles)) { in canConvertIf()
735 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp114 int CondCycles, TCycles, FCycles; member
117 : PHI(phi), TReg(0), FReg(0), CondCycles(0), TCycles(0), FCycles(0) {} in PHIInfo()
424 PI.CondCycles, PI.TCycles, PI.FCycles)) { in canConvertIf()
734 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h691 int &CondCycles, in canInsertSelect() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h759 unsigned FalseReg, int &CondCycles, in canInsertSelect() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h265 int &CondCycles,
DSIInstrInfo.cpp1787 int &CondCycles, in canInsertSelect() argument
1797 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
1816 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp688 int &CondCycles, int &TrueCycles, int &FalseCycles) const { in canInsertSelect() argument
718 CondCycles = 1; in canInsertSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp637 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
657 CondCycles = 2; in canInsertSelect()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp368 unsigned TrueReg, unsigned FalseReg, int &CondCycles, int &TrueCycles, in canInsertSelect() argument
385 CondCycles = 1 + ExtraCondLat; in canInsertSelect()
398 CondCycles = 5 + ExtraCondLat; in canInsertSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp489 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
506 CondCycles = 1 + ExtraCondLat; in canInsertSelect()
519 CondCycles = 5 + ExtraCondLat; in canInsertSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp746 int &CondCycles, int &TrueCycles, int &FalseCycles) const { in canInsertSelect() argument
773 CondCycles = 1; in canInsertSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp2900 int &CondCycles, int &TrueCycles, int &FalseCycles) const { in canInsertSelect() argument
2923 CondCycles = 2; in canInsertSelect()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4280 int &CondCycles, int &TrueCycles, int &FalseCycles) const { in canInsertSelect() argument
4303 CondCycles = 2; in canInsertSelect()