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.h232 MDNode *getMMRAMetadata() const { in getMMRAMetadata() function
865 MDNode *getMMRAMetadata() const {
869 return EI->getMMRAMetadata();
H A DSelectionDAG.h2352 MDNode *getMMRAMetadata(const SDNode *Node) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp366 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 DMIRPrinter.cpp862 if (MDNode *MMRA = MI.getMMRAMetadata()) { in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h359 setMMRAMetadata(MI.getMMRAMetadata()); in setInstr()
397 MDNode *getMMRAMetadata() { return State.MMRA; } in getMMRAMetadata() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp904 if (MDNode *MMRA = DAG->getMMRAMetadata(Node)) { in EmitSchedule()
H A DSelectionDAGDumper.cpp934 if (MDNode *MMRA = G ? G->getMMRAMetadata(this) : nullptr) { in print_details()
H A DSelectionDAGISel.cpp1171 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.cpp733 auto MMRA = MMRAMetadata(MI.getMMRAMetadata()); in getFenceAddrSpaceMMRA()