Home
last modified time | relevance | path

Searched refs:shouldCSE (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp134 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
169 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
176 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
212 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
235 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp124 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
159 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
166 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
202 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
225 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp140 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
175 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
182 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
218 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
241 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp140 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
175 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
182 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
218 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
241 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp140 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
175 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
182 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
218 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
241 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp142 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
177 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
184 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
220 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
240 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp141 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
176 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
183 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
219 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
239 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp143 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
178 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
185 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
221 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
241 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp143 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
178 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
185 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
221 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
241 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp142 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
177 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
184 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
220 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
240 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp141 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
176 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
183 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
219 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
239 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp143 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
178 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
185 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
221 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
241 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp143 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
178 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
185 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
221 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
241 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp143 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
178 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
185 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
221 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
241 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp142 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
177 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
184 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
220 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
240 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp143 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
178 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
185 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
221 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
241 if (!shouldCSE(MI.getOpcode())) in analyze()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h144 bool shouldCSE(unsigned Opc) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h148 bool shouldCSE(unsigned Opc) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h148 bool shouldCSE(unsigned Opc) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h150 bool shouldCSE(unsigned Opc) const;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h148 bool shouldCSE(unsigned Opc) const;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h148 bool shouldCSE(unsigned Opc) const;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h148 bool shouldCSE(unsigned Opc) const;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h150 bool shouldCSE(unsigned Opc) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h148 bool shouldCSE(unsigned Opc) const;

12