Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
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()
DCSEMIRBuilder.cpp53 if (!CSEInfo || !CSEInfo->shouldCSE(Opc)) in canPerformCSEForOpc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCSEInfo.h148 bool shouldCSE(unsigned Opc) const;