Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2423 bool hasConstOperand() const { in hasConstOperand() function in Ice::ARM32::__anon6a253d620b11::NumericOperandsBase
2492 assert(!hasConstOperand() || llvm::isa<C>(this->Src1)); in NumericOperands()
2512 if (!swappedOperands() && hasConstOperand()) { in unswappedSrc1RShAmtImm()
2519 if (!swappedOperands() && hasConstOperand()) { in isSrc1ImmediateZero()
2593 assert(SrcsLo.hasConstOperand() == SrcsHi.hasConstOperand()); in lowerInt64Arithmetic()
2702 if (!SrcsLo.swappedOperands() && SrcsLo.hasConstOperand()) { in lowerInt64Arithmetic()
2800 if (!SrcsLo.swappedOperands() && SrcsLo.hasConstOperand()) { in lowerInt64Arithmetic()
3224 if (Srcs.hasConstOperand()) { in lowerArithmetic()
3251 if (Srcs.hasConstOperand()) { in lowerArithmetic()
3310 if (Srcs.hasConstOperand()) { in lowerArithmetic()
[all …]