Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h273 TempGenericDINode cloneImpl() const {
290 TempGenericDINode clone() const { return cloneImpl(); }
335 TempDISubrange cloneImpl() const {
343 TempDISubrange clone() const { return cloneImpl(); }
379 TempDIEnumerator cloneImpl() const {
389 TempDIEnumerator clone() const { return cloneImpl(); }
479 TempDIFile cloneImpl() const {
489 TempDIFile clone() const { return cloneImpl(); }
627 TempDIBasicType cloneImpl() const {
644 TempDIBasicType clone() const { return cloneImpl(); }
[all …]
DInstructions.h83 AllocaInst *cloneImpl() const;
184 LoadInst *cloneImpl() const;
324 StoreInst *cloneImpl() const;
454 FenceInst *cloneImpl() const;
528 AtomicCmpXchgInst *cloneImpl() const;
686 AtomicRMWInst *cloneImpl() const;
861 GetElementPtrInst *cloneImpl() const;
1120 ICmpInst *cloneImpl() const;
1254 FCmpInst *cloneImpl() const;
1409 CallInst *cloneImpl() const;
[all …]
DInstruction.h536 Instruction *cloneImpl() const;
DMetadata.h995 TempMDTuple cloneImpl() const {
1029 TempMDTuple clone() const { return cloneImpl(); }
DInstrTypes.h340 BinaryOperator *cloneImpl() const;
1135 FuncletPadInst *cloneImpl() const;
/external/llvm/lib/IR/
DInstructions.cpp3787 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst
3791 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
3795 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
3799 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
3803 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
3807 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
3811 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
3818 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
3823 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
3829 AtomicCmpXchgInst *AtomicCmpXchgInst::cloneImpl() const { in cloneImpl() function in AtomicCmpXchgInst
[all …]
DInstruction.cpp557 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
568 New = cast<clas>(this)->cloneImpl(); \ in clone()
DMetadata.cpp443 return cast<CLASS>(this)->cloneImpl(); in clone()