Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h251 TempGenericDINode cloneImpl() const { in cloneImpl() function
267 TempGenericDINode clone() const { return cloneImpl(); } in clone()
318 TempDISubrange cloneImpl() const { in cloneImpl() function
335 TempDISubrange clone() const { return cloneImpl(); } in clone()
378 TempDIGenericSubrange cloneImpl() const { in cloneImpl() function
389 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone()
439 TempDIEnumerator cloneImpl() const { in cloneImpl() function
457 TempDIEnumerator clone() const { return cloneImpl(); } in clone()
597 TempDIFile cloneImpl() const { in cloneImpl() function
612 TempDIFile clone() const { return cloneImpl(); } in clone()
[all …]
H A DInstructions.h75 AllocaInst *cloneImpl() const;
188 LoadInst *cloneImpl() const;
317 StoreInst *cloneImpl() const;
453 FenceInst *cloneImpl() const;
536 AtomicCmpXchgInst *cloneImpl() const;
719 AtomicRMWInst *cloneImpl() const;
940 GetElementPtrInst *cloneImpl() const;
1209 ICmpInst *cloneImpl() const;
1373 FCmpInst *cloneImpl() const;
1504 CallInst *cloneImpl() const;
[all …]
H A DInstruction.h850 Instruction *cloneImpl() const;
H A DInstrTypes.h115 UnaryOperator *cloneImpl() const;
202 BinaryOperator *cloneImpl() const;
2313 FuncletPadInst *cloneImpl() const;
H A DMetadata.h1157 TempMDTuple cloneImpl() const {
1191 TempMDTuple clone() const { return cloneImpl(); }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp4328 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst
4332 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator
4336 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
4340 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4344 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4348 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
4352 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
4356 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
4365 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4370 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
[all …]
H A DInstruction.cpp779 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
828 New = cast<clas>(this)->cloneImpl(); \ in clone()
H A DMetadata.cpp543 return cast<CLASS>(this)->cloneImpl(); in clone()