Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp115 int CondCycles, TCycles, FCycles; member
118 : PHI(phi), TReg(0), FReg(0), CondCycles(0), TCycles(0), FCycles(0) {} in PHIInfo()
524 PI.CondCycles, PI.TCycles, PI.FCycles)) { in canConvertIf()
848 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
/external/llvm-project/llvm/lib/CodeGen/
DEarlyIfConversion.cpp116 int CondCycles, TCycles, FCycles; member
119 : PHI(phi), TReg(0), FReg(0), CondCycles(0), TCycles(0), FCycles(0) {} in PHIInfo()
527 PI.TReg, PI.FReg, PI.CondCycles, PI.TCycles, in canConvertIf()
885 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-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h848 unsigned FalseReg, int &CondCycles, in canInsertSelect() argument
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h857 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp536 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
556 CondCycles = 2; 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-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h298 int &CondCycles,
DSIInstrInfo.cpp2129 int &CondCycles, in canInsertSelect() argument
2139 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
2158 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp536 Register FalseReg, int &CondCycles, in canInsertSelect() argument
557 CondCycles = 2; in canInsertSelect()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h304 Register TrueReg, Register FalseReg, int &CondCycles,
DSIInstrInfo.cpp2460 Register FalseReg, int &CondCycles, in canInsertSelect() argument
2471 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? in canInsertSelect()
2491 CondCycles = TrueCycles = FalseCycles = NumInsts; // ??? 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-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp500 int &CondCycles, int &TrueCycles, in canInsertSelect() argument
517 CondCycles = 1 + ExtraCondLat; in canInsertSelect()
530 CondCycles = 5 + ExtraCondLat; in canInsertSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp758 int &CondCycles, int &TrueCycles, int &FalseCycles) const { in canInsertSelect() argument
785 CondCycles = 1; in canInsertSelect()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp610 Register FalseReg, int &CondCycles, in canInsertSelect() argument
634 CondCycles = 1 + ExtraCondLat; in canInsertSelect()
647 CondCycles = 5 + ExtraCondLat; in canInsertSelect()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1099 Register FalseReg, int &CondCycles, in canInsertSelect() argument
1127 CondCycles = 1; in canInsertSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp2833 int &CondCycles, int &TrueCycles, int &FalseCycles) const { in canInsertSelect() argument
2856 CondCycles = 2; in canInsertSelect()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp3308 Register FalseReg, int &CondCycles, in canInsertSelect() argument
3332 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()