Home
last modified time | relevance | path

Searched refs:getIntImmCodeSizeCost (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h127 InstructionCost getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx,
H A DARMTargetTransformInfo.cpp286 InstructionCost ARMTTIImpl::getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, in getIntImmCodeSizeCost() function in ARMTTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h842 InstructionCost getIntImmCodeSizeCost(unsigned Opc, unsigned Idx,
1548 virtual InstructionCost getIntImmCodeSizeCost(unsigned Opc, unsigned Idx,
1980 InstructionCost getIntImmCodeSizeCost(unsigned Opc, unsigned Idx, in getIntImmCodeSizeCost() function
1982 return Impl.getIntImmCodeSizeCost(Opc, Idx, Imm, Ty); in getIntImmCodeSizeCost()
H A DTargetTransformInfoImpl.h350 InstructionCost getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, in getIntImmCodeSizeCost() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp535 InstructionCost TargetTransformInfo::getIntImmCodeSizeCost(unsigned Opcode, in getIntImmCodeSizeCost() function in TargetTransformInfo
539 InstructionCost Cost = TTIImpl->getIntImmCodeSizeCost(Opcode, Idx, Imm, Ty); in getIntImmCodeSizeCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp606 TTI->getIntImmCodeSizeCost(Opcode, OpndIdx, Diff.getValue(), Ty); in maximizeConstantsInRange()