Searched refs:LOp (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 681 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 D | InstructionCombining.cpp | 570 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 D | Record.cpp | 1122 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 D | CodeGenFunction.cpp | 1627 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 D | CodeGenFunction.h | 4566 void EmitBranchToCounterBlock(const Expr *Cond, BinaryOperator::Opcode LOp,
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | arm_neon_incl.td | 33 class LOp<list<dag> ops> : Operation<ops>;
|
H A D | arm_neon.td | 110 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,
|