Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAddMissingPrototypes.cpp95 cast<FunctionType>(BC->getDestTy()->getPointerElementType()); in runOnModule()
116 cast<FunctionType>(BC->getDestTy()->getPointerElementType()); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp237 return !ZExt->getDestTy()->isIntegerTy(32); in shouldPromote()
405 if (ZExt->getDestTy() != ExtTy) { in Mutate()
518 return Cast->getDestTy()->getScalarSizeInBits() <= 32; in isSupportedValue()
520 return Trunc->getDestTy()->getScalarSizeInBits() <= TypeSize; in isSupportedValue()
DARMParallelDSP.cpp223 if (cast<TruncInst>(I)->getDestTy()->getIntegerBitWidth() == MaxBitWidth) in IsNarrowSequence()
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp144 if (I.getDestTy() != v4i32) { in visitBitCast()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp146 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp434 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() || in mightUseCTR()
436 isLargeIntegerTy(!TM->isPPC64(), CI->getDestTy()->getScalarType())) in mightUseCTR()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp406 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() || in mightUseCTR()
408 isLargeIntegerTy(TT.isArch32Bit(), CI->getDestTy()->getScalarType())) in mightUseCTR()
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp473 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy()); in visitCastInst()
491 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst()
/external/llvm/include/llvm/IR/
DOperator.h491 Type *getDestTy() const { in getDestTy() function
DInstrTypes.h833 Type* getDestTy() const { return getType(); }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp288 unsigned DBW = DL.getTypeSizeInBits(CI->getDestTy()); in getUserCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp591 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy()); in visitCastInst()
609 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h570 Type *getDestTy() const { in getDestTy() function
DInstrTypes.h852 Type* getDestTy() const { return getType(); }
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp551 Type *DstTy = BIC->getDestTy(); in getSrcAndDstElememntTypeName()
DSPIRVToOCL20.cpp519 Type * dstVecTy = Cast.getDestTy(); in visitCastInst()
DSPIRVWriter.cpp836 if (Cast->getDestTy()->getPointerAddressSpace() == SPIRAS_Generic) { in transUnaryInst()
841 assert(Cast->getDestTy()->getPointerAddressSpace() != SPIRAS_Constant && in transUnaryInst()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h604 Type* getDestTy() const { return getType(); }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp665 if (!LI.isAtomic() || isSupportedAtomicType(CI->getDestTy())) { in combineLoadToOperationType()
666 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); in combineLoadToOperationType()
DInstCombineCasts.cpp236 Type *MidTy = CI1->getDestTy(); in isEliminableCastPair()
237 Type *DstTy = CI2->getDestTy(); in isEliminableCastPair()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp261 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp316 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1879 if (Val->getType() != BC->getDestTy()) { in RewriteBitCast()
1880 Val = new BitCastInst(Val, BC->getDestTy(), "", BC); in RewriteBitCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp506 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); in combineLoadToOperationType()
DInstCombineVectorOps.cpp1041 Type *TgtTy = BC->getDestTy(); in visitShuffleVectorInst()

12