Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h133 InstructionCost getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx,
H A DARMTargetTransformInfo.cpp336 InstructionCost ARMTTIImpl::getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, in getIntImmCodeSizeCost() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1043 InstructionCost getIntImmCodeSizeCost(unsigned Opc, unsigned Idx,
1969 virtual InstructionCost getIntImmCodeSizeCost(unsigned Opc, unsigned Idx,
2551 InstructionCost getIntImmCodeSizeCost(unsigned Opc, unsigned Idx, in getIntImmCodeSizeCost() function
2553 return Impl.getIntImmCodeSizeCost(Opc, Idx, Imm, Ty); in getIntImmCodeSizeCost()
H A DTargetTransformInfoImpl.h436 InstructionCost getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, in getIntImmCodeSizeCost() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp684 InstructionCost TargetTransformInfo::getIntImmCodeSizeCost(unsigned Opcode, in getIntImmCodeSizeCost() function in TargetTransformInfo
688 InstructionCost Cost = TTIImpl->getIntImmCodeSizeCost(Opcode, Idx, Imm, Ty); in getIntImmCodeSizeCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp615 TTI->getIntImmCodeSizeCost(Opcode, OpndIdx, *Diff, Ty); in maximizeConstantsInRange()