Searched refs:ImmCost (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 | 240 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 242 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
D | TargetTransformInfo.h | 412 unsigned ImmCost; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1033 C.ImmCost = 0; in Cost() 1046 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid() 1048 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid() 1369 C.ImmCost += 64; // Handle symbolic values conservatively. in RateFormula() 1372 C.ImmCost += APInt(64, Offset, true).getMinSignedBits(); in RateFormula() 1431 C.ImmCost = std::numeric_limits<unsigned>::max(); in Lose() 1459 if (C.ImmCost != 0) in print() 1460 OS << ", plus " << C.ImmCost << " imm cost"; in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 3330 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 3333 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 7022 unsigned ImmCost = TTI->getIntImmCost(NewIdx, GEPIIdx->getType()); in tryUnmergingGEPsAcrossIndirectBr() local 7023 if (ImmCost > TargetTransformInfo::TCC_Basic) in tryUnmergingGEPsAcrossIndirectBr()
|