OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldCSE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CSEInfo.cpp
143
assert(
shouldCSE
(MI->getOpcode()) && "Trying to CSE an unsupported Node");
178
if (
shouldCSE
(MI->getOpcode())) {
185
assert(
shouldCSE
(MI->getOpcode()) && "Invalid instruction for CSE");
221
bool GISelCSEInfo::
shouldCSE
(unsigned Opc) const {
241
if (!
shouldCSE
(MI.getOpcode()))
CSEMIRBuilder.cpp
60
if (!CSEInfo || !CSEInfo->
shouldCSE
(Opc))
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
CSEInfo.h
111
/// into the CSEMap. MI should return true for
shouldCSE
(MI->getOpcode())
148
bool
shouldCSE
(unsigned Opc) const;
Completed in 26 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026