/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/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/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()
|
D | MicrosoftCXXABI.cpp | 2617 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/ |
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/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
|
D | ConstantFold.cpp | 44 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector() 78 Type *DstTy ///< destination type of the first cast in foldConstantCastPair()
|
D | Constants.cpp | 1674 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()
|
D | Instructions.cpp | 2349 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/ |
D | ARMTargetTransformInfo.cpp | 96 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 184 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.cpp | 551 Type *DstTy = BIC->getDestTy(); in getSrcAndDstElememntTypeName() 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
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 45 VectorType *DstTy) { in BitCastConstantVector() 81 Type *DstTy ///< desintation type of the first cast in foldConstantCastPair()
|
D | Constants.cpp | 1418 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()
|
D | Instructions.cpp | 2022 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/ |
D | PPCFastISel.cpp | 1001 Type *DstTy = I->getType(); in SelectIToFP() local 1110 Type *DstTy = I->getType(); in SelectFPToI() local
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 828 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 768 Type* DstTy = cast<PointerType>(CI->getType())->getElementType(); in isSafeToEliminateVarargsCast() local
|
D | InstCombineCasts.cpp | 233 Type *DstTy, ///< The target type for the second cast instruction in isEliminableCastPair()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 788 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/ |
D | NVPTXISelLowering.h | 460 bool isTruncateFree(Type *SrcTy, Type *DstTy) const override { in isTruncateFree()
|
D | NVPTXAsmPrinter.cpp | 2081 PointerType *DstTy = cast<PointerType>(CE->getType()); in lowerConstantForGV() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 236 Type *DstTy, ///< Target type for the second cast in isEliminableCastPair()
|