Home
last modified time | relevance | path

Searched refs:ImmCost (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h240 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
242 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
DTargetTransformInfo.h412 unsigned ImmCost; member
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp853 unsigned ImmCost; member in __anon790de1db0511::Cost
859 : NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0), in Cost()
870 | ImmCost | SetupCost | ScaleCost) != ~0u) in isValid()
872 & ImmCost & SetupCost & ScaleCost) == ~0u); in isValid()
1019 ImmCost += 64; // Handle symbolic values conservatively. in RateFormula()
1022 ImmCost += APInt(64, Offset, true).getMinSignedBits(); in RateFormula()
1033 ImmCost = ~0u; in Lose()
1041 ImmCost, SetupCost) < in operator <()
1043 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost, in operator <()
1058 if (ImmCost != 0) in print()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1033 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3330 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
3333 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp7022 unsigned ImmCost = TTI->getIntImmCost(NewIdx, GEPIIdx->getType()); in tryUnmergingGEPsAcrossIndirectBr() local
7023 if (ImmCost > TargetTransformInfo::TCC_Basic) in tryUnmergingGEPsAcrossIndirectBr()