Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h133 InstructionCost getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx,
H A DARMTargetTransformInfo.cpp332 InstructionCost ARMTTIImpl::getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, in getIntImmCodeSizeCost() function in ARMTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1013 InstructionCost getIntImmCodeSizeCost(unsigned Opc, unsigned Idx,
1901 virtual InstructionCost getIntImmCodeSizeCost(unsigned Opc, unsigned Idx,
2460 InstructionCost getIntImmCodeSizeCost(unsigned Opc, unsigned Idx, in getIntImmCodeSizeCost() function
2462 return Impl.getIntImmCodeSizeCost(Opc, Idx, Imm, Ty); in getIntImmCodeSizeCost()
H A DTargetTransformInfoImpl.h416 InstructionCost getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, in getIntImmCodeSizeCost() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp658 InstructionCost TargetTransformInfo::getIntImmCodeSizeCost(unsigned Opcode, in getIntImmCodeSizeCost() function in TargetTransformInfo
662 InstructionCost Cost = TTIImpl->getIntImmCodeSizeCost(Opcode, Idx, Imm, Ty); in getIntImmCodeSizeCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp610 TTI->getIntImmCodeSizeCost(Opcode, OpndIdx, *Diff, Ty); in maximizeConstantsInRange()