Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAddMissingPrototypes.cpp97 BC->getDestTy()->getPointerElementType())) { in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp620 if (ZExt->getDestTy() != ExtTy) in Cleanup()
624 if (ZExt->getSrcTy() == ZExt->getDestTy()) { in Cleanup()
697 TruncTysMap[Trunc].push_back(Trunc->getDestTy()); in Mutate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp304 unsigned DBW = DL.getTypeSizeInBits(CI->getDestTy()); in getUserCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp422 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() || in mightUseCTR()
424 isLargeIntegerTy(!TM.isPPC64(), CI->getDestTy()->getScalarType())) in mightUseCTR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp665 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy()); in visitCastInst()
683 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst()
DLoopStrengthReduce.cpp2098 DestTy = UCast->getDestTy(); in OptimizeShadowIV()
2102 DestTy = SCast->getDestTy(); in OptimizeShadowIV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h597 Type *getDestTy() const { in getDestTy() function
DInstrTypes.h699 Type* getDestTy() const { return getType(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp632 if (!LI.isAtomic() || isSupportedAtomicType(CI->getDestTy())) { in combineLoadToOperationType()
633 LoadInst *NewLoad = IC.combineLoadToNewType(LI, CI->getDestTy()); in combineLoadToOperationType()
DInstCombineCasts.cpp236 Type *MidTy = CI1->getDestTy(); in isEliminableCastPair()
237 Type *DstTy = CI2->getDestTy(); in isEliminableCastPair()
DInstCombineCompares.cpp2737 Bitcast->getDestTy()->getScalarSizeInBits()) { in foldICmpBitCast()
4388 Type *DestTy = CastOp0->getDestTy(); in foldICmpWithZextOrSext()
4435 Type *DestTy = CastOp0->getDestTy(); in foldICmpWithCastOp()
DInstCombineVectorOps.cpp2015 Type *TgtTy = BC->getDestTy(); in visitShuffleVectorInst()
DInstructionCombining.cpp906 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy()); in FoldOpIntoSelect()
DInstCombineAndOrXor.cpp1483 if (CI->getSrcTy() == CI->getDestTy() || isa<Constant>(CastSrc)) in shouldOptimizeCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp367 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
DLazyValueInfo.cpp1362 CI->getDestTy(), DL))) { in constantFoldUser()
DValueTracking.cpp2201 Q.DL.getTypeSizeInBits(I2P->getDestTy())) in isKnownNonZero()
2209 Q.DL.getTypeSizeInBits(P2I->getDestTy())) in isKnownNonZero()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1170 Type *DestTy = ToVectorTy(cast<CastInst>(I)->getDestTy(), VF); in isOptimizableIVTruncate()
6337 return TTI.getCastInstrCost(Instruction::Trunc, Trunc->getDestTy(), in getInstructionCost()