Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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(); }
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h599 Instruction *cloneImpl() const;
DMetadata.h1090 TempMDTuple cloneImpl() const {
1125 TempMDTuple clone() const { return cloneImpl(); }