Searched refs:OpR (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 776 Value *OpR = InstR->getOperand(i); in cmpBasicBlocks() local 777 if (int Res = cmpValues(OpL, OpR)) in cmpBasicBlocks() 780 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 1380 const MachineOperand &OpR = secondRegMatch ? NOp0 : NOp1; in isLegalToPacketizeTogether() local 1381 if (OpR.isReg() && PI->modifiesRegister(OpR.getReg(), HRI)) { in isLegalToPacketizeTogether()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1956 Value *OpL = nullptr, *OpR = nullptr; 1969 auto RHS = m_LShr(m_Neg(m_Value(OpR)), m_SpecificInt(ShiftWidth)); 1972 return Signum.match(V) && OpL == OpR && Val.match(OpL);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1359 SDValue OpR = GetPromotedInteger(NewRHS); in PromoteSetCCOperands() local 1368 OpR.getScalarValueSizeInBits() - DAG.ComputeNumSignBits(OpR) + 1; in PromoteSetCCOperands() 1372 NewRHS = OpR; in PromoteSetCCOperands()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 2779 Operand *createShiftedOperand(Cfg *Func, Variable *OpR) const { in createShiftedOperand() 2780 assert(OpR->mustHaveReg()); in createShiftedOperand() 2782 return OpR; in createShiftedOperand() 2785 Func, IceType_i32, OpR, OperandARM32::LSL, in createShiftedOperand()
|