/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 84 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/ |
D | X86InstructionSelector.cpp | 715 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/ |
D | MachineVerifier.cpp | 978 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/ |
D | LegalizerHelper.cpp | 796 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 …]
|
D | GISelKnownBits.cpp | 95 LLT DstTy = MRI.getType(R); in computeKnownBitsImpl() local 391 LLT DstTy = MRI.getType(R); in computeNumSignBits() local
|
D | MachineIRBuilder.cpp | 339 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
|
D | Utils.cpp | 306 auto DstTy = MRI.getType(DefMI->getOperand(0).getReg()); in getDefIgnoringCopies() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 142 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/ |
D | Execution.cpp | 1270 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/ |
D | Execution.cpp | 1218 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/ |
D | AArch64InstructionSelector.cpp | 783 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 …]
|
D | AArch64RegisterBankInfo.cpp | 548 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 594 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
|
D | AArch64TargetTransformInfo.cpp | 205 bool AArch64TTIImpl::isWideningInstruction(Type *DstTy, unsigned Opcode, in isWideningInstruction() 295 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 599 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/ |
D | AMDGPURegisterBankInfo.cpp | 1476 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
|
D | AMDGPUInstructionSelector.cpp | 452 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
|
D | AMDGPULegalizerInfo.cpp | 665 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/ |
D | IRMover.cpp | 81 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/ |
D | MipsLegalizerInfo.cpp | 276 LLT DstTy = MRI.getType(Dst); in legalizeCustom() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 80 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/ |
D | AutoUpgrade.cpp | 699 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/ |
D | ARMTargetTransformInfo.cpp | 96 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 563 getVectorTruncCost(Type *SrcTy, Type *DstTy) { in getVectorTruncCost() 603 getVectorBitmaskConversionCost(Type *SrcTy, Type *DstTy) { in getVectorBitmaskConversionCost()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 184 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 253 unsigned HexagonTTIImpl::getCastInstrCost(unsigned Opcode, Type *DstTy, in getCastInstrCost()
|