Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSITypeRewriter.cpp147 if (I.getDestTy() != v4i32) { in visitBitCast()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCCTRLoops.cpp392 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() || in mightUseCTR()
394 isLargeIntegerTy(TT.isArch32Bit(), CI->getDestTy()->getScalarType())) in mightUseCTR()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDScalarizer.cpp470 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy()); in visitCastInst()
488 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst()
HDScalarReplAggregates.cpp2011 if (Val->getType() != BC->getDestTy()) { in RewriteBitCast()
2012 Val = new BitCastInst(Val, BC->getDestTy(), "", BC); in RewriteBitCast()
HDLoopStrengthReduce.cpp1825 DestTy = UCast->getDestTy(); in OptimizeShadowIV()
1829 DestTy = SCast->getDestTy(); in OptimizeShadowIV()
/NextBSD/contrib/llvm/include/llvm/IR/
HDOperator.h490 Type *getDestTy() const { in getDestTy() function
HDInstrTypes.h656 Type* getDestTy() const { return getType(); }
/NextBSD/contrib/llvm/lib/Analysis/
HDMemoryBuiltins.cpp251 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
HDValueTracking.cpp2962 *DTy = BC->getDestTy()->getPointerElementType(); in isDereferenceablePointer()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp492 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); in combineLoadToOperationType()
HDInstCombineVectorOps.cpp952 Type *TgtTy = BC->getDestTy(); in visitShuffleVectorInst()
HDInstCombineMulDivRem.cpp986 N = IC.Builder->CreateZExt(N, Z->getDestTy()); in foldUDivShl()
HDInstructionCombining.cpp720 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy()); in FoldOpIntoSelect()
HDInstCombineAndOrXor.cpp2611 Op0C->getDestTy()))) { in visitXor()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDBBVectorize.cpp878 Type *DestTy = C->getDestTy(); in isInstVectorizable()