Searched refs:cloneImpl (Results 1 – 8 of 8) sorted by relevance
262 TempGenericDINode cloneImpl() const { in cloneImpl() function280 TempGenericDINode clone() const { return cloneImpl(); } in clone()321 TempDIAssignID cloneImpl() const { return getTemporary(getContext()); } in cloneImpl() function369 TempDISubrange cloneImpl() const { in cloneImpl() function386 TempDISubrange clone() const { return cloneImpl(); } in clone()425 TempDIGenericSubrange cloneImpl() const { in cloneImpl() function436 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone()482 TempDIEnumerator cloneImpl() const { in cloneImpl() function500 TempDIEnumerator clone() const { return cloneImpl(); } in clone()638 TempDIFile cloneImpl() const { in cloneImpl() function[all …]
75 AllocaInst *cloneImpl() const;188 LoadInst *cloneImpl() const;304 StoreInst *cloneImpl() const;429 FenceInst *cloneImpl() const;509 AtomicCmpXchgInst *cloneImpl() const;701 AtomicRMWInst *cloneImpl() const;935 GetElementPtrInst *cloneImpl() const;1158 ICmpInst *cloneImpl() const;1314 FCmpInst *cloneImpl() const;1428 CallInst *cloneImpl() const;[all …]
1038 Instruction *cloneImpl() const;
116 UnaryOperator *cloneImpl() const;198 BinaryOperator *cloneImpl() const;2433 FuncletPadInst *cloneImpl() const;
1490 TempMDTuple cloneImpl() const {1526 TempMDTuple clone() const { return cloneImpl(); }
4191 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst4195 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator4199 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator4203 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst4207 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst4211 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst4215 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst4219 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst4227 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst4232 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst[all …]
1253 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction1306 New = cast<clas>(this)->cloneImpl(); \ in clone()
667 return cast<CLASS>(this)->cloneImpl(); in clone()