Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp696 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/
DLegalizationArtifactCombiner.h61 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/
DCombinerHelper.cpp27 LLT DstTy = MRI.getType(DstReg); in tryCombineCopy() local
DUtils.cpp212 auto DstTy = MRI.getType(DefMI->getOperand(0).getReg()); in getOpcodeDef() local
DMachineIRBuilder.cpp269 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/
DExecution.cpp935 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/
DAArch64InstructionSelector.cpp428 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
DAArch64RegisterBankInfo.cpp483 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
518 LLT DstTy = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
DAArch64TargetTransformInfo.cpp197 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/
DTruncInstCombine.cpp143 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/
DExecution.cpp1217 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/
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/lib/Linker/
DLinkModules.cpp72 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/
DSystemZTargetTransformInfo.cpp517 getVectorTruncCost(Type *SrcTy, Type *DstTy) { in getVectorTruncCost()
557 getVectorBitmaskConversionCost(Type *SrcTy, Type *DstTy) { in getVectorBitmaskConversionCost()
/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-7.0/llvm/lib/Linker/
DIRMover.cpp81 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/
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/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp96 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp157 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp237 unsigned HexagonTTIImpl::getCastInstrCost(unsigned Opcode, Type *DstTy, in getCastInstrCost()
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp551 Type *DstTy = BIC->getDestTy(); in getSrcAndDstElememntTypeName() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp184 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineVerifier.cpp973 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/
DCBackend.cpp687 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

123