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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 862 std::pair<InstructionCost, MVT> SrcLT =
867 TypeSize SrcSize = SrcLT.second.getSizeInBits();
877 if (TLI->isTruncateFree(SrcLT.second, DstLT.second))
883 if (SrcLT.first == DstLT.first && IntOrPtrSrc == IntOrPtrDst &&
892 if (TLI->isZExtFree(SrcLT.second, DstLT.second))
906 if (DstLT.first == SrcLT.first &&
922 if (SrcLT.first == DstLT.first &&
924 return SrcLT.first;
940 if (SrcLT.first == DstLT.first && SrcSize == DstSize) {
944 return SrcLT.first
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 292 std::pair<InstructionCost, MVT> SrcLT =
297 std::max(SrcLT.first, DstLT.first) + FloatFactor * (SrcN + DstN);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 4342 std::pair<InstructionCost, MVT> SrcLT =
4345 *std::max(IdxsLT.first, SrcLT.first).getValue();

Completed in 43 milliseconds