/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 696 const LLT DstTy = MRI.getType(DstReg); in selectTruncOrPtrToInt() local 760 const LLT DstTy = MRI.getType(DstReg); in selectZext() local 770 LLT DstTy; in selectZext() member 871 const LLT DstTy = MRI.getType(DstReg); in selectAnyext() local 981 const LLT DstTy = MRI.getType(DstReg); in selectUadde() local 1039 const LLT DstTy = MRI.getType(DstReg); in selectExtract() local 1090 const LLT DstTy = MRI.getType(DstReg); in emitExtractSubreg() local 1128 const LLT DstTy = MRI.getType(DstReg); in emitInsertSubreg() local 1172 const LLT DstTy = MRI.getType(DstReg); in selectInsert() local 1256 const LLT DstTy = MRI.getType(DstReg); in selectMergeValues() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizationArtifactCombiner.h | 61 LLT DstTy = MRI.getType(DstReg); in tryCombineZExt() local 89 LLT DstTy = MRI.getType(DstReg); in tryCombineSExt() local 123 LLT DstTy = MRI.getType(DstReg); in tryFoldImplicitDef() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 27 LLT DstTy = MRI.getType(DstReg); in tryCombineCopy() local
|
D | Utils.cpp | 212 auto DstTy = MRI.getType(DefMI->getOperand(0).getReg()); in getOpcodeDef() local
|
D | MachineIRBuilder.cpp | 269 LLT DstTy = getMRI()->getType(Res); in buildFConstant() local 388 LLT DstTy = getMRI()->getType(Dst); in buildCast() local 825 LLT DstTy = getMRI()->getType(Dst); in validateTruncExt() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 935 GenericValue Interpreter::executeTruncInst(Value *SrcVal, Type *DstTy, in executeTruncInst() 944 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy, in executeSExtInst() 953 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst() 962 GenericValue Interpreter::executeFPTruncInst(Value *SrcVal, Type *DstTy, in executeFPTruncInst() 971 GenericValue Interpreter::executeFPExtInst(Value *SrcVal, Type *DstTy, in executeFPExtInst() 980 GenericValue Interpreter::executeFPToUIInst(Value *SrcVal, Type *DstTy, in executeFPToUIInst() 994 GenericValue Interpreter::executeFPToSIInst(Value *SrcVal, Type *DstTy, in executeFPToSIInst() 1008 GenericValue Interpreter::executeUIToFPInst(Value *SrcVal, Type *DstTy, in executeUIToFPInst() 1020 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst() 1033 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst() [all …]
|
/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() 891 LLT DstTy = MRI.getType(I.getOperand(0).getReg()); in select() local 923 LLT DstTy = MRI.getType(I.getOperand(0).getReg()); in select() local 1149 const LLT DstTy = MRI.getType(I.getOperand(0).getReg()); in select() local 1256 const LLT DstTy = MRI.getType(I.getOperand(0).getReg()), in select() local 1313 const LLT DstTy = MRI.getType(I.getOperand(0).getReg()), in select() local 1502 const LLT DstTy = MRI.getType(I.getOperand(0).getReg()); in select() local
|
D | AArch64RegisterBankInfo.cpp | 483 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 518 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
|
D | AArch64TargetTransformInfo.cpp | 197 bool AArch64TTIImpl::isWideningInstruction(Type *DstTy, unsigned Opcode, in isWideningInstruction() 287 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 143 Type *DstTy = CurrentTruncInst->getType(); in getMinBitWidth() local 365 Type *DstTy = CurrentTruncInst->getType(); in ReduceExpressionDag() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1217 GenericValue Interpreter::executeTruncInst(Value *SrcVal, Type *DstTy, in executeTruncInst() 1237 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy, in executeSExtInst() 1257 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst() 1278 GenericValue Interpreter::executeFPTruncInst(Value *SrcVal, Type *DstTy, in executeFPTruncInst() 1301 GenericValue Interpreter::executeFPExtInst(Value *SrcVal, Type *DstTy, in executeFPExtInst() 1323 GenericValue Interpreter::executeFPToUIInst(Value *SrcVal, Type *DstTy, in executeFPToUIInst() 1361 GenericValue Interpreter::executeFPToSIInst(Value *SrcVal, Type *DstTy, in executeFPToSIInst() 1398 GenericValue Interpreter::executeUIToFPInst(Value *SrcVal, Type *DstTy, in executeUIToFPInst() 1430 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst() 1464 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/lib/Linker/ |
D | LinkModules.cpp | 72 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping() 94 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic() 559 ArrayType *DstTy = cast<ArrayType>(DstGV->getType()->getElementType()); in linkAppendingVarProto() 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/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-7.0/llvm/lib/Linker/ |
D | IRMover.cpp | 81 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping() 115 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic() 820 ArrayType *DstTy = cast<ArrayType>(DstGV->getValueType()); in linkAppendingVarProto() 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/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 96 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 157 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 237 unsigned HexagonTTIImpl::getCastInstrCost(unsigned Opcode, Type *DstTy, in getCastInstrCost()
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.cpp | 551 Type *DstTy = BIC->getDestTy(); in getSrcAndDstElememntTypeName() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 184 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 973 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in visitMachineInstrBefore() local 1003 LLT DstTy = MRI->getType(MI->getOperand(0).getReg()); in visitMachineInstrBefore() local 1046 LLT DstTy = MRI->getType(DstOp.getReg()); in visitMachineInstrBefore() local
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 687 void CWriter::printCast(unsigned opc, Type *SrcTy, Type *DstTy) { in printCast() 2229 Type *DstTy = I.getType(); in isFPIntBitCast() local 2685 Type *DstTy = I.getType(); in visitCastInst() local
|