Home
last modified time | relevance | path

Searched refs:getMMRAMetadata (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h364 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 DMachineInstr.h236 MDNode *getMMRAMetadata() const { in getMMRAMetadata() function
861 MDNode *getMMRAMetadata() const {
865 return EI->getMMRAMetadata();
H A DSelectionDAG.h2526 MDNode *getMMRAMetadata(const SDNode *Node) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp368 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 DMIRPrinter.cpp849 if (MDNode *MMRA = MI.getMMRAMetadata()) { in printMI()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h371 setMMRAMetadata(MI.getMMRAMetadata()); in setInstr()
409 MDNode *getMMRAMetadata() { return State.MMRA; } in getMMRAMetadata() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp907 if (MDNode *MMRA = DAG->getMMRAMetadata(Node)) { in EmitSchedule()
H A DSelectionDAGDumper.cpp979 if (MDNode *MMRA = G ? G->getMMRAMetadata(this) : nullptr) { in print_details()
H A DSelectionDAGISel.cpp1187 if (MDNode *MMRA = DAG.getMMRAMetadata(CurNode)) in NodeInserted()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp41 return BuildMI(getMF(), {getDL(), getPCSections(), getMMRAMetadata()}, in buildInstrNoInsert()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp714 auto MMRA = MMRAMetadata(MI.getMMRAMetadata()); in getFenceAddrSpaceMMRA()