Home
last modified time | relevance | path

Searched defs:DestTy (Results 1 – 25 of 57) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h223 Type *DestTy) const override { in CreateCast()
227 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast()
232 Constant *C, Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
236 Instruction *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
241 Instruction *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast()
245 Instruction *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast()
249 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr()
253 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt()
257 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast()
261 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast()
[all …]
H A DConstantFolder.h189 Type *DestTy) const override { in CreateCast()
193 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast()
198 Type *DestTy) const override { in CreatePointerBitCastOrAddrSpaceCast()
202 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
207 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast()
211 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast()
215 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr()
219 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt()
223 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast()
227 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h177 Type *DestTy) const override { in CreateCast()
182 Constant *CreateIntCast(Constant *C, Type *DestTy, in CreateIntCast()
188 Constant *CreatePointerCast(Constant *C, Type *DestTy) const override { in CreatePointerCast()
193 Constant *CreateFPCast(Constant *C, Type *DestTy) const override { in CreateFPCast()
198 Constant *CreateBitCast(Constant *C, Type *DestTy) const override { in CreateBitCast()
201 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const override { in CreateIntToPtr()
204 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const override { in CreatePtrToInt()
207 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateZExtOrBitCast()
212 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast()
217 Constant *CreateTruncOrBitCast(Constant *C, Type *DestTy) const override { in CreateTruncOrBitCast()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp232 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local
246 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local
262 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local
266 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local
270 Record *DestTy = Action->getValueAsDef("DestTy"); in EmitAction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h222 Type *DestTy) in ExtractValueConstantExpr()
253 ArrayRef<unsigned> IdxList, Type *DestTy) in InsertValueConstantExpr()
291 Type *DestTy, unsigned Flags) { in Create()
H A DConstantFold.cpp111 static Constant *FoldBitCast(Constant *V, Type *DestTy) { in FoldBitCast()
359 static Constant *getFoldedSizeOfImpl(Type *Ty, Type *DestTy, bool Folded, in getFoldedSizeOfImpl()
414 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, bool Folded, in getFoldedSizeOf()
423 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, bool Folded) { in getFoldedSizeOf()
432 static Constant *getFoldedAlignOf(Type *Ty, Type *DestTy, bool Folded) { in getFoldedAlignOf()
496 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo, Type *DestTy, in getFoldedOffsetOf()
546 Type *DestTy) { in ConstantFoldCastInstruction()
H A DVerifier.cpp2834 Type *DestTy = I.getType(); in visitTruncInst() local
2852 Type *DestTy = I.getType(); in visitZExtInst() local
2870 Type *DestTy = I.getType(); in visitSExtInst() local
2888 Type *DestTy = I.getType(); in visitFPTruncInst() local
2905 Type *DestTy = I.getType(); in visitFPExtInst() local
2923 Type *DestTy = I.getType(); in visitUIToFPInst() local
2946 Type *DestTy = I.getType(); in visitSIToFPInst() local
2969 Type *DestTy = I.getType(); in visitFPToUIInst() local
2992 Type *DestTy = I.getType(); in visitFPToSIInst() local
3015 Type *DestTy = I.getType(); in visitPtrToIntInst() local
[all …]
H A DCore.cpp3766 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildTrunc()
3771 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildZExt()
3776 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildSExt()
3781 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPToUI()
3786 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPToSI()
3791 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildUIToFP()
3796 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildSIToFP()
3801 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPTrunc()
3806 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildFPExt()
3811 LLVMTypeRef DestTy, const char *Name) { in LLVMBuildPtrToInt()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp527 Type *DestTy = Trunc.getType(); in narrowFunnelShift() local
624 Type *DestTy = Trunc.getType(); in narrowBinOp() local
710 Type *DestTy = Trunc.getType(); in shrinkInsertElt() local
732 Type *DestTy = Trunc.getType(), *SrcTy = Src->getType(); in visitTrunc() local
1191 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local
1466 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local
2029 optimizeVectorResizeWithIntegerBitCasts(Value *InVal, VectorType *DestTy, in optimizeVectorResizeWithIntegerBitCasts()
2281 Type *DestTy = BitCast.getType(); in foldBitCastBitwiseLogic() local
2334 Type *DestTy = BitCast.getType(); in foldBitCastSelect() local
2392 Type *DestTy = CI.getType(); // Type A in optimizeBitCastFromPhi() local
[all …]
H A DInstCombineVectorOps.cpp187 Type *DestTy = Ext.getType(); in foldBitcastExtElt() local
1611 Type *DestTy = VectorType::get( in buildNew() local
H A DInstCombineLoadStoreAlloca.cpp416 auto *DestTy = PointerType::get(AI.getAllocatedType(), SrcAddrSpace); in visitAllocaInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h368 const LLT DestTy = MRI.getType(MI.getOperand(0).getReg()); in tryFoldUnmergeCast() local
447 LLT OpTy, LLT DestTy) { in canFoldMergeOpcode()
548 LLT DestTy = MRI.getType(MI.getOperand(0).getReg()); in tryCombineUnmergeValues() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp71 static Constant *foldConstVectorToAPInt(APInt &Result, Type *DestTy, in foldConstVectorToAPInt()
104 Constant *FoldBitCast(Constant *C, Type *DestTy, const DataLayout &DL) { in FoldBitCast()
351 Constant *llvm::ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy, in ConstantFoldLoadThroughBitcast()
659 Constant *ConstantFoldLoadThroughBitcastExpr(ConstantExpr *CE, Type *DestTy, in ConstantFoldLoadThroughBitcastExpr()
1053 Type *DestTy = InstOrCE->getType(); in ConstantFoldInstOperandsImpl() local
1334 Type *DestTy, const DataLayout &DL) { in ConstantFoldCastOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp509 Type *DestTy = IntegerType::get(LoadTy->getContext(), NewLoadSize * 8); in getLoadValueForLoad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp484 static Value *createCast(IRBuilder<> &Builder, Value *V, Type *DestTy) { in createCast()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp124 auto DestTy = CGF.getTypes().ConvertType(Type)->getPointerTo( in EmitDeclDestroy() local
H A DCGExprCXX.cpp2220 QualType DestTy) { in EmitDynamicCastToNull()
2237 QualType DestTy = DCE->getTypeAsWritten(); in EmitDynamicCast() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp2628 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
2657 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp663 IntegerType *DestTy = cast<IntegerType>(TruncTysMap[Trunc][0]); in ConvertTruncs() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp549 Type *DestTy = pickScalarType(); in Act() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp983 IntegerType *DestTy) { in isPromotableTo()
1021 IntegerType *DestTy, BasicBlock *LoopB) { in promoteTo()
1081 IntegerType *DestTy = getPmpyType(); in promoteTypes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp519 auto *DestTy = dyn_cast<FixedVectorType>(I.getType()); in foldBitcastShuf() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp345 Type *DestTy = II->getType(); in rewriteIntrinsicOperands() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp748 Type* DestTy = CE->getType(); in getConstantValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1080 Type *DestTy = II->getType(); in rewriteIntrinsicWithAddressSpace() local

123