Home
last modified time | relevance | path

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

12

/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/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/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()
DMicrosoftCXXABI.cpp2617 const MemberPointerType *DstTy = MPType->castAs<MemberPointerType>(); in EmitMemberPointer() local
2996 const MemberPointerType *DstTy = E->getType()->castAs<MemberPointerType>(); in EmitMemberPointerConversion() local
3046 const MemberPointerType *SrcTy, const MemberPointerType *DstTy, CastKind CK, in EmitNonNullMemberPointerConversion()
3192 const MemberPointerType *DstTy = E->getType()->castAs<MemberPointerType>(); in EmitMemberPointerConversion() local
3201 const MemberPointerType *SrcTy, const MemberPointerType *DstTy, CastKind CK, in EmitMemberPointerConversion()
/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/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
DConstantFold.cpp44 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector()
78 Type *DstTy ///< destination type of the first cast in foldConstantCastPair()
DConstants.cpp1674 Constant *ConstantExpr::getPtrToInt(Constant *C, Type *DstTy, in getPtrToInt()
1687 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy, in getIntToPtr()
1700 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy, in getBitCast()
1712 Constant *ConstantExpr::getAddrSpaceCast(Constant *C, Type *DstTy, in getAddrSpaceCast()
DInstructions.cpp2349 Type *DstTy = getType(); in isLosslessCast() local
2424 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
3084 CastInst::castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) { in castIsValid()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp96 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp184 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp551 Type *DstTy = BIC->getDestTy(); in getSrcAndDstElememntTypeName() 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
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp45 VectorType *DstTy) { in BitCastConstantVector()
81 Type *DstTy ///< desintation type of the first cast in foldConstantCastPair()
DConstants.cpp1418 Constant *ConstantExpr::getPtrToInt(Constant *C, Type *DstTy) { in getPtrToInt()
1424 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy) { in getIntToPtr()
1430 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy) { in getBitCast()
DInstructions.cpp2022 Type* DstTy = getType(); in isLosslessCast() local
2083 Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) { in isEliminableCastPair()
2601 CastInst::castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) { in castIsValid()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1001 Type *DstTy = I->getType(); in SelectIToFP() local
1110 Type *DstTy = I->getType(); in SelectFPToI() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp828 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp768 Type* DstTy = cast<PointerType>(CI->getType())->getElementType(); in isSafeToEliminateVarargsCast() local
DInstCombineCasts.cpp233 Type *DstTy, ///< The target type for the second cast instruction in isEliminableCastPair()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp788 IntegerType *DstTy = dyn_cast<IntegerType>(Dst->getType()); in unifySubscriptType() local
813 IntegerType *DstTy = dyn_cast<IntegerType>(Dst->getType()); in unifySubscriptType() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h460 bool isTruncateFree(Type *SrcTy, Type *DstTy) const override { in isTruncateFree()
DNVPTXAsmPrinter.cpp2081 PointerType *DstTy = cast<PointerType>(CE->getType()); in lowerConstantForGV() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp236 Type *DstTy, ///< Target type for the second cast in isEliminableCastPair()

12