reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
229 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < 231 C2.ScaleCost, C2.ImmCost, C2.SetupCost);lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
301 C1.ScaleCost, C1.SetupCost) < 304 C2.ScaleCost, C2.SetupCost);lib/Target/X86/X86TargetTransformInfo.cpp
3252 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < 3255 C2.ScaleCost, C2.ImmCost, C2.SetupCost);lib/Transforms/Scalar/LoopStrengthReduce.cpp
1033 C.SetupCost = 0; 1045 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) 1047 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); 1297 C.SetupCost += getSetupCost(Reg, SetupCostDepthLimit); 1299 C.SetupCost = std::min<unsigned>(C.SetupCost, 1 << 16); 1299 C.SetupCost = std::min<unsigned>(C.SetupCost, 1 << 16); 1431 C.SetupCost = std::numeric_limits<unsigned>::max(); 1460 if (C.SetupCost != 0) 1461 OS << ", plus " << C.SetupCost << " setup cost";