Home
last modified time | relevance | path

Searched defs:DstLT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp466 LineTable &DstLT = DstFI.OptLineTable.value(); in copyFunctionInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp310 std::pair<InstructionCost, MVT> DstLT = getTypeLegalizationCost(DstTy); in getCastInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1042 std::pair<InstructionCost, MVT> DstLT = getTypeLegalizationCost(Dst); in getCastInstrCost() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1064 std::pair<InstructionCost, MVT> DstLT = getTypeLegalizationCost(Dst); variable