Searched refs:DstLT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 466 LineTable &DstLT = DstFI.OptLineTable.value(); in copyFunctionInfo() local 467 const size_t NumLines = DstLT.size(); in copyFunctionInfo() 469 LineEntry &LE = DstLT.get(I); in copyFunctionInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 310 std::pair<InstructionCost, MVT> DstLT = getTypeLegalizationCost(DstTy); in getCastInstrCost() local 312 std::max(SrcLT.first, DstLT.first) + FloatFactor * (SrcN + DstN); in getCastInstrCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1064 std::pair<InstructionCost, MVT> DstLT = getTypeLegalizationCost(Dst); variable 1067 TypeSize DstSize = DstLT.second.getSizeInBits(); 1076 if (TLI->isTruncateFree(SrcLT.second, DstLT.second)) 1082 if (SrcLT.first == DstLT.first && IntOrPtrSrc == IntOrPtrDst && 1091 if (TLI->isZExtFree(SrcLT.second, DstLT.second)) 1105 if (DstLT.first == SrcLT.first && 1121 if (SrcLT.first == DstLT.first && 1122 TLI->isOperationLegalOrPromote(ISD, DstLT.second)) 1129 if (!TLI->isOperationExpand(ISD, DstLT.second)) 1139 if (SrcLT.first == DstLT.first && SrcSize == DstSize) { [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1042 std::pair<InstructionCost, MVT> DstLT = getTypeLegalizationCost(Dst); in getCastInstrCost() local 1059 DstLT.second, CostKind); in getCastInstrCost() 1067 return getRISCVInstructionCost(Op, DstLT.second, CostKind); in getCastInstrCost() 1094 MVT DstMVT = DstLT.second.changeVectorElementType(ElementMVT); in getCastInstrCost()
|