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.h267 TempGenericDINode cloneImpl() const { in cloneImpl() function
285 TempGenericDINode clone() const { return cloneImpl(); } in clone()
326 TempDIAssignID cloneImpl() const { return getTemporary(getContext()); } in cloneImpl() function
372 TempDISubrange cloneImpl() const { in cloneImpl() function
389 TempDISubrange clone() const { return cloneImpl(); } in clone()
428 TempDIGenericSubrange cloneImpl() const { in cloneImpl() function
439 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone()
486 TempDIEnumerator cloneImpl() const { in cloneImpl() function
504 TempDIEnumerator clone() const { return cloneImpl(); } in clone()
644 TempDIFile cloneImpl() const { in cloneImpl() function
[all …]
H A DInstructions.h78 LLVM_ABI AllocaInst *cloneImpl() const;
194 LLVM_ABI LoadInst *cloneImpl() const;
312 LLVM_ABI StoreInst *cloneImpl() const;
440 LLVM_ABI FenceInst *cloneImpl() const;
522 LLVM_ABI AtomicCmpXchgInst *cloneImpl() const;
714 LLVM_ABI AtomicRMWInst *cloneImpl() const;
970 LLVM_ABI GetElementPtrInst *cloneImpl() const;
1196 LLVM_ABI ICmpInst *cloneImpl() const;
1425 LLVM_ABI FCmpInst *cloneImpl() const;
1542 LLVM_ABI CallInst *cloneImpl() const;
[all …]
H A DInstrTypes.h111 LLVM_ABI UnaryOperator *cloneImpl() const;
183 LLVM_ABI BinaryOperator *cloneImpl() const;
2375 LLVM_ABI FuncletPadInst *cloneImpl() const;
H A DInstruction.h1098 Instruction *cloneImpl() const;
H A DMetadata.h1496 TempMDTuple cloneImpl() const {
1531 TempMDTuple clone() const { return cloneImpl(); }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4322 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst
4327 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator
4331 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
4335 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4339 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4343 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
4347 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
4351 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
4359 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4364 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
[all …]
H A DInstruction.cpp1328 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
1382 New = cast<clas>(this)->cloneImpl(); \ in clone()
H A DMetadata.cpp674 return cast<CLASS>(this)->cloneImpl(); in clone()