Home
last modified time | relevance | path

Searched defs:DstTy (Results 1 – 25 of 63) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h84 const LLT &DstTy = MRI.getType(DstReg); in tryCombineAnyExt() local
109 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local
128 const LLT &DstTy = MRI.getType(DstReg); in tryCombineZExt() local
153 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local
181 const LLT &DstTy = MRI.getType(DstReg); in tryCombineTrunc() local
207 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
443 LLT DstTy = MRI.getType(DstReg); in tryCombineExtract() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp715 const LLT DstTy = MRI.getType(DstReg); in selectTruncOrPtrToInt() local
779 const LLT DstTy = MRI.getType(DstReg); in selectZext() local
789 LLT DstTy; in selectZext() member
890 const LLT DstTy = MRI.getType(DstReg); in selectAnyext() local
1090 const LLT DstTy = MRI.getType(DstReg); in selectUadde() local
1148 const LLT DstTy = MRI.getType(DstReg); in selectExtract() local
1199 const LLT DstTy = MRI.getType(DstReg); in emitExtractSubreg() local
1237 const LLT DstTy = MRI.getType(DstReg); in emitInsertSubreg() local
1281 const LLT DstTy = MRI.getType(DstReg); in selectInsert() local
1364 const LLT DstTy = MRI.getType(DstReg); in selectMergeValues() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp978 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1038 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1055 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1070 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1103 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1130 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1174 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1191 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1208 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
1232 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp796 LLT DstTy = MRI.getType(DstReg); in narrowScalar() local
1182 LLT DstTy = MRI.getType(DstReg); in widenScalarMergeValues() local
1310 LLT DstTy = MRI.getType(Dst0Reg); in widenScalarUnmergeValues() local
1344 LLT DstTy = MRI.getType(DstReg); in widenScalarExtract() local
2076 LLT DstTy = MRI.getType(DstReg); in lower() local
2299 LLT DstTy = MRI.getType(DstReg); in lower() local
2361 const LLT DstTy = MRI.getType(DstReg); in fewerElementsVectorBasic() local
2469 LLT DstTy = MRI.getType(DstReg); in fewerElementsVectorMultiEltType() local
2550 LLT DstTy = MRI.getType(DstReg); in fewerElementsVectorCasts() local
2596 LLT DstTy = MRI.getType(DstReg); in fewerElementsVectorCmp() local
[all …]
DGISelKnownBits.cpp95 LLT DstTy = MRI.getType(R); in computeKnownBitsImpl() local
391 LLT DstTy = MRI.getType(R); in computeNumSignBits() local
DMachineIRBuilder.cpp339 LLT DstTy = Res.getLLTTy(*getMRI()); in buildFConstant() local
485 LLT DstTy = Dst.getLLTTy(*getMRI()); in buildCast() local
506 LLT DstTy = Dst.getLLTTy(*getMRI()); in buildExtract() local
910 void MachineIRBuilder::validateTruncExt(const LLT &DstTy, const LLT &SrcTy, in validateTruncExt()
1030 LLT DstTy = DstOps[0].getLLTTy(*getMRI()); in buildInstr() local
DUtils.cpp306 auto DstTy = MRI.getType(DefMI->getOperand(0).getReg()); in getDefIgnoringCopies() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp142 Type *DstTy = CurrentTruncInst->getType(); in getMinBitWidth() local
364 Type *DstTy = CurrentTruncInst->getType(); in ReduceExpressionDag() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1270 GenericValue Interpreter::executeTruncInst(Value *SrcVal, Type *DstTy, in executeTruncInst()
1290 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy, in executeSExtInst()
1310 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst()
1331 GenericValue Interpreter::executeFPTruncInst(Value *SrcVal, Type *DstTy, in executeFPTruncInst()
1354 GenericValue Interpreter::executeFPExtInst(Value *SrcVal, Type *DstTy, in executeFPExtInst()
1376 GenericValue Interpreter::executeFPToUIInst(Value *SrcVal, Type *DstTy, in executeFPToUIInst()
1414 GenericValue Interpreter::executeFPToSIInst(Value *SrcVal, Type *DstTy, in executeFPToSIInst()
1451 GenericValue Interpreter::executeUIToFPInst(Value *SrcVal, Type *DstTy, in executeUIToFPInst()
1483 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst()
1517 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst()
[all …]
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1218 GenericValue Interpreter::executeTruncInst(Value *SrcVal, Type *DstTy, in executeTruncInst()
1238 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy, in executeSExtInst()
1258 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst()
1279 GenericValue Interpreter::executeFPTruncInst(Value *SrcVal, Type *DstTy, in executeFPTruncInst()
1302 GenericValue Interpreter::executeFPExtInst(Value *SrcVal, Type *DstTy, in executeFPExtInst()
1324 GenericValue Interpreter::executeFPToUIInst(Value *SrcVal, Type *DstTy, in executeFPToUIInst()
1362 GenericValue Interpreter::executeFPToSIInst(Value *SrcVal, Type *DstTy, in executeFPToSIInst()
1399 GenericValue Interpreter::executeUIToFPInst(Value *SrcVal, Type *DstTy, in executeUIToFPInst()
1431 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst()
1465 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp783 static unsigned selectFPConvOpc(unsigned GenericOpc, LLT DstTy, LLT SrcTy) { in selectFPConvOpc()
1305 const LLT DstTy = MRI.getType(I.getOperand(0).getReg()); in earlySelectSHL() local
1546 LLT DstTy = MRI.getType(DstReg); in select() local
1679 LLT DstTy = MRI.getType(DstReg); in select() local
1737 LLT DstTy = MRI.getType(I.getOperand(0).getReg()); in select() local
2039 const LLT DstTy = MRI.getType(I.getOperand(0).getReg()); in select() local
2159 const LLT DstTy = MRI.getType(DefReg); in select() local
2227 const LLT DstTy = MRI.getType(I.getOperand(0).getReg()), in select() local
2377 const LLT DstTy = MRI.getType(I.getOperand(0).getReg()); in select() local
2609 LLT DstTy = MRI.getType(DstReg); in selectVectorICmp() local
[all …]
DAArch64RegisterBankInfo.cpp548 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
594 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
DAArch64TargetTransformInfo.cpp205 bool AArch64TTIImpl::isWideningInstruction(Type *DstTy, unsigned Opcode, in isWideningInstruction()
295 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp599 QualType DstType, llvm::Type *DstTy, SourceLocation Loc) { in EmitFloatConversionCheck()
756 llvm::Type *DstTy = ConvertType(DstType); in EmitScalarConversion() local
899 CodeGenFunction::ComplexPairTy Src, QualType SrcTy, QualType DstTy, in EmitComplexToScalarConversion()
1056 llvm::Type *DstTy = ConvertType(DstType); in VisitConvertVectorExpr() local
1379 llvm::Type *DstTy = ConvertType(DestTy); in VisitCastExpr() local
1529 llvm::Type *DstTy = ConvertType(DestTy); in VisitCastExpr() local
3401 llvm::Type *DstTy = ConvertType(E->getType()); in VisitAsTypeExpr() local
3453 QualType DstTy, in EmitScalarConversion()
3464 QualType DstTy, in EmitComplexToScalarConversion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp1476 LLT DstTy = MRI.getType(DstReg); in applyMappingImpl() local
1563 LLT DstTy = MRI.getType(DstReg); in applyMappingImpl() local
1644 LLT DstTy = MRI.getType(DstReg); in applyMappingImpl() local
1717 LLT DstTy = MRI.getType(DstReg); in applyMappingImpl() local
1783 LLT DstTy = MRI.getType(DstReg); in applyMappingImpl() local
1872 LLT DstTy = MRI.getType(DstReg); in applyMappingImpl() local
1937 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in applyMappingImpl() local
2690 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
DAMDGPUInstructionSelector.cpp452 LLT DstTy = MRI->getType(DstReg); in selectG_EXTRACT() local
488 LLT DstTy = MRI->getType(DstReg); in selectG_MERGE_VALUES() local
532 LLT DstTy = MRI->getType(DstReg0); in selectG_UNMERGE_VALUES() local
1248 const LLT DstTy = MRI->getType(DstReg); in selectG_TRUNC() local
1327 const LLT DstTy = MRI->getType(DstReg); in selectG_SZA_EXT() local
1701 LLT DstTy = MRI->getType(DstReg); in selectG_EXTRACT_VECTOR_ELT() local
DAMDGPULegalizerInfo.cpp665 const LLT DstTy = Query.Types[0]; in AMDGPULegalizerInfo() local
756 const LLT DstTy = Query.Types[0]; in AMDGPULegalizerInfo() local
784 const LLT DstTy = Query.Types[0]; in AMDGPULegalizerInfo() local
1261 LLT DstTy = MRI.getType(Dst); in legalizeAddrSpaceCast() local
1918 LLT DstTy = MRI.getType(Dst); in legalizeFDIV() local
2261 LLT DstTy = MRI.getType(DstReg); in legalizeImplicitArgPtr() local
/external/llvm/lib/Linker/
DIRMover.cpp81 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping()
109 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()
773 ArrayType *DstTy = cast<ArrayType>(DstGV->getValueType()); in linkAppendingVarProto() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsLegalizerInfo.cpp276 LLT DstTy = MRI.getType(Dst); in legalizeCustom() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp80 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping()
114 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()
869 ArrayType *DstTy = cast<ArrayType>(DstGV->getValueType()); in linkAppendingVarProto() local
/external/llvm/lib/IR/
DAutoUpgrade.cpp699 VectorType *DstTy = cast<VectorType>(CI->getType()); in UpgradeIntrinsicCall() local
719 VectorType *DstTy = cast<VectorType>(CI->getType()); in UpgradeIntrinsicCall() local
915 VectorType *DstTy = cast<VectorType>(CI->getType()); in UpgradeIntrinsicCall() local
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp96 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp563 getVectorTruncCost(Type *SrcTy, Type *DstTy) { in getVectorTruncCost()
603 getVectorBitmaskConversionCost(Type *SrcTy, Type *DstTy) { in getVectorBitmaskConversionCost()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp184 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp253 unsigned HexagonTTIImpl::getCastInstrCost(unsigned Opcode, Type *DstTy, in getCastInstrCost()

123