Searched refs:cloneImpl (Results 1 – 8 of 8) sorted by relevance
267 TempGenericDINode cloneImpl() const { in cloneImpl() function285 TempGenericDINode clone() const { return cloneImpl(); } in clone()326 TempDIAssignID cloneImpl() const { return getTemporary(getContext()); } in cloneImpl() function372 TempDISubrange cloneImpl() const { in cloneImpl() function389 TempDISubrange clone() const { return cloneImpl(); } in clone()428 TempDIGenericSubrange cloneImpl() const { in cloneImpl() function439 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone()486 TempDIEnumerator cloneImpl() const { in cloneImpl() function504 TempDIEnumerator clone() const { return cloneImpl(); } in clone()644 TempDIFile cloneImpl() const { in cloneImpl() function[all …]
78 LLVM_ABI AllocaInst *cloneImpl() const;194 LLVM_ABI LoadInst *cloneImpl() const;312 LLVM_ABI StoreInst *cloneImpl() const;440 LLVM_ABI FenceInst *cloneImpl() const;522 LLVM_ABI AtomicCmpXchgInst *cloneImpl() const;714 LLVM_ABI AtomicRMWInst *cloneImpl() const;970 LLVM_ABI GetElementPtrInst *cloneImpl() const;1196 LLVM_ABI ICmpInst *cloneImpl() const;1425 LLVM_ABI FCmpInst *cloneImpl() const;1542 LLVM_ABI CallInst *cloneImpl() const;[all …]
111 LLVM_ABI UnaryOperator *cloneImpl() const;183 LLVM_ABI BinaryOperator *cloneImpl() const;2375 LLVM_ABI FuncletPadInst *cloneImpl() const;
1098 Instruction *cloneImpl() const;
1496 TempMDTuple cloneImpl() const {1531 TempMDTuple clone() const { return cloneImpl(); }
4322 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst4327 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator4331 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator4335 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst4339 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst4343 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst4347 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst4351 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst4359 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst4364 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst[all …]
1328 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction1382 New = cast<clas>(this)->cloneImpl(); \ in clone()
674 return cast<CLASS>(this)->cloneImpl(); in clone()