| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 239 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
|
| D | InstCombineAndOrXor.cpp | 1451 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
|
| D | InstCombineVectorOps.cpp | 988 VectorType *SrcTy = cast<VectorType>(V->getType()); in visitShuffleVectorInst() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXFavorNonGenericAddrSpaces.cpp | 96 PointerType *SrcTy = cast<PointerType>(Src->getType()); in IsEliminableAddrSpaceCast() local
|
| /external/llvm/lib/IR/ |
| D | Verifier.cpp | 1847 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 …]
|
| D | AutoUpgrade.cpp | 874 Type *SrcTy = V->getType(); in UpgradeBitCastInst() local 894 Type *SrcTy = C->getType(); in UpgradeBitCastExpr() local
|
| D | ConstantFold.cpp | 87 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
|
| D | Instructions.cpp | 2004 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/ |
| D | LinkModules.cpp | 98 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/ |
| D | X86TargetTransformInfo.cpp | 534 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local 815 unsigned X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost()
|
| /external/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 494 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
|
| D | CostModel.cpp | 457 Type *SrcTy = I->getOperand(0)->getType(); in getInstructionCost() local
|
| D | ValueTracking.cpp | 1147 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local 1166 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local
|
| D | ScalarEvolution.cpp | 3316 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/ |
| D | CGExprScalar.cpp | 606 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()
|
| D | CGObjCMac.cpp | 4103 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
|
| D | CGCall.cpp | 852 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
|
| D | CGBuiltin.cpp | 2761 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/ |
| D | ARMTargetTransformInfo.cpp | 70 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
|
| /external/llvm/lib/ExecutionEngine/Interpreter/ |
| D | Execution.cpp | 1221 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/ |
| D | AArch64TargetTransformInfo.cpp | 184 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsFastISel.cpp | 912 Type *SrcTy = Src->getType(); in selectFPToInt() local 1290 Type *SrcTy = Src->getType(); in selectIntExt() local
|
| /external/llvm/lib/Transforms/IPO/ |
| D | ArgumentPromotion.cpp | 648 Type *SrcTy; in DoPromotion() local
|
| D | MergeFunctions.cpp | 1286 Type *SrcTy = V->getType(); in createCast() local
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCFastISel.cpp | 1086 Type *SrcTy = Src->getType(); in SelectFPToI() local 1780 Type *SrcTy = Src->getType(); in SelectIntExt() local
|