HomeSort by relevance Sort by last modified time
    Searched refs:cloneImpl (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/IR/
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...]
Instructions.h 55 // Note: Instruction needs to be a friend here to call cloneImpl.
57 AllocaInst *cloneImpl() const;
168 // Note: Instruction needs to be a friend here to call cloneImpl.
170 LoadInst *cloneImpl() const;
310 // Note: Instruction needs to be a friend here to call cloneImpl.
312 StoreInst *cloneImpl() const;
442 // Note: Instruction needs to be a friend here to call cloneImpl.
444 FenceInst *cloneImpl() const;
516 // Note: Instruction needs to be a friend here to call cloneImpl.
518 AtomicCmpXchgInst *cloneImpl() const
    [all...]
Instruction.h 553 Instruction *cloneImpl() const;
Metadata.h     [all...]
InstrTypes.h 338 // Note: Instruction needs to be a friend here to call cloneImpl.
340 BinaryOperator *cloneImpl() const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
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...]
Instructions.h 64 // Note: Instruction needs to be a friend here to call cloneImpl.
67 AllocaInst *cloneImpl() const;
172 // Note: Instruction needs to be a friend here to call cloneImpl.
175 LoadInst *cloneImpl() const;
314 // Note: Instruction needs to be a friend here to call cloneImpl.
317 StoreInst *cloneImpl() const;
448 // Note: Instruction needs to be a friend here to call cloneImpl.
451 FenceInst *cloneImpl() const;
524 // Note: Instruction needs to be a friend here to call cloneImpl.
527 AtomicCmpXchgInst *cloneImpl() const
    [all...]
Instruction.h 706 Instruction *cloneImpl() const;
Metadata.h     [all...]
InstrTypes.h 334 // Note: Instruction needs to be a friend here to call cloneImpl.
337 BinaryOperator *cloneImpl() const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
Instruction.cpp 620 Instruction *Instruction::cloneImpl() const {
621 llvm_unreachable("Subclass of Instruction failed to implement cloneImpl");
669 New = cast<clas>(this)->cloneImpl(); \
Metadata.cpp 528 return cast<CLASS>(this)->cloneImpl();
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Instruction.cpp 618 Instruction *Instruction::cloneImpl() const {
619 llvm_unreachable("Subclass of Instruction failed to implement cloneImpl");
629 New = cast<clas>(this)->cloneImpl(); \
Metadata.cpp 491 return cast<CLASS>(this)->cloneImpl();
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 599 Instruction *cloneImpl() const;
Metadata.h     [all...]

Completed in 451 milliseconds