| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | CSEInfo.cpp | 91 void GISelCSEInfo::setMF(MachineFunction &MF) { in setMF() 96 GISelCSEInfo::~GISelCSEInfo() = default; 98 bool GISelCSEInfo::isUniqueMachineInstValid( in isUniqueMachineInstValid() 107 void GISelCSEInfo::invalidateUniqueMachineInstr(UniqueMachineInstr *UMI) { in invalidateUniqueMachineInstr() 114 UniqueMachineInstr *GISelCSEInfo::getNodeIfExists(FoldingSetNodeID &ID, in getNodeIfExists() 130 void GISelCSEInfo::insertNode(UniqueMachineInstr *UMI, void *InsertPos) { in insertNode() 147 UniqueMachineInstr *GISelCSEInfo::getUniqueInstrForMI(const MachineInstr *MI) { in getUniqueInstrForMI() 153 void GISelCSEInfo::insertInstr(MachineInstr *MI, void *InsertPos) { in insertInstr() 161 MachineInstr *GISelCSEInfo::getMachineInstrIfExists(FoldingSetNodeID &ID, in getMachineInstrIfExists() 172 void GISelCSEInfo::countOpcodeHit(unsigned Opc) { in countOpcodeHit() [all …]
|
| HD | CSEMIRBuilder.cpp | 40 GISelCSEInfo *CSEInfo = getCSEInfo(); in getDominatingInstrForID() 67 const GISelCSEInfo *CSEInfo = getCSEInfo(); in canPerformCSEForOpc()
|
| HD | Combiner.cpp | 99 GISelCSEInfo *CSEInfo) in Combiner()
|
| HD | Legalizer.cpp | 323 GISelCSEInfo *CSEInfo = nullptr; in runOnMachineFunction()
|
| HD | IRTranslator.cpp | 3839 GISelCSEInfo *CSEInfo = nullptr; in runOnMachineFunction()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| HD | CSEInfo.h | 30 friend class GISelCSEInfo; variable 69 class GISelCSEInfo : public GISelChangeObserver { 117 GISelCSEInfo() = default; 119 virtual ~GISelCSEInfo(); 205 GISelCSEInfo Info; 214 GISelCSEInfo &get(std::unique_ptr<CSEConfigBase> CSEOpt,
|
| HD | Combiner.h | 25 class GISelCSEInfo; variable 56 GISelCSEInfo *CSEInfo = nullptr); 72 GISelCSEInfo *CSEInfo;
|
| HD | MachineIRBuilder.h | 34 class GISelCSEInfo; variable 67 GISelCSEInfo *CSEInfo = nullptr; 318 GISelCSEInfo *getCSEInfo() { return State.CSEInfo; } in getCSEInfo() 319 const GISelCSEInfo *getCSEInfo() const { return State.CSEInfo; } in getCSEInfo() 336 void setCSEInfo(GISelCSEInfo *Info) { State.CSEInfo = Info; } in setCSEInfo()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| HD | RISCVO0PreLegalizerCombiner.cpp | 50 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 70 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in RISCVO0PreLegalizerCombinerImpl()
|
| HD | RISCVPreLegalizerCombiner.cpp | 52 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 73 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in RISCVPreLegalizerCombinerImpl()
|
| HD | RISCVPostLegalizerCombiner.cpp | 57 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 78 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in RISCVPostLegalizerCombinerImpl()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsPostLegalizerCombiner.cpp | 52 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 73 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in MipsPostLegalizerCombinerImpl()
|
| HD | MipsPreLegalizerCombiner.cpp | 47 GISelCSEInfo *CSEInfo, const MipsSubtarget &STI, in MipsPreLegalizerCombinerImpl()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| HD | AArch64O0PreLegalizerCombiner.cpp | 54 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 76 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in AArch64O0PreLegalizerCombinerImpl()
|
| HD | AArch64PostLegalizerCombiner.cpp | 451 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 472 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in AArch64PostLegalizerCombinerImpl()
|
| HD | AArch64PreLegalizerCombiner.cpp | 732 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 755 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in AArch64PreLegalizerCombinerImpl()
|
| HD | AArch64PostLegalizerLowering.cpp | 1214 GISelCSEInfo *CSEInfo, 1234 GISelCSEInfo *CSEInfo, in AArch64PostLegalizerLoweringImpl()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUPreLegalizerCombiner.cpp | 54 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 93 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in AMDGPUPreLegalizerCombinerImpl()
|
| HD | AMDGPURegBankCombiner.cpp | 58 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 115 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in AMDGPURegBankCombinerImpl()
|
| HD | AMDGPUPostLegalizerCombiner.cpp | 56 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, 132 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in AMDGPUPostLegalizerCombinerImpl()
|