/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 264 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 …]
|
D | Instructions.h | 57 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 …]
|
D | Instruction.h | 553 Instruction *cloneImpl() const;
|
D | Metadata.h | 1065 TempMDTuple cloneImpl() const { 1099 TempMDTuple clone() const { return cloneImpl(); }
|
D | InstrTypes.h | 340 BinaryOperator *cloneImpl() const; 1139 FuncletPadInst *cloneImpl() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 288 TempGenericDINode cloneImpl() const { 305 TempGenericDINode clone() const { return cloneImpl(); } 355 TempDISubrange cloneImpl() const { 366 TempDISubrange clone() const { return cloneImpl(); } 418 TempDIEnumerator cloneImpl() const { 428 TempDIEnumerator clone() const { return cloneImpl(); } 565 TempDIFile cloneImpl() const { 580 TempDIFile clone() const { return cloneImpl(); } 760 TempDIBasicType cloneImpl() const { 777 TempDIBasicType clone() const { return cloneImpl(); } [all …]
|
D | Instructions.h | 67 AllocaInst *cloneImpl() const; 175 LoadInst *cloneImpl() const; 317 StoreInst *cloneImpl() const; 451 FenceInst *cloneImpl() const; 527 AtomicCmpXchgInst *cloneImpl() const; 686 AtomicRMWInst *cloneImpl() const; 864 GetElementPtrInst *cloneImpl() const; 1129 ICmpInst *cloneImpl() const; 1269 FCmpInst *cloneImpl() const; 1927 CallInst *cloneImpl() const; [all …]
|
D | Instruction.h | 706 Instruction *cloneImpl() const;
|
D | Metadata.h | 1122 TempMDTuple cloneImpl() const { 1157 TempMDTuple clone() const { return cloneImpl(); }
|
D | InstrTypes.h | 337 BinaryOperator *cloneImpl() const; 1172 FuncletPadInst *cloneImpl() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 3687 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst 3691 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator 3695 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst 3699 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst 3703 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst 3707 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst 3711 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst 3720 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst 3725 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst 3731 AtomicCmpXchgInst *AtomicCmpXchgInst::cloneImpl() const { in cloneImpl() function in AtomicCmpXchgInst [all …]
|
D | Instruction.cpp | 620 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction 669 New = cast<clas>(this)->cloneImpl(); \ in clone()
|
D | Metadata.cpp | 528 return cast<CLASS>(this)->cloneImpl(); in clone()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 3890 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 …]
|
D | Instruction.cpp | 618 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction 629 New = cast<clas>(this)->cloneImpl(); \ in clone()
|
D | Metadata.cpp | 491 return cast<CLASS>(this)->cloneImpl(); in clone()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 599 Instruction *cloneImpl() const;
|
D | Metadata.h | 1090 TempMDTuple cloneImpl() const { 1125 TempMDTuple clone() const { return cloneImpl(); }
|