/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAddMissingPrototypes.cpp | 95 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/ |
D | ARMCodeGenPrepare.cpp | 237 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()
|
D | ARMParallelDSP.cpp | 223 if (cast<TruncInst>(I)->getDestTy()->getIntegerBitWidth() == MaxBitWidth) in IsNarrowSequence()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryBuiltins.cpp | 146 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SITypeRewriter.cpp | 144 if (I.getDestTy() != v4i32) { in visitBitCast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 434 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() || in mightUseCTR() 436 isLargeIntegerTy(!TM->isPPC64(), CI->getDestTy()->getScalarType())) in mightUseCTR()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 406 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() || in mightUseCTR() 408 isLargeIntegerTy(TT.isArch32Bit(), CI->getDestTy()->getScalarType())) in mightUseCTR()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 473 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy()); in visitCastInst() 491 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 491 Type *getDestTy() const { in getDestTy() function
|
D | InstrTypes.h | 833 Type* getDestTy() const { return getType(); }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 288 unsigned DBW = DL.getTypeSizeInBits(CI->getDestTy()); in getUserCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 591 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/ |
D | Operator.h | 570 Type *getDestTy() const { in getDestTy() function
|
D | InstrTypes.h | 852 Type* getDestTy() const { return getType(); }
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.cpp | 551 Type *DstTy = BIC->getDestTy(); in getSrcAndDstElememntTypeName()
|
D | SPIRVToOCL20.cpp | 519 Type * dstVecTy = Cast.getDestTy(); in visitCastInst()
|
D | SPIRVWriter.cpp | 836 if (Cast->getDestTy()->getPointerAddressSpace() == SPIRAS_Generic) { in transUnaryInst() 841 assert(Cast->getDestTy()->getPointerAddressSpace() != SPIRAS_Constant && in transUnaryInst()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 604 Type* getDestTy() const { return getType(); }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 665 if (!LI.isAtomic() || isSupportedAtomicType(CI->getDestTy())) { in combineLoadToOperationType() 666 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); in combineLoadToOperationType()
|
D | InstCombineCasts.cpp | 236 Type *MidTy = CI1->getDestTy(); in isEliminableCastPair() 237 Type *DstTy = CI2->getDestTy(); in isEliminableCastPair()
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 261 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 316 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1879 if (Val->getType() != BC->getDestTy()) { in RewriteBitCast() 1880 Val = new BitCastInst(Val, BC->getDestTy(), "", BC); in RewriteBitCast()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 506 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); in combineLoadToOperationType()
|
D | InstCombineVectorOps.cpp | 1041 Type *TgtTy = BC->getDestTy(); in visitShuffleVectorInst()
|