Home
last modified time | relevance | path

Searched defs:SrcTy (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp239 Type *SrcTy = CI->getOperand(0)->getType(); // A from above in isEliminableCastPair() local
444 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local
773 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local
1059 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local
1350 Type *SrcTy = SrcI->getType(); in FoldItoFPtoI() local
1487 VectorType *SrcTy = cast<VectorType>(InVal->getType()); in OptimizeVectorResize() local
1749 Type *SrcTy = Src->getType(); in visitBitCast() local
1878 PointerType *SrcTy = cast<PointerType>(Src->getType()->getScalarType()); in visitAddrSpaceCast() local
DInstCombineAndOrXor.cpp1451 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitAnd() local
2463 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitOr() local
2829 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitXor() local
DInstCombineVectorOps.cpp988 VectorType *SrcTy = cast<VectorType>(V->getType()); in visitShuffleVectorInst() local
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp96 PointerType *SrcTy = cast<PointerType>(Src->getType()); in IsEliminableAddrSpaceCast() local
/external/llvm/lib/IR/
DVerifier.cpp1847 Type *SrcTy = I.getOperand(0)->getType(); in visitTruncInst() local
1865 Type *SrcTy = I.getOperand(0)->getType(); in visitZExtInst() local
1883 Type *SrcTy = I.getOperand(0)->getType(); in visitSExtInst() local
1901 Type *SrcTy = I.getOperand(0)->getType(); in visitFPTruncInst() local
1918 Type *SrcTy = I.getOperand(0)->getType(); in visitFPExtInst() local
1936 Type *SrcTy = I.getOperand(0)->getType(); in visitUIToFPInst() local
1959 Type *SrcTy = I.getOperand(0)->getType(); in visitSIToFPInst() local
1982 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToUIInst() local
2005 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToSIInst() local
2028 Type *SrcTy = I.getOperand(0)->getType(); in visitPtrToIntInst() local
[all …]
DAutoUpgrade.cpp874 Type *SrcTy = V->getType(); in UpgradeBitCastInst() local
894 Type *SrcTy = C->getType(); in UpgradeBitCastExpr() local
DConstantFold.cpp87 Type *SrcTy = Op->getOperand(0)->getType(); in foldConstantCastPair() local
103 Type *SrcTy = V->getType(); in FoldBitCast() local
142 if (VectorType *SrcTy = dyn_cast<VectorType>(V->getType())) { in FoldBitCast() local
DInstructions.cpp2004 Type* SrcTy = getOperand(0)->getType(); in isLosslessCast() local
2024 Type *SrcTy, in isNoopCast()
2080 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
2517 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable()
2572 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable()
2612 bool CastInst::isBitOrNoopPointerCastable(Type *SrcTy, Type *DestTy, in isBitOrNoopPointerCastable()
2634 Type *SrcTy = Src->getType(); in getCastOpcode() local
2738 Type *SrcTy = S->getType(); in castIsValid() local
/external/llvm/lib/Linker/
DLinkModules.cpp98 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType()
104 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping()
132 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()
932 auto *SrcTy = in upgradeMismatchedGlobalArray() local
966 ArrayType *SrcTy = in linkAppendingVarProto() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp534 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
815 unsigned X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost()
/external/llvm/lib/Analysis/
DConstantFolding.cpp494 Type *SrcTy = C->getType(); in ConstantFoldLoadThroughBitcast() local
674 static Constant *CastGEPIndices(Type *SrcTy, ArrayRef<Constant *> Ops, in CastGEPIndices()
727 static Constant *SymbolicallyEvaluateGEP(Type *SrcTy, ArrayRef<Constant *> Ops, in SymbolicallyEvaluateGEP()
1090 Type *SrcTy = nullptr; in ConstantFoldInstOperands() local
DCostModel.cpp457 Type *SrcTy = I->getOperand(0)->getType(); in getInstructionCost() local
DValueTracking.cpp1147 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local
1166 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local
DScalarEvolution.cpp3316 Type *SrcTy = V->getType(); in getTruncateOrZeroExtend() local
3333 Type *SrcTy = V->getType(); in getTruncateOrSignExtend() local
3349 Type *SrcTy = V->getType(); in getNoopOrZeroExtend() local
3365 Type *SrcTy = V->getType(); in getNoopOrSignExtend() local
3382 Type *SrcTy = V->getType(); in getNoopOrAnyExtend() local
3397 Type *SrcTy = V->getType(); in getTruncateOrNoop() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp606 llvm::Type *SrcTy = Src->getType(); in EmitFloatConversionCheck() local
746 llvm::Type *SrcTy = Src->getType(); in EmitScalarConversion() local
892 QualType SrcTy, QualType DstTy) { in EmitComplexToScalarConversion()
1067 llvm::Type *SrcTy = Src->getType(); in VisitConvertVectorExpr() local
1379 llvm::Type *SrcTy = Src->getType(); in VisitCastExpr() local
3399 llvm::Type *SrcTy = Src->getType(); in VisitAsTypeExpr() local
3462 Value *CodeGenFunction::EmitScalarConversion(Value *Src, QualType SrcTy, in EmitScalarConversion()
3473 QualType SrcTy, in EmitComplexToScalarConversion()
DCGObjCMac.cpp4103 llvm::Type * SrcTy = src->getType(); in EmitObjCWeakAssign() local
4125 llvm::Type * SrcTy = src->getType(); in EmitObjCGlobalAssign() local
4152 llvm::Type * SrcTy = src->getType(); in EmitObjCIvarAssign() local
4172 llvm::Type * SrcTy = src->getType(); in EmitObjCStrongCastAssign() local
6795 llvm::Type * SrcTy = src->getType(); in EmitObjCIvarAssign() local
6815 llvm::Type * SrcTy = src->getType(); in EmitObjCStrongCastAssign() local
6862 llvm::Type * SrcTy = src->getType(); in EmitObjCWeakAssign() local
6883 llvm::Type * SrcTy = src->getType(); in EmitObjCGlobalAssign() local
DCGCall.cpp852 llvm::Type *SrcTy = in EnterStructPointerForCoercedAccess() local
923 llvm::Type *SrcTy = in CreateCoercedLoad() local
1010 llvm::Type *SrcTy = Src->getType(); in CreateCoercedStore() local
3223 llvm::Type *SrcTy = in EmitCall() local
DCGBuiltin.cpp2761 llvm::VectorType *SrcTy = in EmitCommonNeonBuiltinExpr() local
3041 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
3051 llvm::Type *SrcTy = llvm::VectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
3080 llvm::VectorType *SrcTy = in EmitCommonNeonBuiltinExpr() local
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp70 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1221 Type *SrcTy = SrcVal->getType(); in executeTruncInst() local
1240 const Type *SrcTy = SrcVal->getType(); in executeSExtInst() local
1260 const Type *SrcTy = SrcVal->getType(); in executeZExtInst() local
1326 Type *SrcTy = SrcVal->getType(); in executeFPToUIInst() local
1364 Type *SrcTy = SrcVal->getType(); in executeFPToSIInst() local
1493 Type *SrcTy = SrcVal->getType(); in executeBitCastInst() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp184 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp912 Type *SrcTy = Src->getType(); in selectFPToInt() local
1290 Type *SrcTy = Src->getType(); in selectIntExt() local
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp648 Type *SrcTy; in DoPromotion() local
DMergeFunctions.cpp1286 Type *SrcTy = V->getType(); in createCast() local
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1086 Type *SrcTy = Src->getType(); in SelectFPToI() local
1780 Type *SrcTy = Src->getType(); in SelectIntExt() local

12