Searched refs:BaseOp0 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 396 MachineOperand *BaseOp0 = HII.getBaseAndOffset(L0, Offset0, Size0); in apply() local 398 if (BaseOp0 == nullptr || !BaseOp0->isReg() || !Size0.hasValue() || in apply() 412 Size1.getValue() >= 32 || BaseOp0->getReg() != BaseOp1->getReg()) in apply()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 1283 static bool areCompatibleCmpOps(Value *BaseOp0, Value *BaseOp1, Value *Op0, in areCompatibleCmpOps() argument 1285 return (isConstant(BaseOp0) && isConstant(Op0)) || in areCompatibleCmpOps() 1287 (!isa<Instruction>(BaseOp0) && !isa<Instruction>(Op0) && in areCompatibleCmpOps() 1289 BaseOp0 == Op0 || BaseOp1 == Op1 || in areCompatibleCmpOps() 1290 getSameOpcode({BaseOp0, Op0}, TLI) || in areCompatibleCmpOps() 1305 Value *BaseOp0 = BaseCI->getOperand(0); in isCmpSameOrSwapped() local 1311 areCompatibleCmpOps(BaseOp0, BaseOp1, Op0, Op1, TLI)) || in isCmpSameOrSwapped() 1313 areCompatibleCmpOps(BaseOp0, BaseOp1, Op1, Op0, TLI)); in isCmpSameOrSwapped()
|