/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 28 LLT SrcTy = MRI.getType(SrcReg); in tryCombineCopy() local
|
D | Utils.cpp | 217 auto SrcTy = MRI.getType(SrcReg); in getOpcodeDef() local
|
/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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 697 const LLT SrcTy = MRI.getType(SrcReg); in selectTruncOrPtrToInt() local 761 const LLT SrcTy = MRI.getType(SrcReg); in selectZext() local 769 LLT SrcTy; in selectZext() member 872 const LLT SrcTy = MRI.getType(SrcReg); in selectAnyext() local 1040 const LLT SrcTy = MRI.getType(SrcReg); in selectExtract() local 1091 const LLT SrcTy = MRI.getType(SrcReg); in emitExtractSubreg() local 1129 const LLT SrcTy = MRI.getType(SrcReg); in emitInsertSubreg() local 1257 const LLT SrcTy = MRI.getType(SrcReg0); in selectMergeValues() 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
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 428 static unsigned selectFPConvOpc(unsigned GenericOpc, LLT DstTy, LLT SrcTy) { in selectFPConvOpc() 890 LLT SrcTy = MRI.getType(I.getOperand(1).getReg()); in select() local 922 LLT SrcTy = MRI.getType(I.getOperand(2).getReg()); in select() local 1150 const LLT SrcTy = MRI.getType(I.getOperand(1).getReg()); in select() local 1257 SrcTy = MRI.getType(I.getOperand(1).getReg()); in select() local 1314 SrcTy = MRI.getType(I.getOperand(1).getReg()); in select() local
|
D | AArch64RegisterBankInfo.cpp | 484 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local 519 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
|
D | AArch64TargetTransformInfo.cpp | 246 Type *SrcTy = toVectorTy(Extend->getSrcTy()); in isWideningInstruction() local 286 EVT SrcTy = TLI->getValueType(DL, Src); in getCastInstrCost() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 235 Type *SrcTy = CI1->getSrcTy(); in isEliminableCastPair() local 566 Type *SrcTy = Trunc.getSrcTy(); in narrowBinOp() local 675 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local 1062 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local 1336 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local 1658 Type *SrcTy = SrcI->getType(); in FoldItoFPtoI() local 1795 VectorType *SrcTy = cast<VectorType>(InVal->getType()); in optimizeVectorResize() local 2131 Type *SrcTy = Src->getType(); // Type B in optimizeBitCastFromPhi() local 2233 Type *SrcTy = Src->getType(); in visitBitCast() local 2382 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
|
/external/swiftshader/third_party/subzero/src/ |
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 1170 Type SrcTy = Src0->getType(); in emitIAS() local 1208 Type SrcTy = Src0->getType(); in emitIAS() local 1235 Type SrcTy = Src0->getType(); in emitIAS() local 1660 const Type SrcTy = Src->getType(); in emit() local 1684 const Type SrcTy = Src->getType(); in emitIAS() local [all …]
|
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 | 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 517 getVectorTruncCost(Type *SrcTy, Type *DstTy) { in getVectorTruncCost() 557 getVectorBitmaskConversionCost(Type *SrcTy, Type *DstTy) { in getVectorBitmaskConversionCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Verifier.cpp | 2421 Type *SrcTy = I.getOperand(0)->getType(); in visitTruncInst() local 2439 Type *SrcTy = I.getOperand(0)->getType(); in visitZExtInst() local 2457 Type *SrcTy = I.getOperand(0)->getType(); in visitSExtInst() local 2475 Type *SrcTy = I.getOperand(0)->getType(); in visitFPTruncInst() local 2492 Type *SrcTy = I.getOperand(0)->getType(); in visitFPExtInst() local 2510 Type *SrcTy = I.getOperand(0)->getType(); in visitUIToFPInst() local 2533 Type *SrcTy = I.getOperand(0)->getType(); in visitSIToFPInst() local 2556 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToUIInst() local 2579 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToSIInst() local 2602 Type *SrcTy = I.getOperand(0)->getType(); in visitPtrToIntInst() local [all …]
|
/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/swiftshader/third_party/llvm-7.0/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() 115 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1220 Type *SrcTy = SrcVal->getType(); in executeTruncInst() local 1239 Type *SrcTy = SrcVal->getType(); in executeSExtInst() local 1259 Type *SrcTy = SrcVal->getType(); in executeZExtInst() local 1325 Type *SrcTy = SrcVal->getType(); in executeFPToUIInst() local 1363 Type *SrcTy = SrcVal->getType(); in executeFPToSIInst() local 1492 Type *SrcTy = SrcVal->getType(); in executeBitCastInst() local
|
/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
|