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 | 236 MDNode *getMMRAMetadata() const { in getMMRAMetadata() function 861 MDNode *getMMRAMetadata() const { 865 return EI->getMMRAMetadata();
|
| H A D | SelectionDAG.h | 2526 MDNode *getMMRAMetadata(const SDNode *Node) const {
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 368 getMMRAMetadata()); in dropMemRefs() 380 getMMRAMetadata()); in setMemRefs() 404 getPCSections() == MI.getPCSections() && getMMRAMetadata() && in cloneMemRefs() 405 MI.getMMRAMetadata()) { in cloneMemRefs() 491 getMMRAMetadata()); in setPreInstrSymbol() 507 getMMRAMetadata()); in setPostInstrSymbol() 516 Marker, getPCSections(), getCFIType(), getMMRAMetadata()); in setHeapAllocMarker() 526 getMMRAMetadata()); in setPCSections() 535 getHeapAllocMarker(), getPCSections(), Type, getMMRAMetadata()); in setCFIType() 540 if (MMRAs == getMMRAMetadata()) in setMMRAMetadata() [all …]
|
| H A D | MIRPrinter.cpp | 849 if (MDNode *MMRA = MI.getMMRAMetadata()) { in printMI()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 371 setMMRAMetadata(MI.getMMRAMetadata()); in setInstr() 409 MDNode *getMMRAMetadata() { return State.MMRA; } in getMMRAMetadata() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 907 if (MDNode *MMRA = DAG->getMMRAMetadata(Node)) { in EmitSchedule()
|
| H A D | SelectionDAGDumper.cpp | 979 if (MDNode *MMRA = G ? G->getMMRAMetadata(this) : nullptr) { in print_details()
|
| H A D | SelectionDAGISel.cpp | 1187 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 | 714 auto MMRA = MMRAMetadata(MI.getMMRAMetadata()); in getFenceAddrSpaceMMRA()
|