Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h80 InstructionCost getIntImmCostInst(unsigned Opc, unsigned Idx,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h47 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DSystemZTargetTransformInfo.cpp103 InstructionCost SystemZTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in SystemZTTIImpl
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp374 Cost = TTI->getIntImmCostInst( in collectConstantCandidates()
435 TTI->getIntImmCostInst(Instruction::Add, 1, Offset, OffsetTy, in collectConstantCandidates()
601 Cost += TTI->getIntImmCostInst(Opcode, OpndIdx, Value, Ty, in maximizeConstantsInRange()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h70 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DRISCVTargetTransformInfo.cpp142 InstructionCost RISCVTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in RISCVTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h241 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DX86TargetTransformInfo.cpp5520 InstructionCost X86TTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in X86TTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h93 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DAArch64TargetTransformInfo.cpp374 InstructionCost AArch64TTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in AArch64TTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h140 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
H A DARMTargetTransformInfo.cpp389 InstructionCost ARMTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, in getIntImmCostInst() function in ARMTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h998 InstructionCost getIntImmCostInst(unsigned Opc, unsigned Idx,
1905 virtual InstructionCost getIntImmCostInst(unsigned Opc, unsigned Idx,
2468 InstructionCost getIntImmCostInst(unsigned Opc, unsigned Idx,
2472 return Impl.getIntImmCostInst(Opc, Idx, Imm, Ty, CostKind, Inst);
H A DTargetTransformInfoImpl.h426 InstructionCost getIntImmCostInst(unsigned Opcode, unsigned Idx,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp675 InstructionCost TargetTransformInfo::getIntImmCostInst( in getIntImmCostInst() function in TargetTransformInfo
679 TTIImpl->getIntImmCostInst(Opcode, Idx, Imm, Ty, CostKind, Inst); in getIntImmCostInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1904 Cost += TTI.getIntImmCostInst( in isHighCostExpansionHelper()