Searched refs:AddRecCost (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 239 return std::tie(C1.NumRegs, C1.AddRecCost, C1.NumIVMuls, C1.NumBaseAdds, in isLSRCostLess() 241 std::tie(C2.NumRegs, C2.AddRecCost, C2.NumIVMuls, C2.NumBaseAdds, in isLSRCostLess()
|
D | TargetTransformInfo.h | 409 unsigned AddRecCost; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 299 return std::tie(C1.Insns, C1.NumRegs, C1.AddRecCost, in isLSRCostLess() 302 std::tie(C2.Insns, C2.NumRegs, C2.AddRecCost, in isLSRCostLess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1030 C.AddRecCost = 0; in Cost() 1045 return ((C.Insns | C.NumRegs | C.AddRecCost | C.NumIVMuls | C.NumBaseAdds in isValid() 1047 || ((C.Insns & C.NumRegs & C.AddRecCost & C.NumIVMuls & C.NumBaseAdds in isValid() 1282 C.AddRecCost += LoopCost; in RateRegister() 1330 unsigned PrevAddRecCost = C.AddRecCost; in RateFormula() 1416 C.Insns += (C.AddRecCost - PrevAddRecCost); in RateFormula() 1428 C.AddRecCost = std::numeric_limits<unsigned>::max(); in Lose() 1449 if (C.AddRecCost != 0) in print() 1450 OS << ", with addrec cost " << C.AddRecCost; in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 3328 return std::tie(C1.Insns, C1.NumRegs, C1.AddRecCost, in isLSRCostLess() 3331 std::tie(C2.Insns, C2.NumRegs, C2.AddRecCost, in isLSRCostLess()
|