Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp681 const auto *LOp = L->getOperand(I); in equivalentAsOperands() local
684 if (LOp == SavedLHS || ROp == SavedRHS) { in equivalentAsOperands()
685 if (LOp != SavedLHS || ROp != SavedRHS) in equivalentAsOperands()
694 if (!equivalentAsOperands(LOp, ROp, AC)) in equivalentAsOperands()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp570 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight() argument
574 if (LOp == Instruction::And) in leftDistributesOverRight()
578 if (LOp == Instruction::Or) in leftDistributesOverRight()
583 if (LOp == Instruction::Mul) in leftDistributesOverRight()
591 static bool rightDistributesOverLeft(Instruction::BinaryOps LOp, in rightDistributesOverLeft() argument
594 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft()
597 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp1122 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator()); in Fold() local
1124 if ((!LOp && !isa<UnsetInit>(LHSs->getOperator())) || in Fold()
1127 if (LOp && ROp && LOp->getDef() != ROp->getDef()) { in Fold()
1132 Init *Op = LOp ? LOp : ROp; in Fold()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1627 const Expr *Cond, BinaryOperator::Opcode LOp, llvm::BasicBlock *TrueBlock, in EmitBranchToCounterBlock() argument
1654 if (LOp == BO_LAnd) { in EmitBranchToCounterBlock()
1672 else if (LOp == BO_LOr) { in EmitBranchToCounterBlock()
H A DCodeGenFunction.h4566 void EmitBranchToCounterBlock(const Expr *Cond, BinaryOperator::Opcode LOp,
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A Darm_neon_incl.td33 class LOp<list<dag> ops> : Operation<ops>;
H A Darm_neon.td110 def OP_CAST : LOp<[(save_temp $promote, $p0),
162 def OP_MOVL_HI : LOp<[(save_temp $a1, (call "vget_high", $p0)),
168 def OP_SCALAR_VMULX_LN : LOp<[(save_temp $x, (call "vget_lane", $p0,
173 def OP_SCALAR_VMULX_LNQ : LOp<[(save_temp $x, (call "vget_lane", $p0,