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::__anonc54490810b11::NumericOperandsBase
2490 assert(!hasConstOperand() || llvm::isa<C>(this->Src1)); in NumericOperands()
2510 if (!swappedOperands() && hasConstOperand()) { in unswappedSrc1RShAmtImm()
2517 if (!swappedOperands() && hasConstOperand()) { in isSrc1ImmediateZero()
2591 assert(SrcsLo.hasConstOperand() == SrcsHi.hasConstOperand()); in lowerInt64Arithmetic()
2700 if (!SrcsLo.swappedOperands() && SrcsLo.hasConstOperand()) { in lowerInt64Arithmetic()
2798 if (!SrcsLo.swappedOperands() && SrcsLo.hasConstOperand()) { in lowerInt64Arithmetic()
3222 if (Srcs.hasConstOperand()) { in lowerArithmetic()
3249 if (Srcs.hasConstOperand()) { in lowerArithmetic()
3308 if (Srcs.hasConstOperand()) { in lowerArithmetic()
[all …]