Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h127 int getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, const APInt &Imm,
H A DARMTargetTransformInfo.cpp286 int ARMTTIImpl::getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, in getIntImmCodeSizeCost() function in ARMTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h842 int getIntImmCodeSizeCost(unsigned Opc, unsigned Idx, const APInt &Imm,
1559 virtual int getIntImmCodeSizeCost(unsigned Opc, unsigned Idx,
1991 int getIntImmCodeSizeCost(unsigned Opc, unsigned Idx, const APInt &Imm, in getIntImmCodeSizeCost() function
1993 return Impl.getIntImmCodeSizeCost(Opc, Idx, Imm, Ty); in getIntImmCodeSizeCost()
H A DTargetTransformInfoImpl.h350 int getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCodeSizeCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp539 int TargetTransformInfo::getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, in getIntImmCodeSizeCost() function in TargetTransformInfo
542 int Cost = TTIImpl->getIntImmCodeSizeCost(Opcode, Idx, Imm, Ty); in getIntImmCodeSizeCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp606 TTI->getIntImmCodeSizeCost(Opcode, OpndIdx, Diff.getValue(), Ty); in maximizeConstantsInRange()