Searched refs:cloneImpl (Results 1 – 8 of 8) sorted by relevance
251 TempGenericDINode cloneImpl() const { in cloneImpl() function267 TempGenericDINode clone() const { return cloneImpl(); } in clone()318 TempDISubrange cloneImpl() const { in cloneImpl() function335 TempDISubrange clone() const { return cloneImpl(); } in clone()378 TempDIGenericSubrange cloneImpl() const { in cloneImpl() function389 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone()439 TempDIEnumerator cloneImpl() const { in cloneImpl() function457 TempDIEnumerator clone() const { return cloneImpl(); } in clone()597 TempDIFile cloneImpl() const { in cloneImpl() function612 TempDIFile clone() const { return cloneImpl(); } in clone()[all …]
75 AllocaInst *cloneImpl() const;188 LoadInst *cloneImpl() const;317 StoreInst *cloneImpl() const;453 FenceInst *cloneImpl() const;536 AtomicCmpXchgInst *cloneImpl() const;719 AtomicRMWInst *cloneImpl() const;940 GetElementPtrInst *cloneImpl() const;1209 ICmpInst *cloneImpl() const;1373 FCmpInst *cloneImpl() const;1504 CallInst *cloneImpl() const;[all …]
850 Instruction *cloneImpl() const;
115 UnaryOperator *cloneImpl() const;202 BinaryOperator *cloneImpl() const;2313 FuncletPadInst *cloneImpl() const;
1157 TempMDTuple cloneImpl() const {1191 TempMDTuple clone() const { return cloneImpl(); }
4328 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst4332 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator4336 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator4340 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst4344 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst4348 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst4352 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst4356 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst4365 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst4370 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst[all …]
779 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction828 New = cast<clas>(this)->cloneImpl(); \ in clone()
543 return cast<CLASS>(this)->cloneImpl(); in clone()