/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/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
|
D | AArch64LegalizerInfo.cpp | 584 const LLT &DstTy = Query.Types[0]; in AArch64LegalizerInfo() local
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsLegalizerInfo.cpp | 276 LLT DstTy = MRI.getType(Dst); in legalizeCustom() local
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 253 unsigned HexagonTTIImpl::getCastInstrCost(unsigned Opcode, Type *DstTy, in getCastInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 45 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector() 79 Type *DstTy ///< destination type of the first cast in foldConstantCastPair()
|
D | Constants.cpp | 1846 Constant *ConstantExpr::getPtrToInt(Constant *C, Type *DstTy, in getPtrToInt() 1859 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy, in getIntToPtr() 1872 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy, in getBitCast() 1884 Constant *ConstantExpr::getAddrSpaceCast(Constant *C, Type *DstTy, in getAddrSpaceCast()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 174 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1066 Type *DstTy = I->getType(); in SelectIToFP() local 1191 Type *DstTy = I->getType(); in SelectFPToI() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 823 IntegerType *DstTy = dyn_cast<IntegerType>(Dst->getType()); in unifySubscriptType() local 848 IntegerType *DstTy = dyn_cast<IntegerType>(Dst->getType()); in unifySubscriptType() local
|