/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 854 Type *SrcTy = I.getOperand(0)->getType(); in visitTruncInst() local 872 Type *SrcTy = I.getOperand(0)->getType(); in visitZExtInst() local 890 Type *SrcTy = I.getOperand(0)->getType(); in visitSExtInst() local 908 Type *SrcTy = I.getOperand(0)->getType(); in visitFPTruncInst() local 925 Type *SrcTy = I.getOperand(0)->getType(); in visitFPExtInst() local 943 Type *SrcTy = I.getOperand(0)->getType(); in visitUIToFPInst() local 966 Type *SrcTy = I.getOperand(0)->getType(); in visitSIToFPInst() local 989 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToUIInst() local 1012 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToSIInst() local 1035 Type *SrcTy = I.getOperand(0)->getType(); in visitPtrToIntInst() local [all …]
|
D | ConstantFold.cpp | 88 Type *SrcTy = Op->getOperand(0)->getType(); in foldConstantCastPair() local 99 Type *SrcTy = V->getType(); in FoldBitCast() local 136 if (VectorType *SrcTy = dyn_cast<VectorType>(V->getType())) { in FoldBitCast() local
|
D | Instructions.cpp | 2021 Type* SrcTy = getOperand(0)->getType(); in isLosslessCast() local 2041 Type *SrcTy, in isNoopCast() 2083 Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) { in isEliminableCastPair() 2423 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable() 2494 Type *SrcTy = Src->getType(); in getCastOpcode() local 2604 Type *SrcTy = S->getType(); in castIsValid() local
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 64 Type *remapType(Type *SrcTy) { in remapType() 72 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping() 94 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic() 560 ArrayType *SrcTy = in linkAppendingVarProto() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 237 Type *SrcTy = CI->getOperand(0)->getType(); // A from above in isEliminableCastPair() local 439 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local 762 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local 1067 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local 1196 Type *SrcTy = OpI->getType(); in visitFPTrunc() local 1408 VectorType *SrcTy = cast<VectorType>(InVal->getType()); in OptimizeVectorResize() local 1652 Type *SrcTy = Src->getType(); in visitBitCast() local
|
D | InstCombineLoadStoreAlloca.cpp | 96 if (PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType())) { in InstCombineLoadCast() local 261 PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType()); in InstCombineStoreToCast() local
|
D | InstCombineAndOrXor.cpp | 1228 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitAnd() local 2012 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitOr() local 2292 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitXor() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 238 Type *SrcTy = CI->getOperand(0)->getType(); // A from above in isEliminableCastPair() local 496 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local 848 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local 1132 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local 1431 Type *SrcTy = SrcI->getType(); in FoldItoFPtoI() local 1568 VectorType *SrcTy = cast<VectorType>(InVal->getType()); in optimizeVectorResize() local 1796 Type *SrcTy = Src->getType(); in visitBitCast() local 1928 PointerType *SrcTy = cast<PointerType>(Src->getType()->getScalarType()); in visitAddrSpaceCast() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 133 PointerType *SrcTy = cast<PointerType>(Src->getType()); in isEliminableAddrSpaceCast() local
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 2226 Type *SrcTy = I.getOperand(0)->getType(); in visitTruncInst() local 2244 Type *SrcTy = I.getOperand(0)->getType(); in visitZExtInst() local 2262 Type *SrcTy = I.getOperand(0)->getType(); in visitSExtInst() local 2280 Type *SrcTy = I.getOperand(0)->getType(); in visitFPTruncInst() local 2297 Type *SrcTy = I.getOperand(0)->getType(); in visitFPExtInst() local 2315 Type *SrcTy = I.getOperand(0)->getType(); in visitUIToFPInst() local 2338 Type *SrcTy = I.getOperand(0)->getType(); in visitSIToFPInst() local 2361 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToUIInst() local 2384 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToSIInst() local 2407 Type *SrcTy = I.getOperand(0)->getType(); in visitPtrToIntInst() local [all …]
|
D | AutoUpgrade.cpp | 698 VectorType *SrcTy = cast<VectorType>(Src->getType()); in UpgradeIntrinsicCall() local 914 VectorType *SrcTy = cast<VectorType>(CI->getArgOperand(0)->getType()); in UpgradeIntrinsicCall() local 1402 Type *SrcTy = V->getType(); in UpgradeBitCastInst() local 1422 Type *SrcTy = C->getType(); in UpgradeBitCastExpr() local
|
D | ConstantFold.cpp | 85 Type *SrcTy = Op->getOperand(0)->getType(); in foldConstantCastPair() local 101 Type *SrcTy = V->getType(); in FoldBitCast() local 140 if (VectorType *SrcTy = dyn_cast<VectorType>(V->getType())) { in FoldBitCast() local
|
D | Instructions.cpp | 2348 Type *SrcTy = getOperand(0)->getType(); in isLosslessCast() local 2368 Type *SrcTy, in isNoopCast() 2424 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() 2866 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable() 2921 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable() 2961 bool CastInst::isBitOrNoopPointerCastable(Type *SrcTy, Type *DestTy, in isBitOrNoopPointerCastable() 2983 Type *SrcTy = Src->getType(); in getCastOpcode() local 3087 Type *SrcTy = S->getType(); in castIsValid() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 334 void AssemblerX86Base<TraitsType>::movzx(Type SrcTy, GPRRegister dst, in movzx() 353 void AssemblerX86Base<TraitsType>::movzx(Type SrcTy, GPRRegister dst, in movzx() 373 void AssemblerX86Base<TraitsType>::movsx(Type SrcTy, GPRRegister dst, in movsx() 389 void AssemblerX86Base<TraitsType>::movsx(Type SrcTy, GPRRegister dst, in movsx() 490 void AssemblerX86Base<TraitsType>::movd(Type SrcTy, XmmRegister dst, in movd() 501 void AssemblerX86Base<TraitsType>::movd(Type SrcTy, XmmRegister dst, in movd() 2068 Type SrcTy, GPRRegister src) { in cvtsi2ss() 2079 Type SrcTy, const Address &src) { in cvtsi2ss() 2090 void AssemblerX86Base<TraitsType>::cvtfloat2float(Type SrcTy, XmmRegister dst, in cvtfloat2float() 2102 void AssemblerX86Base<TraitsType>::cvtfloat2float(Type SrcTy, XmmRegister dst, in cvtfloat2float() [all …]
|
D | IceInstARM32.cpp | 167 Type SrcTy = Instr->getSrc(0)->getType(); in emitUnaryopGPR() local 181 Type SrcTy = Instr->getSrc(0)->getType(); in emitUnaryopFP() local 710 const Type SrcTy = getSrc(0)->getType(); in emitIAS() local 733 const Type SrcTy = getSrc(0)->getType(); in emitIAS() local 766 const Type SrcTy = getSrc(0)->getType(); in emitIAS() local 1432 const Type SrcTy = Src->getType(); in emit() local 1456 const Type SrcTy = Src->getType(); in emitIAS() local 1522 const Type SrcTy = typeElementType(DestTy); in emitIAS() local 1717 const Type SrcTy = Src->getType(); in isMoveBetweenCoreAndVFPRegisters() local 1805 const Type SrcTy = Src0->getType(); in emitIAS() local
|
D | IceInstX86BaseImpl.h | 932 const Cfg *Func, Type DestTy, const Variable *Dest, Type SrcTy, in emitIASCastRegOp() 1033 Type SrcTy = this->getSrc(0)->getType(); in emit() local 1063 const Type SrcTy = Src->getType(); in emitIAS() local 1504 Type SrcTy = Src->getType(); in emitIAS() local 1695 Type SrcTy = Src->getType(); in emitIAS() local 2223 Type SrcTy = Src->getType(); in emit() local 2263 Type SrcTy = Src->getType(); in emitIAS() local 2478 Type SrcTy = Src->getType(); in emitIAS() local 2545 Type SrcTy = Src->getType(); in emitIAS() local
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 604 llvm::Type *SrcTy = Src->getType(); in EmitFloatConversionCheck() local 750 llvm::Type *SrcTy = Src->getType(); in EmitScalarConversion() local 899 CodeGenFunction::ComplexPairTy Src, QualType SrcTy, QualType DstTy, in EmitComplexToScalarConversion() 1055 llvm::Type *SrcTy = Src->getType(); in VisitConvertVectorExpr() local 1378 llvm::Type *SrcTy = Src->getType(); in VisitCastExpr() local 3403 llvm::Type *SrcTy = Src->getType(); in VisitAsTypeExpr() local 3452 Value *CodeGenFunction::EmitScalarConversion(Value *Src, QualType SrcTy, in EmitScalarConversion() 3463 QualType SrcTy, in EmitComplexToScalarConversion()
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 75 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType() 81 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping() 109 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1221 Type *SrcTy = SrcVal->getType(); in executeTruncInst() local 1240 Type *SrcTy = SrcVal->getType(); in executeSExtInst() local 1260 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/ARM/ |
D | ARMTargetTransformInfo.cpp | 95 EVT SrcTy = TLI->getValueType(DL, Src); in getCastInstrCost() local
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 452 Type *SrcTy = I->getOperand(0)->getType(); in getInstructionCost() local
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 827 EVT SrcTy = TLI->getValueType(DL, Src); in getCastInstrCost() local 1128 int X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 183 EVT SrcTy = TLI->getValueType(DL, Src); in getCastInstrCost() local
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.cpp | 550 Type *SrcTy = BIC->getSrcTy(); in getSrcAndDstElememntTypeName() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 982 Type *SrcTy = SrcVal->getType(); in executeFPToUIInst() local 996 Type *SrcTy = SrcVal->getType(); in executeFPToSIInst() local 1059 Type *SrcTy = SrcVal->getType(); in executeBitCastInst() local
|