Home
last modified time | relevance | path

Searched refs:getCastInstrCost (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp269 int AArch64TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src, in getCastInstrCost() function in AArch64TTIImpl
298 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
402 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
433 return Cost + getCastInstrCost(Opcode, Dst, Src); in getExtractWithExtendCost()
438 return Cost + getCastInstrCost(Opcode, Dst, Src); in getExtractWithExtendCost()
457 return Cost + getCastInstrCost(Opcode, Dst, Src); in getExtractWithExtendCost()
DAArch64TargetTransformInfo.h114 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h697 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
795 (2 * TTI->getCastInstrCost(Opcode, SplitDst, SplitSrc, I));
801 unsigned Cost = static_cast<T *>(this)->getCastInstrCost(
827 static_cast<T *>(this)->getCastInstrCost(Opcode, Dst, in getExtractWithExtendCost()
1381 Cost += 2 * ConcreteTTI->getCastInstrCost(ExtOp, ExtTy, RetTy);
1384 2 * ConcreteTTI->getCastInstrCost(Instruction::Trunc, RetTy, ExtTy);
1445 Cost += 2 * ConcreteTTI->getCastInstrCost(ExtOp, ExtTy, MulTy);
1448 2 * ConcreteTTI->getCastInstrCost(Instruction::Trunc, MulTy, ExtTy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h85 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
DSystemZTargetTransformInfo.cpp670 int SystemZTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src, in getCastInstrCost() function in SystemZTTIImpl
722 unsigned ScalarCost = getCastInstrCost(Opcode, Dst->getScalarType(), in getCastInstrCost()
792 return BaseT::getCastInstrCost(Opcode, Dst, Src, I); in getCastInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h138 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
DHexagonTargetTransformInfo.cpp253 unsigned HexagonTTIImpl::getCastInstrCost(unsigned Opcode, Type *DstTy, in getCastInstrCost() function in HexagonTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h97 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
DPPCTargetTransformInfo.cpp742 int PPCTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src, in getCastInstrCost() function in PPCTTIImpl
746 int Cost = BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h131 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
DX86TargetTransformInfo.cpp1273 int X86TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src, in getCastInstrCost() function in X86TTIImpl
1650 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
1700 return BaseT::getCastInstrCost(Opcode, Dst, Src, I); in getCastInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h196 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
DARMTargetTransformInfo.cpp153 int ARMTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src, in getCastInstrCost() function in ARMTTIImpl
177 return BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
408 return BaseCost * BaseT::getCastInstrCost(Opcode, Dst, Src); in getCastInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h925 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
1322 virtual int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
1728 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src, in getCastInstrCost() function
1730 return Impl.getCastInstrCost(Opcode, Dst, Src, I); in getCastInstrCost()
DTargetTransformInfoImpl.h447 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src, in getCastInstrCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp612 int TargetTransformInfo::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() function in TargetTransformInfo
616 int Cost = TTIImpl->getCastInstrCost(Opcode, Dst, Src, I); in getCastInstrCost()
1237 return getCastInstrCost(I->getOpcode(), I->getType(), SrcTy, I); in getInstructionThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp838 return getCastInstrCost(I->getOpcode(), I->getType(), in getUserCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3331 DeadCost += TTI->getCastInstrCost( in getEntryCost()
3358 TTI->getCastInstrCost(E->getOpcode(), ScalarTy, SrcTy, VL0); in getEntryCost()
3371 TTI->getCastInstrCost(E->getOpcode(), VecTy, SrcVecTy, VL0); in getEntryCost()
3577 VecCost = TTI->getCastInstrCost(E->getOpcode(), VecTy, Src0Ty); in getEntryCost()
3578 VecCost += TTI->getCastInstrCost(E->getAltOpcode(), VecTy, Src1Ty); in getEntryCost()
DLoopVectorize.cpp6337 return TTI.getCastInstrCost(Instruction::Trunc, Trunc->getDestTy(), in getInstructionCost()
6364 return N * TTI.getCastInstrCost(I->getOpcode(), VectorTy, SrcVecTy, I); in getInstructionCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1969 Cost += TTI.getCastInstrCost(CI->getOpcode(), CI->getType(), SrcTy, CI); in chainToBasePointerCost()