OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GISelCSEInfo
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
Combiner.h
23
class
GISelCSEInfo
;
34
bool combineMachineInstrs(MachineFunction &MF,
GISelCSEInfo
*CSEInfo);
CSEInfo.h
30
friend class
GISelCSEInfo
;
69
class
GISelCSEInfo
: public GISelChangeObserver {
115
GISelCSEInfo
() = default;
117
virtual ~
GISelCSEInfo
();
203
GISelCSEInfo
Info;
212
GISelCSEInfo
&get(std::unique_ptr<CSEConfigBase> CSEOpt,
MachineIRBuilder.h
55
GISelCSEInfo
*CSEInfo = nullptr;
305
GISelCSEInfo
*getCSEInfo() { return State.CSEInfo; }
306
const
GISelCSEInfo
*getCSEInfo() const { return State.CSEInfo; }
323
void setCSEInfo(
GISelCSEInfo
*Info) { State.CSEInfo = Info; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CSEInfo.cpp
85
/// --------
GISelCSEInfo
-------------//
86
void
GISelCSEInfo
::setMF(MachineFunction &MF) {
91
GISelCSEInfo
::~
GISelCSEInfo
() {}
93
bool
GISelCSEInfo
::isUniqueMachineInstValid(
102
void
GISelCSEInfo
::invalidateUniqueMachineInstr(UniqueMachineInstr *UMI) {
109
UniqueMachineInstr *
GISelCSEInfo
::getNodeIfExists(FoldingSetNodeID &ID,
125
void
GISelCSEInfo
::insertNode(UniqueMachineInstr *UMI, void *InsertPos) {
142
UniqueMachineInstr *
GISelCSEInfo
::getUniqueInstrForMI(const MachineInstr *MI) {
148
void
GISelCSEInfo
::insertInstr(MachineInstr *MI, void *InsertPos)
[
all
...]
Combiner.cpp
99
GISelCSEInfo
*CSEInfo) {
CSEMIRBuilder.cpp
37
GISelCSEInfo
*CSEInfo = getCSEInfo();
59
const
GISelCSEInfo
*CSEInfo = getCSEInfo();
Legalizer.cpp
325
GISelCSEInfo
*CSEInfo = nullptr;
IRTranslator.cpp
3058
GISelCSEInfo
*CSEInfo = nullptr;
Completed in 27 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026