Searched refs:LOp (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 673 const auto *LOp = L->getOperand(I); in equivalentAsOperands() local 676 if (LOp == SavedLHS || ROp == SavedRHS) { in equivalentAsOperands() 677 if (LOp != SavedLHS || ROp != SavedRHS) in equivalentAsOperands() 686 if (!equivalentAsOperands(LOp, ROp, AC)) in equivalentAsOperands()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 1215 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator()); in Fold() local 1217 if ((!LOp && !isa<UnsetInit>(LHSs->getOperator())) || in Fold() 1220 if (LOp && ROp && LOp->getDef() != ROp->getDef()) { in Fold() 1225 Init *Op = LOp ? LOp : ROp; in Fold()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 589 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight() argument 593 if (LOp == Instruction::And) in leftDistributesOverRight() 597 if (LOp == Instruction::Or) in leftDistributesOverRight() 602 if (LOp == Instruction::Mul) in leftDistributesOverRight() 610 static bool rightDistributesOverLeft(Instruction::BinaryOps LOp, in rightDistributesOverLeft() argument 613 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft() 616 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1741 const Expr *Cond, BinaryOperator::Opcode LOp, llvm::BasicBlock *TrueBlock, in EmitBranchToCounterBlock() argument 1768 if (LOp == BO_LAnd) { in EmitBranchToCounterBlock() 1786 else if (LOp == BO_LOr) { in EmitBranchToCounterBlock()
|
H A D | CodeGenFunction.h | 5017 void EmitBranchToCounterBlock(const Expr *Cond, BinaryOperator::Opcode LOp,
|
/freebsd/contrib/llvm-project/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,
|