Home
last modified time | relevance | path

Searched refs:getIntImmCostInst (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h80 InstructionCost getIntImmCostInst(unsigned Opc, unsigned Idx,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h47 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DSystemZTargetTransformInfo.cpp107 InstructionCost SystemZTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in SystemZTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h53 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DPPCTargetTransformInfo.cpp230 InstructionCost PPCTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in PPCTTIImpl
235 return BaseT::getIntImmCostInst(Opcode, Idx, Imm, Ty, CostKind, Inst); in getIntImmCostInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp379 Cost = TTI->getIntImmCostInst( in collectConstantCandidates()
440 TTI->getIntImmCostInst(Instruction::Add, 1, Offset, OffsetTy, in collectConstantCandidates()
606 Cost += TTI->getIntImmCostInst(Opcode, OpndIdx, Value, Ty, in maximizeConstantsInRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h244 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DX86TargetTransformInfo.cpp5651 InstructionCost X86TTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h93 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DAArch64TargetTransformInfo.cpp383 InstructionCost AArch64TTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h73 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DRISCVTargetTransformInfo.cpp161 InstructionCost RISCVTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h140 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DARMTargetTransformInfo.cpp393 InstructionCost ARMTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1028 InstructionCost getIntImmCostInst(unsigned Opc, unsigned Idx,
1973 virtual InstructionCost getIntImmCostInst(unsigned Opc, unsigned Idx,
2559 InstructionCost getIntImmCostInst(unsigned Opc, unsigned Idx,
2563 return Impl.getIntImmCostInst(Opc, Idx, Imm, Ty, CostKind, Inst);
H A DTargetTransformInfoImpl.h446 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp701 InstructionCost TargetTransformInfo::getIntImmCostInst( in getIntImmCostInst() function in TargetTransformInfo
705 TTIImpl->getIntImmCostInst(Opcode, Idx, Imm, Ty, CostKind, Inst); in getIntImmCostInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2002 Cost += TTI.getIntImmCostInst( in isHighCostExpansionHelper()