Home
last modified time | relevance | path

Searched defs:CSEInfo (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp37 GISelCSEInfo *CSEInfo = getCSEInfo(); in getDominatingInstrForID() local
59 const GISelCSEInfo *CSEInfo = getCSEInfo(); in canPerformCSEForOpc() local
H A DCombiner.cpp99 GISelCSEInfo *CSEInfo) { in combineMachineInstrs()
H A DLegalizer.cpp325 GISelCSEInfo *CSEInfo = nullptr; in runOnMachineFunction() local
H A DIRTranslator.cpp3058 GISelCSEInfo *CSEInfo = nullptr; in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp279 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp341 auto *CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction() local
H A DAArch64PostLegalizerCombiner.cpp371 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h55 GISelCSEInfo *CSEInfo = nullptr; member