/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CallingConvEmitter.cpp | 298 Record *DestTy = Action->getValueAsDef("DestTy"); EmitAction() local 312 Record *DestTy = Action->getValueAsDef("DestTy"); EmitAction() local 328 Record *DestTy = Action->getValueAsDef("DestTy"); EmitAction() local 332 Record *DestTy = Action->getValueAsDef("DestTy"); EmitAction() local 336 Record *DestTy = Action->getValueAsDef("DestTy"); EmitAction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 111 Type *DestTy) const override { in FoldCast() argument 124 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast() argument 119 CreatePointerCast(Constant * C,Type * DestTy) CreatePointerCast() argument
|
H A D | ConstantFolder.h | 177 return ConstantExpr::getCast(Op, C, DestTy); in FoldCast() argument 190 CreatePointerCast(Constant * C,Type * DestTy) CreatePointerCast() argument 195 CreatePointerBitCastOrAddrSpaceCast(Constant * C,Type * DestTy) CreatePointerBitCastOrAddrSpaceCast() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 116 Type *DestTy) const override { in FoldCast() argument 131 if (C->getType() == DestTy) in CreatePointerBitCastOrAddrSpaceCast() argument 124 CreatePointerCast(Constant * C,Type * DestTy) CreatePointerCast() argument
|
H A D | TargetFolder.h | 205 if (C->getType() == DestTy) in CreatePointerBitCastOrAddrSpaceCast() argument 188 FoldCast(Instruction::CastOps Op,Value * V,Type * DestTy) FoldCast() argument 198 CreatePointerCast(Constant * C,Type * DestTy) CreatePointerCast() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 211 auto *DestTy = dyn_cast<FixedVectorType>(Ty); commonCastTransforms() local 440 Type *DestTy = Trunc.getType(); narrowFunnelShift() local 538 Type *DestTy = Trunc.getType(); narrowBinOp() local 652 Type *DestTy = Trunc.getType(); shrinkInsertElt() local 674 Type *DestTy = Trunc.getType(), *SrcTy = Src->getType(); visitTrunc() local 1116 Type *SrcTy = Src->getType(), *DestTy = Zext.getType(); visitZExt() local 1400 Type *SrcTy = Src->getType(), *DestTy = Sext.getType(); visitSExt() local 2022 optimizeVectorResizeWithIntegerBitCasts(Value * InVal,VectorType * DestTy,InstCombinerImpl & IC) optimizeVectorResizeWithIntegerBitCasts() argument 2282 Type *DestTy = BitCast.getType(); foldBitCastBitwiseLogic() local 2361 Type *DestTy = BitCast.getType(); foldBitCastSelect() local 2419 Type *DestTy = CI.getType(); // Type A optimizeBitCastFromPhi() local 2584 Type *DestTy = CI.getType(); visitBitCast() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 414 const LLT DestTy = MRI.getType(MI.getOperand(0).getReg()); tryFoldUnmergeCast() local 494 canFoldMergeOpcode(unsigned MergeOp,unsigned ConvertOp,LLT OpTy,LLT DestTy) canFoldMergeOpcode() argument 875 LLT DestTy = MRI.getType(MI.getReg(0)); tryCombineUnmergeDefs() local 1048 LLT DestTy = MRI.getType(MI.getReg(0)); tryCombineUnmergeValues() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 134 performAddrSpaceCast(CodeGen::CodeGenFunction & CGF,llvm::Value * Src,LangAS SrcAddr,LangAS DestAddr,llvm::Type * DestTy,bool isNonNull) const performAddrSpaceCast() argument
|
H A D | CGDeclCXX.cpp | 125 auto DestTy = llvm::PointerType::get( in EmitDeclDestroy() local
|
H A D | CGExprCXX.cpp | 2254 DestRecordTy = DestTy->castAs<ReferenceType>()->getPointeeType(); in EmitDynamicCastToNull() argument 2271 QualType DestTy = DCE->getTypeAsWritten(); EmitDynamicCast() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3837 LLVMBuildTrunc(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildTrunc() argument 3842 LLVMBuildZExt(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildZExt() argument 3847 LLVMBuildSExt(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildSExt() argument 3852 LLVMBuildFPToUI(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildFPToUI() argument 3857 LLVMBuildFPToSI(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildFPToSI() argument 3862 LLVMBuildUIToFP(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildUIToFP() argument 3867 LLVMBuildSIToFP(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildSIToFP() argument 3872 LLVMBuildFPTrunc(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildFPTrunc() argument 3877 LLVMBuildFPExt(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildFPExt() argument 3882 LLVMBuildPtrToInt(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildPtrToInt() argument 3887 LLVMBuildIntToPtr(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildIntToPtr() argument 3892 LLVMBuildBitCast(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildBitCast() argument 3897 LLVMBuildAddrSpaceCast(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildAddrSpaceCast() argument 3902 LLVMBuildZExtOrBitCast(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildZExtOrBitCast() argument 3908 LLVMBuildSExtOrBitCast(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildSExtOrBitCast() argument 3914 LLVMBuildTruncOrBitCast(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildTruncOrBitCast() argument 3920 LLVMBuildCast(LLVMBuilderRef B,LLVMOpcode Op,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildCast() argument 3926 LLVMBuildPointerCast(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildPointerCast() argument 3931 LLVMBuildIntCast2(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,LLVMBool IsSigned,const char * Name) LLVMBuildIntCast2() argument 3938 LLVMBuildIntCast(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildIntCast() argument 3944 LLVMBuildFPCast(LLVMBuilderRef B,LLVMValueRef Val,LLVMTypeRef DestTy,const char * Name) LLVMBuildFPCast() argument 3949 LLVMGetCastOpcode(LLVMValueRef Src,LLVMBool SrcIsSigned,LLVMTypeRef DestTy,LLVMBool DestIsSigned) LLVMGetCastOpcode() argument [all...] |
H A D | ConstantFold.cpp | 70 static Constant *FoldBitCast(Constant *V, Type *DestTy) { in FoldBitCast() argument 184 foldMaybeUndesirableCast(unsigned opc,Constant * V,Type * DestTy) foldMaybeUndesirableCast() argument 191 ConstantFoldCastInstruction(unsigned opc,Constant * V,Type * DestTy) ConstantFoldCastInstruction() argument [all...] |
H A D | ConstantsContext.h | 196 Create(Type * SrcElementTy,Constant * C,ArrayRef<Constant * > IdxList,Type * DestTy,unsigned Flags) Create() argument
|
H A D | Verifier.cpp | 3217 unsigned DestBitSize = DestTy->getScalarSizeInBits(); in visitFPToUIInst() local 3239 unsigned DestBitSize = DestTy->getScalarSizeInBits(); in visitFPToSIInst() local 3082 Type *DestTy = I.getType(); visitTruncInst() local 3100 Type *DestTy = I.getType(); visitZExtInst() local 3118 Type *DestTy = I.getType(); visitSExtInst() local 3136 Type *DestTy = I.getType(); visitFPTruncInst() local 3153 Type *DestTy = I.getType(); visitFPExtInst() local 3171 Type *DestTy = I.getType(); visitUIToFPInst() local 3194 Type *DestTy = I.getType(); visitSIToFPInst() local 3261 Type *DestTy = I.getType(); visitPtrToIntInst() local 3282 Type *DestTy = I.getType(); visitIntToPtrInst() local 3307 Type *DestTy = I.getType(); visitAddrSpaceCastInst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 71 static Constant *foldConstVectorToAPInt(APInt &Result, Type *DestTy, in foldConstVectorToAPInt() argument 104 Constant *FoldBitCast(Constant *C, Type *DestTy, const DataLayout &DL) { in FoldBitCast() argument 344 ConstantFoldLoadThroughBitcast(Constant * C,Type * DestTy,const DataLayout & DL) ConstantFoldLoadThroughBitcast() argument 995 Type *DestTy = InstOrCE->getType(); ConstantFoldInstOperandsImpl() local 1384 ConstantFoldCastOperand(unsigned Opcode,Constant * C,Type * DestTy,const DataLayout & DL) ConstantFoldCastOperand() argument 1470 ConstantFoldIntegerCast(Constant * C,Type * DestTy,bool IsSigned,const DataLayout & DL) ConstantFoldIntegerCast() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 1051 Type *DestTy = II->getType(); rewriteIntrinsicWithAddressSpace() local 1109 Type *DestTy = II->getType(); rewriteIntrinsicWithAddressSpace() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 482 createCast(IRBuilder<> & Builder,Value * V,Type * DestTy) createCast() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 2806 TypeResult DestTy = ParseTypeName(); ParseBuiltinPrimaryExpression() local 2835 TypeResult DestTy = ParseTypeName(); ParseBuiltinPrimaryExpression() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1019 In->mutateType(DestTy); in promoteTo() argument 981 isPromotableTo(Value * Val,IntegerType * DestTy) isPromotableTo() argument 1079 IntegerType *DestTy = getPmpyType(); promoteTypes() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 545 Type *DestTy = pickScalarType(); in Act() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 632 IntegerType *DestTy = cast<IntegerType>(TruncTysMap[Trunc][0]); ConvertTruncs() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 2044 QualType SrcTy, DestTy; CheckCompatibleReinterpretCast() local 3226 QualType DestTy = cast<PointerType>(DestType)->getPointeeType(); CheckCStyleCast() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 375 Type *DestTy = II->getType(); in rewriteIntrinsicOperands() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 765 Type *DestTy = CI->getType(); // Type A optimizeAMXCastFromPhi() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 760 Type* DestTy = CE->getType(); in getConstantValue() local
|