Searched refs:cloneImpl (Results 1 – 8 of 8) sorted by relevance
255 TempGenericDINode cloneImpl() const { in cloneImpl() function273 TempGenericDINode clone() const { return cloneImpl(); } in clone()314 TempDIAssignID cloneImpl() const { return getTemporary(getContext()); } in cloneImpl() function358 TempDISubrange cloneImpl() const { in cloneImpl() function375 TempDISubrange clone() const { return cloneImpl(); } in clone()414 TempDIGenericSubrange cloneImpl() const { in cloneImpl() function425 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone()471 TempDIEnumerator cloneImpl() const { in cloneImpl() function489 TempDIEnumerator clone() const { return cloneImpl(); } in clone()627 TempDIFile cloneImpl() const { in cloneImpl() function[all …]
72 AllocaInst *cloneImpl() const;191 LoadInst *cloneImpl() const;315 StoreInst *cloneImpl() const;445 FenceInst *cloneImpl() const;527 AtomicCmpXchgInst *cloneImpl() const;723 AtomicRMWInst *cloneImpl() const;963 GetElementPtrInst *cloneImpl() const;1214 ICmpInst *cloneImpl() const;1386 FCmpInst *cloneImpl() const;1525 CallInst *cloneImpl() const;[all …]
891 Instruction *cloneImpl() const;
112 UnaryOperator *cloneImpl() const;199 BinaryOperator *cloneImpl() const;2313 FuncletPadInst *cloneImpl() const;
1346 TempMDTuple cloneImpl() const {1382 TempMDTuple clone() const { return cloneImpl(); }
4793 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst4797 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator4801 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator4805 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst4809 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst4813 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst4817 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst4821 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst4829 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst4834 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst[all …]
866 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction910 New = cast<clas>(this)->cloneImpl(); \ in clone()
564 return cast<CLASS>(this)->cloneImpl(); in clone()