Searched refs:BaseOp0 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 412 MachineOperand *BaseOp0 = HII.getBaseAndOffset(L0, Offset0, Size0); in apply() local 414 if (BaseOp0 == nullptr || !BaseOp0->isReg() || Size0 >= 32) in apply() 427 BaseOp0->getReg() != BaseOp1->getReg()) in apply()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 480 static bool areCompatibleCmpOps(Value *BaseOp0, Value *BaseOp1, Value *Op0, in areCompatibleCmpOps() argument 482 return (isConstant(BaseOp0) && isConstant(Op0)) || in areCompatibleCmpOps() 484 (!isa<Instruction>(BaseOp0) && !isa<Instruction>(Op0) && in areCompatibleCmpOps() 486 getSameOpcode({BaseOp0, Op0}).getOpcode() || in areCompatibleCmpOps() 543 Value *BaseOp0 = BaseInst->getOperand(0); in getSameOpcode() local 555 areCompatibleCmpOps(BaseOp0, BaseOp1, Op0, Op1)) in getSameOpcode() 558 areCompatibleCmpOps(BaseOp0, BaseOp1, Op1, Op0)) in getSameOpcode() 5483 Value *BaseOp0 = VL0->getOperand(0); in buildTree_rec() local 5495 !areCompatibleCmpOps(BaseOp0, BaseOp1, LHS, RHS)) || in buildTree_rec() 5497 areCompatibleCmpOps(BaseOp0, BaseOp1, LHS, RHS)))) in buildTree_rec()
|