HomeSort by: relevance | last modified time | path
    Searched refs:LSRCost (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h 60 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
61 TargetTransformInfo::LSRCost &C2);
SystemZTargetTransformInfo.cpp 305 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1,
306 TargetTransformInfo::LSRCost &C2) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 78 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
79 TargetTransformInfo::LSRCost &C2);
PPCTargetTransformInfo.cpp 1268 bool PPCTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1,
1269 TargetTransformInfo::LSRCost &C2) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.h 223 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
224 TargetTransformInfo::LSRCost &C2);
X86TargetTransformInfo.cpp 4459 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1,
4460 TargetTransformInfo::LSRCost &C2) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 409 struct LSRCost {
611 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
612 TargetTransformInfo::LSRCost &C2) const;
1501 virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
1502 TargetTransformInfo::LSRCost &C2) = 0;
1855 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
1856 TargetTransformInfo::LSRCost &C2) override {
TargetTransformInfoImpl.h 207 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 346 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 321 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 1023 TargetTransformInfo::LSRCost C;

Completed in 52 milliseconds