Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h253 TempGenericDINode cloneImpl() const { in cloneImpl() function
321 TempDISubrange cloneImpl() const { in cloneImpl() function
434 TempDIEnumerator cloneImpl() const { in cloneImpl() function
591 TempDIFile cloneImpl() const { in cloneImpl() function
793 TempDIBasicType cloneImpl() const { in cloneImpl() function
863 TempDIStringType cloneImpl() const { in cloneImpl() function
1578 TempDILocation cloneImpl() const { in cloneImpl() function
2334 TempDIModule cloneImpl() const { in cloneImpl() function
3168 TempDILabel cloneImpl() const {
3469 TempDIMacro cloneImpl() const {
[all …]
H A DInstructions.h73 AllocaInst *cloneImpl() const;
188 LoadInst *cloneImpl() const;
312 StoreInst *cloneImpl() const;
442 FenceInst *cloneImpl() const;
1203 ICmpInst *cloneImpl() const;
1375 FCmpInst *cloneImpl() const;
1514 CallInst *cloneImpl() const;
1837 VAArgInst *cloneImpl() const;
2694 PHINode *cloneImpl() const;
4823 ZExtInst *cloneImpl() const;
[all …]
H A DInstruction.h853 Instruction *cloneImpl() const;
H A DInstrTypes.h113 UnaryOperator *cloneImpl() const;
200 BinaryOperator *cloneImpl() const;
2388 FuncletPadInst *cloneImpl() const;
H A DMetadata.h1347 TempMDTuple cloneImpl() const {
1383 TempMDTuple clone() const { return cloneImpl(); }
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp4648 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4652 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4673 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4678 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
4700 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst
4704 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst
4708 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst
4712 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst
4720 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst
4756 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst
[all …]
H A DInstruction.cpp820 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
869 New = cast<clas>(this)->cloneImpl(); \ in clone()
H A DMetadata.cpp564 return cast<CLASS>(this)->cloneImpl(); in clone()