Home
last modified time | relevance | path

Searched refs:cloneImpl (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h255 TempGenericDINode cloneImpl() const { in cloneImpl() function
273 TempGenericDINode clone() const { return cloneImpl(); } in clone()
314 TempDIAssignID cloneImpl() const { return getTemporary(getContext()); } in cloneImpl() function
358 TempDISubrange cloneImpl() const { in cloneImpl() function
375 TempDISubrange clone() const { return cloneImpl(); } in clone()
414 TempDIGenericSubrange cloneImpl() const { in cloneImpl() function
425 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone()
471 TempDIEnumerator cloneImpl() const { in cloneImpl() function
489 TempDIEnumerator clone() const { return cloneImpl(); } in clone()
627 TempDIFile cloneImpl() const { in cloneImpl() function
[all …]
H A DInstructions.h72 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 …]
H A DInstruction.h891 Instruction *cloneImpl() const;
H A DInstrTypes.h112 UnaryOperator *cloneImpl() const;
199 BinaryOperator *cloneImpl() const;
2313 FuncletPadInst *cloneImpl() const;
H A DMetadata.h1346 TempMDTuple cloneImpl() const {
1382 TempMDTuple clone() const { return cloneImpl(); }
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp4793 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst
4797 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator
4801 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
4805 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4809 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4813 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
4817 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
4821 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
4829 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4834 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
[all …]
H A DInstruction.cpp866 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
910 New = cast<clas>(this)->cloneImpl(); \ in clone()
H A DMetadata.cpp564 return cast<CLASS>(this)->cloneImpl(); in clone()