/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 269 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()
|
D | AArch64TargetTransformInfo.h | 114 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 697 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/ |
D | SystemZTargetTransformInfo.h | 85 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
|
D | SystemZTargetTransformInfo.cpp | 670 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/ |
D | HexagonTargetTransformInfo.h | 138 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
|
D | HexagonTargetTransformInfo.cpp | 253 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/ |
D | PPCTargetTransformInfo.h | 97 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
|
D | PPCTargetTransformInfo.cpp | 742 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/ |
D | X86TargetTransformInfo.h | 131 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
|
D | X86TargetTransformInfo.cpp | 1273 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/ |
D | ARMTargetTransformInfo.h | 196 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
|
D | ARMTargetTransformInfo.cpp | 153 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/ |
D | TargetTransformInfo.h | 925 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()
|
D | TargetTransformInfoImpl.h | 447 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/ |
D | TargetTransformInfo.cpp | 612 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/ |
D | AMDGPUTargetTransformInfo.cpp | 838 return getCastInstrCost(I->getOpcode(), I->getType(), in getUserCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3331 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()
|
D | LoopVectorize.cpp | 6337 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/ |
D | RewriteStatepointsForGC.cpp | 1969 Cost += TTI.getCastInstrCost(CI->getOpcode(), CI->getType(), SrcTy, CI); in chainToBasePointerCost()
|