Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h261 TempGenericDINode cloneImpl() const { in cloneImpl() function
368 TempDISubrange cloneImpl() const { in cloneImpl() function
481 TempDIEnumerator cloneImpl() const { in cloneImpl() function
637 TempDIFile cloneImpl() const { in cloneImpl() function
843 TempDIBasicType cloneImpl() const { in cloneImpl() function
913 TempDIStringType cloneImpl() const { in cloneImpl() function
1914 TempDILocation cloneImpl() const { in cloneImpl() function
2378 TempDINamespace cloneImpl() const { in cloneImpl() function
2434 TempDIModule cloneImpl() const { in cloneImpl() function
3353 TempDILabel cloneImpl() const {
[all …]
H A DInstructions.h72 AllocaInst *cloneImpl() const;
191 LoadInst *cloneImpl() const;
315 StoreInst *cloneImpl() const;
453 FenceInst *cloneImpl() const;
1205 ICmpInst *cloneImpl() const;
1377 FCmpInst *cloneImpl() const;
1516 CallInst *cloneImpl() const;
1801 VAArgInst *cloneImpl() const;
2747 PHINode *cloneImpl() const;
4872 ZExtInst *cloneImpl() const;
[all …]
H A DInstruction.h1006 Instruction *cloneImpl() const;
H A DInstrTypes.h112 UnaryOperator *cloneImpl() const;
199 BinaryOperator *cloneImpl() const;
2409 FuncletPadInst *cloneImpl() const;
H A DMetadata.h1480 TempMDTuple cloneImpl() const {
1516 TempMDTuple clone() const { return cloneImpl(); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4789 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4793 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4813 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4818 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
4840 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst
4844 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst
4848 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst
4852 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst
4860 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst
4896 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst
[all …]
H A DInstruction.cpp1161 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
1205 New = cast<clas>(this)->cloneImpl(); \ in clone()
H A DMetadata.cpp658 return cast<CLASS>(this)->cloneImpl(); in clone()