Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h264 TempGenericDINode cloneImpl() const {
281 TempGenericDINode clone() const { return cloneImpl(); }
327 TempDISubrange cloneImpl() const {
335 TempDISubrange clone() const { return cloneImpl(); }
371 TempDIEnumerator cloneImpl() const {
381 TempDIEnumerator clone() const { return cloneImpl(); }
469 TempDIFile cloneImpl() const {
479 TempDIFile clone() const { return cloneImpl(); }
633 TempDIBasicType cloneImpl() const {
650 TempDIBasicType clone() const { return cloneImpl(); }
[all …]
DInstructions.h57 AllocaInst *cloneImpl() const;
170 LoadInst *cloneImpl() const;
312 StoreInst *cloneImpl() const;
444 FenceInst *cloneImpl() const;
518 AtomicCmpXchgInst *cloneImpl() const;
677 AtomicRMWInst *cloneImpl() const;
852 GetElementPtrInst *cloneImpl() const;
1111 ICmpInst *cloneImpl() const;
1245 FCmpInst *cloneImpl() const;
1400 CallInst *cloneImpl() const;
[all …]
DInstruction.h553 Instruction *cloneImpl() const;
DMetadata.h1065 TempMDTuple cloneImpl() const {
1099 TempMDTuple clone() const { return cloneImpl(); }
DInstrTypes.h340 BinaryOperator *cloneImpl() const;
1139 FuncletPadInst *cloneImpl() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h240 TempGenericDINode cloneImpl() const { in cloneImpl() function
257 TempGenericDINode clone() const { return cloneImpl(); } in clone()
307 TempDISubrange cloneImpl() const { in cloneImpl() function
318 TempDISubrange clone() const { return cloneImpl(); } in clone()
370 TempDIEnumerator cloneImpl() const { in cloneImpl() function
380 TempDIEnumerator clone() const { return cloneImpl(); } in clone()
518 TempDIFile cloneImpl() const { in cloneImpl() function
533 TempDIFile clone() const { return cloneImpl(); } in clone()
718 TempDIBasicType cloneImpl() const { in cloneImpl() function
735 TempDIBasicType clone() const { return cloneImpl(); } in clone()
[all …]
DInstructions.h66 AllocaInst *cloneImpl() const;
176 LoadInst *cloneImpl() const;
338 StoreInst *cloneImpl() const;
478 FenceInst *cloneImpl() const;
556 AtomicCmpXchgInst *cloneImpl() const;
715 AtomicRMWInst *cloneImpl() const;
915 GetElementPtrInst *cloneImpl() const;
1175 ICmpInst *cloneImpl() const;
1315 FCmpInst *cloneImpl() const;
1446 CallInst *cloneImpl() const;
[all …]
DInstruction.h780 Instruction *cloneImpl() const;
DInstrTypes.h115 UnaryOperator *cloneImpl() const;
200 BinaryOperator *cloneImpl() const;
2178 FuncletPadInst *cloneImpl() const;
DMetadata.h1132 TempMDTuple cloneImpl() const {
1167 TempMDTuple clone() const { return cloneImpl(); }
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h242 TempGenericDINode cloneImpl() const { in cloneImpl() function
259 TempGenericDINode clone() const { return cloneImpl(); } in clone()
310 TempDISubrange cloneImpl() const { in cloneImpl() function
327 TempDISubrange clone() const { return cloneImpl(); } in clone()
371 TempDIGenericSubrange cloneImpl() const { in cloneImpl() function
382 TempDIGenericSubrange clone() const { return cloneImpl(); } in clone()
432 TempDIEnumerator cloneImpl() const { in cloneImpl() function
450 TempDIEnumerator clone() const { return cloneImpl(); } in clone()
590 TempDIFile cloneImpl() const { in cloneImpl() function
605 TempDIFile clone() const { return cloneImpl(); } in clone()
[all …]
DInstructions.h75 AllocaInst *cloneImpl() const;
188 LoadInst *cloneImpl() const;
317 StoreInst *cloneImpl() const;
453 FenceInst *cloneImpl() const;
536 AtomicCmpXchgInst *cloneImpl() const;
707 AtomicRMWInst *cloneImpl() const;
928 GetElementPtrInst *cloneImpl() const;
1195 ICmpInst *cloneImpl() const;
1359 FCmpInst *cloneImpl() const;
1490 CallInst *cloneImpl() const;
[all …]
DInstruction.h836 Instruction *cloneImpl() const;
DInstrTypes.h115 UnaryOperator *cloneImpl() const;
202 BinaryOperator *cloneImpl() const;
2264 FuncletPadInst *cloneImpl() const;
DMetadata.h1130 TempMDTuple cloneImpl() const {
1165 TempMDTuple clone() const { return cloneImpl(); }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp4109 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst
4113 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator
4117 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
4121 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4125 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4129 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
4133 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
4137 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
4146 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4152 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
[all …]
DInstruction.cpp688 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
737 New = cast<clas>(this)->cloneImpl(); \ in clone()
DMetadata.cpp529 return cast<CLASS>(this)->cloneImpl(); in clone()
/external/llvm/lib/IR/
DInstructions.cpp3890 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst
3894 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
3898 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
3902 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
3906 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
3910 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
3914 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
3922 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
3927 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
3933 AtomicCmpXchgInst *AtomicCmpXchgInst::cloneImpl() const { in cloneImpl() function in AtomicCmpXchgInst
[all …]
DInstruction.cpp618 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
629 New = cast<clas>(this)->cloneImpl(); \ in clone()
DMetadata.cpp491 return cast<CLASS>(this)->cloneImpl(); in clone()
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp4307 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst
4311 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator
4315 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
4319 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4323 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4327 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
4331 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
4335 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
4344 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4349 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
[all …]
DInstruction.cpp725 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction
774 New = cast<clas>(this)->cloneImpl(); \ in clone()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h599 Instruction *cloneImpl() const;
DMetadata.h1090 TempMDTuple cloneImpl() const {
1125 TempMDTuple clone() const { return cloneImpl(); }

12