Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterBankInfo.cpp549 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
560 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
595 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
640 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
713 LLT SrcTy = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
769 LLT SrcTy = MRI.getType(MI.getOperand(MI.getNumOperands()-1).getReg()); in getInstrMapping() local
805 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
826 const LLT SrcTy = MRI.getType(VReg); in getInstrMapping() local
DAArch64LegalizerInfo.cpp122 const auto &SrcTy = Query.Types[0]; in AArch64LegalizerInfo() local
326 const LLT &SrcTy = Query.Types[1]; in AArch64LegalizerInfo() local
357 const LLT &SrcTy = Query.Types[1]; in AArch64LegalizerInfo() local
585 const LLT &SrcTy = Query.Types[1]; in AArch64LegalizerInfo() local
DAArch64InstructionSelector.cpp783 static unsigned selectFPConvOpc(unsigned GenericOpc, LLT DstTy, LLT SrcTy) { in selectFPConvOpc()
1065 static Optional<int64_t> getVectorSHLImm(LLT SrcTy, Register Reg, MachineRegisterInfo &MRI) { in getVectorSHLImm()
1268 const LLT SrcTy = MRI.getType(SrcReg); in preISelLower() local
1678 LLT SrcTy = MRI.getType(SrcReg); in select() local
1736 LLT SrcTy = MRI.getType(I.getOperand(2).getReg()); in select() local
2040 const LLT SrcTy = MRI.getType(I.getOperand(1).getReg()); in select() local
2160 const LLT SrcTy = MRI.getType(SrcReg); in select() local
2228 SrcTy = MRI.getType(I.getOperand(1).getReg()); in select() local
2498 const LLT SrcTy = MRI.getType(I.getOperand(0).getReg()); in selectIntrinsicTrunc() local
2553 const LLT SrcTy = MRI.getType(I.getOperand(0).getReg()); in selectIntrinsicRound() local
[all …]
DAArch64TargetTransformInfo.cpp254 Type *SrcTy = toVectorTy(Extend->getSrcTy()); in isWideningInstruction() local
294 EVT SrcTy = TLI->getValueType(DL, Src); in getCastInstrCost() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp351 LLT SrcTy = MRI.getType(SrcReg); in computeKnownBitsImpl() local
413 LLT SrcTy = MRI.getType(Src); in computeNumSignBits() local
419 LLT SrcTy = MRI.getType(Src); in computeNumSignBits() local
DLegalizerHelper.cpp665 LLT SrcTy = MRI.getType(SrcReg); in narrowScalar() local
687 LLT SrcTy = MRI.getType(MI.getOperand(1).getReg()); in narrowScalar() local
842 LLT SrcTy = MRI.getType(SrcReg); in narrowScalar() local
1187 LLT SrcTy = MRI.getType(Src1); in widenScalarMergeValues() local
1305 LLT SrcTy = MRI.getType(SrcReg); in widenScalarUnmergeValues() local
1342 LLT SrcTy = MRI.getType(SrcReg); in widenScalarExtract() local
2168 LLT SrcTy = MRI.getType(SrcReg); in lower() local
2551 LLT SrcTy = MRI.getType(SrcReg); in fewerElementsVectorCasts() local
2597 LLT SrcTy = MRI.getType(Src0Reg); in fewerElementsVectorCmp() local
2806 LLT SrcTy = MRI.getType(SrcReg); in fewerElementsVectorUnmergeValues() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp716 const LLT SrcTy = MRI.getType(SrcReg); in selectTruncOrPtrToInt() local
780 const LLT SrcTy = MRI.getType(SrcReg); in selectZext() local
788 LLT SrcTy; in selectZext() member
891 const LLT SrcTy = MRI.getType(SrcReg); in selectAnyext() local
1149 const LLT SrcTy = MRI.getType(SrcReg); in selectExtract() local
1200 const LLT SrcTy = MRI.getType(SrcReg); in emitExtractSubreg() local
1238 const LLT SrcTy = MRI.getType(SrcReg); in emitInsertSubreg() local
1365 const LLT SrcTy = MRI.getType(SrcReg0); in selectMergeValues() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp238 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-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h114 LLT SrcTy = MRI.getType(SrcReg); in tryCombineZExt() local
157 LLT SrcTy = MRI.getType(SrcReg); in tryCombineSExt() local
444 LLT SrcTy = MRI.getType(SrcReg); in tryCombineExtract() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1056 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
1071 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
1131 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
1175 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
1192 LLT SrcTy = MRI->getType(MI->getOperand(MI->getNumOperands()-1).getReg()); in verifyPreISelGenericInstruction() local
1253 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
1270 LLT SrcTy = MRI->getType(MI->getOperand(2).getReg()); in verifyPreISelGenericInstruction() local
1393 LLT SrcTy = MRI->getType(MI->getOperand(1).getReg()); in verifyPreISelGenericInstruction() local
1531 LLT SrcTy = MRI->getType(SrcOp.getReg()); in visitMachineInstrBefore() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp235 Type *SrcTy = CI1->getSrcTy(); in isEliminableCastPair() local
581 Type *SrcTy = Trunc.getSrcTy(); in narrowBinOp() local
690 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local
1100 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local
1373 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local
1721 Type *SrcTy = SrcI->getType(); in FoldItoFPtoI() local
1870 VectorType *SrcTy = cast<VectorType>(InVal->getType()); in optimizeVectorResizeWithIntegerBitCasts() local
2228 Type *SrcTy = Src->getType(); // Type B in optimizeBitCastFromPhi() local
2390 Type *SrcTy = Src->getType(); in visitBitCast() local
2573 PointerType *SrcTy = cast<PointerType>(Src->getType()->getScalarType()); in visitAddrSpaceCast() local
/external/llvm/lib/IR/
DVerifier.cpp2226 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 …]
DAutoUpgrade.cpp698 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/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp133 PointerType *SrcTy = cast<PointerType>(Src->getType()); in isEliminableAddrSpaceCast() local
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp162 Type SrcTy = Instr->getSrc(0)->getType(); in emitUnaryopGPR() local
176 Type SrcTy = Instr->getSrc(0)->getType(); in emitUnaryopFP() local
705 const Type SrcTy = getSrc(0)->getType(); in emitIAS() local
728 const Type SrcTy = getSrc(0)->getType(); in emitIAS() local
761 const Type SrcTy = getSrc(0)->getType(); in emitIAS() local
1165 Type SrcTy = Src0->getType(); in emitIAS() local
1203 Type SrcTy = Src0->getType(); in emitIAS() local
1230 Type SrcTy = Src0->getType(); in emitIAS() local
1655 const Type SrcTy = Src->getType(); in emit() local
1679 const Type SrcTy = Src->getType(); in emitIAS() local
[all …]
DIceAssemblerX8664.cpp349 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx()
366 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx()
383 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx()
397 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx()
480 void AssemblerX8664::movd(Type SrcTy, XmmRegister dst, GPRRegister src) { in movd()
489 void AssemblerX8664::movd(Type SrcTy, XmmRegister dst, const AsmAddress &src) { in movd()
1781 void AssemblerX8664::cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, in cvtsi2ss()
1791 void AssemblerX8664::cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, in cvtsi2ss()
1801 void AssemblerX8664::cvtfloat2float(Type SrcTy, XmmRegister dst, in cvtfloat2float()
1812 void AssemblerX8664::cvtfloat2float(Type SrcTy, XmmRegister dst, in cvtfloat2float()
[all …]
DIceAssemblerX8632.cpp348 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx()
357 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx()
366 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx()
375 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx()
447 void AssemblerX8632::movd(Type SrcTy, XmmRegister dst, GPRRegister src) { in movd()
455 void AssemblerX8632::movd(Type SrcTy, XmmRegister dst, const AsmAddress &src) { in movd()
1650 void AssemblerX8632::cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, in cvtsi2ss()
1659 void AssemblerX8632::cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, in cvtsi2ss()
1668 void AssemblerX8632::cvtfloat2float(Type SrcTy, XmmRegister dst, in cvtfloat2float()
1678 void AssemblerX8632::cvtfloat2float(Type SrcTy, XmmRegister dst, in cvtfloat2float()
[all …]
DIceInstX8664.cpp843 Type SrcTy, const Operand *Src, in emitIASCastRegOp()
939 Type SrcTy = this->getSrc(0)->getType(); in emit() local
968 const Type SrcTy = Src->getType(); in emitIAS() local
1379 Type SrcTy = Src->getType(); in emitIAS() local
1560 Type SrcTy = Src->getType(); in emitIAS() local
2073 Type SrcTy = Src->getType(); in emit() local
2112 Type SrcTy = Src->getType(); in emitIAS() local
2323 Type SrcTy = Src->getType(); in emitIAS() local
2383 Type SrcTy = Src->getType(); in emitIAS() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp2570 Type *SrcTy = I.getOperand(0)->getType(); in visitTruncInst() local
2588 Type *SrcTy = I.getOperand(0)->getType(); in visitZExtInst() local
2606 Type *SrcTy = I.getOperand(0)->getType(); in visitSExtInst() local
2624 Type *SrcTy = I.getOperand(0)->getType(); in visitFPTruncInst() local
2641 Type *SrcTy = I.getOperand(0)->getType(); in visitFPExtInst() local
2659 Type *SrcTy = I.getOperand(0)->getType(); in visitUIToFPInst() local
2682 Type *SrcTy = I.getOperand(0)->getType(); in visitSIToFPInst() local
2705 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToUIInst() local
2728 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToSIInst() local
2751 Type *SrcTy = I.getOperand(0)->getType(); in visitPtrToIntInst() local
[all …]
/external/clang/lib/CodeGen/
DCGExprScalar.cpp604 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/
DIRMover.cpp75 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-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1273 Type *SrcTy = SrcVal->getType(); in executeTruncInst() local
1292 Type *SrcTy = SrcVal->getType(); in executeSExtInst() local
1312 Type *SrcTy = SrcVal->getType(); in executeZExtInst() local
1378 Type *SrcTy = SrcVal->getType(); in executeFPToUIInst() local
1416 Type *SrcTy = SrcVal->getType(); in executeFPToSIInst() local
1545 Type *SrcTy = SrcVal->getType(); in executeBitCastInst() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1221 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp453 LLT SrcTy = MRI->getType(SrcReg); in selectG_EXTRACT() local
489 LLT SrcTy = MRI->getType(MI.getOperand(1).getReg()); in selectG_MERGE_VALUES() local
533 LLT SrcTy = MRI->getType(SrcReg); in selectG_UNMERGE_VALUES() local
1249 const LLT SrcTy = MRI->getType(SrcReg); in selectG_TRUNC() local
1328 const LLT SrcTy = MRI->getType(SrcReg); in selectG_SZA_EXT() local
1702 LLT SrcTy = MRI->getType(SrcReg); in selectG_EXTRACT_VECTOR_ELT() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsLegalizerInfo.cpp277 LLT SrcTy = MRI.getType(Src); in legalizeCustom() local

12345