Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h262 TempGenericDINode cloneImpl() const { in cloneImpl() function
280 TempGenericDINode clone() const { return cloneImpl(); } in clone()
321 TempDIAssignID cloneImpl() const { return getTemporary(getContext()); } in cloneImpl() function
369 TempDISubrange cloneImpl() const { in cloneImpl() function
386 TempDISubrange clone() const { return cloneImpl(); } in clone()
425 TempDIGenericSubrange cloneImpl() const { in cloneImpl() function
436 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone()
482 TempDIEnumerator cloneImpl() const { in cloneImpl() function
500 TempDIEnumerator clone() const { return cloneImpl(); } in clone()
638 TempDIFile cloneImpl() const { in cloneImpl() function
[all …]
H A DInstructions.h75 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 …]
H A DInstruction.h1038 Instruction *cloneImpl() const;
H A DInstrTypes.h116 UnaryOperator *cloneImpl() const;
198 BinaryOperator *cloneImpl() const;
2433 FuncletPadInst *cloneImpl() const;
H A DMetadata.h1490 TempMDTuple cloneImpl() const {
1526 TempMDTuple clone() const { return cloneImpl(); }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4191 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst
4195 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator
4199 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
4203 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4207 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4211 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
4215 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
4219 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
4227 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4232 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
[all …]
H A DInstruction.cpp1253 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
1306 New = cast<clas>(this)->cloneImpl(); \ in clone()
H A DMetadata.cpp667 return cast<CLASS>(this)->cloneImpl(); in clone()