Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h251 TempGenericDINode cloneImpl() const { in cloneImpl() function
318 TempDISubrange cloneImpl() const { in cloneImpl() function
439 TempDIEnumerator cloneImpl() const { in cloneImpl() function
597 TempDIFile cloneImpl() const { in cloneImpl() function
798 TempDIBasicType cloneImpl() const { in cloneImpl() function
866 TempDIStringType cloneImpl() const { in cloneImpl() function
1583 TempDILocation cloneImpl() const { in cloneImpl() function
2328 TempDIModule cloneImpl() const { in cloneImpl() function
3156 TempDILabel cloneImpl() const {
3454 TempDIMacro cloneImpl() const {
[all …]
H A DInstructions.h76 AllocaInst *cloneImpl() const;
189 LoadInst *cloneImpl() const;
318 StoreInst *cloneImpl() const;
453 FenceInst *cloneImpl() const;
1220 ICmpInst *cloneImpl() const;
1384 FCmpInst *cloneImpl() const;
1515 CallInst *cloneImpl() const;
1840 VAArgInst *cloneImpl() const;
2627 PHINode *cloneImpl() const;
4764 ZExtInst *cloneImpl() const;
[all …]
H A DInstruction.h869 Instruction *cloneImpl() const;
H A DMetadata.h1157 TempMDTuple cloneImpl() const {
1191 TempMDTuple clone() const { return cloneImpl(); }
H A DInstrTypes.h114 UnaryOperator *cloneImpl() const;
201 BinaryOperator *cloneImpl() const;
2312 FuncletPadInst *cloneImpl() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4360 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4364 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4385 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4390 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
4412 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst
4416 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst
4420 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst
4424 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst
4432 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst
4468 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst
[all …]
H A DInstruction.cpp808 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
857 New = cast<clas>(this)->cloneImpl(); \ in clone()
H A DMetadata.cpp549 return cast<CLASS>(this)->cloneImpl(); in clone()