Home
last modified time | relevance | path

Searched defs:SrcLT (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp309 std::pair<InstructionCost, MVT> SrcLT = getTypeLegalizationCost(SrcTy); in getCastInstrCost() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1020 std::pair<InstructionCost, MVT> SrcLT = getTypeLegalizationCost(Src); getCastInstrCost() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1063 std::pair<InstructionCost, MVT> SrcLT = getTypeLegalizationCost(Src); global() variable
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2843 std::pair<InstructionCost, MVT> SrcLT = getTypeLegalizationCost(Src); getCastInstrCost() local
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5863 std::pair<InstructionCost, MVT> SrcLT = getTypeLegalizationCost(SrcVTy); getGSVectorCost() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2623 const LLT SrcLT = MRI.getType(Src); legalizeFPTOI() local
[all...]