HomeSort by relevance Sort by last modified time
    Searched refs:SrcLT (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 356 std::pair<unsigned, MVT> SrcLT = TLI->getTypeLegalizationCost(DL, Src);
360 if (SrcLT.first == DstLT.first &&
361 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
369 TLI->isTruncateFree(SrcLT.second, DstLT.second))
373 TLI->isZExtFree(SrcLT.second, DstLT.second))
382 if (SrcLT.first == DstLT.first &&
406 if (SrcLT.first == DstLT.first &&
407 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
421 return SrcLT.first * 1;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 572 std::pair<unsigned, MVT> SrcLT = TLI->getTypeLegalizationCost(DL, Src);
576 if (SrcLT.first == DstLT.first &&
577 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
585 TLI->isTruncateFree(SrcLT.second, DstLT.second))
589 TLI->isZExtFree(SrcLT.second, DstLT.second))
610 if (SrcLT.first == DstLT.first &&
632 if (SrcLT.first == DstLT.first &&
633 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
647 return SrcLT.first * 1;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 243 std::pair<int, MVT> SrcLT = TLI.getTypeLegalizationCost(DL, SrcTy);
245 return std::max(SrcLT.first, DstLT.first) + FloatFactor * (SrcN + DstN);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]

Completed in 308 milliseconds