Searched refs:canFoldLoadIntoBinaryInst (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX86BaseImpl.h803 inline bool canFoldLoadIntoBinaryInst(Operand *LoadSrc, Variable *LoadDest, function in namespace:Ice::X86NAMESPACE
857 if (canFoldLoadIntoBinaryInst(LoadSrc, LoadDest, Src0, Src1)) {
864 if (canFoldLoadIntoBinaryInst(LoadSrc, LoadDest, Src0, Src1)) {
871 if (canFoldLoadIntoBinaryInst(LoadSrc, LoadDest, Src0, Src1)) {
878 if (canFoldLoadIntoBinaryInst(LoadSrc, LoadDest, Src0, Src1)) {

Completed in 74 milliseconds