Searched refs:getMMRAMetadata (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 364 MDNode *getMMRAMetadata() const { return MMRA; } in getMMRAMetadata() function 377 .setMMRAMetadata(MIMD.getMMRAMetadata()); in BuildMI() 386 .setMMRAMetadata(MIMD.getMMRAMetadata()) in BuildMI() 402 .setMMRAMetadata(MIMD.getMMRAMetadata()) in BuildMI() 421 .setMMRAMetadata(MIMD.getMMRAMetadata()) in BuildMI() 454 .setMMRAMetadata(MIMD.getMMRAMetadata()); in BuildMI() 466 .setMMRAMetadata(MIMD.getMMRAMetadata()); in BuildMI()
|
H A D | MachineInstr.h | 232 MDNode *getMMRAMetadata() const { in getMMRAMetadata() function 865 MDNode *getMMRAMetadata() const { 869 return EI->getMMRAMetadata();
|
H A D | SelectionDAG.h | 2352 MDNode *getMMRAMetadata(const SDNode *Node) const {
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 366 getMMRAMetadata()); in dropMemRefs() 378 getMMRAMetadata()); in setMemRefs() 402 getPCSections() == MI.getPCSections() && getMMRAMetadata() && in cloneMemRefs() 403 MI.getMMRAMetadata()) { in cloneMemRefs() 489 getMMRAMetadata()); in setPreInstrSymbol() 505 getMMRAMetadata()); in setPostInstrSymbol() 514 Marker, getPCSections(), getCFIType(), getMMRAMetadata()); in setHeapAllocMarker() 524 getMMRAMetadata()); in setPCSections() 533 getHeapAllocMarker(), getPCSections(), Type, getMMRAMetadata()); in setCFIType() 538 if (MMRAs == getMMRAMetadata()) in setMMRAMetadata() [all …]
|
H A D | MIRPrinter.cpp | 862 if (MDNode *MMRA = MI.getMMRAMetadata()) { in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 359 setMMRAMetadata(MI.getMMRAMetadata()); in setInstr() 397 MDNode *getMMRAMetadata() { return State.MMRA; } in getMMRAMetadata() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 904 if (MDNode *MMRA = DAG->getMMRAMetadata(Node)) { in EmitSchedule()
|
H A D | SelectionDAGDumper.cpp | 934 if (MDNode *MMRA = G ? G->getMMRAMetadata(this) : nullptr) { in print_details()
|
H A D | SelectionDAGISel.cpp | 1171 if (MDNode *MMRA = DAG.getMMRAMetadata(CurNode)) in NodeInserted()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 41 return BuildMI(getMF(), {getDL(), getPCSections(), getMMRAMetadata()}, in buildInstrNoInsert()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 733 auto MMRA = MMRAMetadata(MI.getMMRAMetadata()); in getFenceAddrSpaceMMRA()
|