Searched refs:LOp (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 529 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight() argument 533 if (LOp == Instruction::And) in leftDistributesOverRight() 537 if (LOp == Instruction::Or) in leftDistributesOverRight() 542 if (LOp == Instruction::Mul) in leftDistributesOverRight() 550 static bool rightDistributesOverLeft(Instruction::BinaryOps LOp, in rightDistributesOverLeft() argument 553 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft() 556 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | Record.cpp | 968 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator()); in Fold() local 970 if ((!LOp && !isa<UnsetInit>(LHSs->getOperator())) || in Fold() 973 if (LOp && ROp && LOp->getDef() != ROp->getDef()) { in Fold() 978 Init *Op = LOp ? LOp : ROp; in Fold()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1530 const Expr *Cond, BinaryOperator::Opcode LOp, llvm::BasicBlock *TrueBlock, in EmitBranchToCounterBlock() argument 1557 if (LOp == BO_LAnd) { in EmitBranchToCounterBlock() 1575 else if (LOp == BO_LOr) { in EmitBranchToCounterBlock()
|
| H A D | CodeGenFunction.h | 4477 void EmitBranchToCounterBlock(const Expr *Cond, BinaryOperator::Opcode LOp,
|
| /netbsd-src/external/apache2/llvm/dist/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 | 112 def OP_CAST : LOp<[(save_temp $promote, $p0), 164 def OP_MOVL_HI : LOp<[(save_temp $a1, (call "vget_high", $p0)), 170 def OP_SCALAR_VMULX_LN : LOp<[(save_temp $x, (call "vget_lane", $p0, 175 def OP_SCALAR_VMULX_LNQ : LOp<[(save_temp $x, (call "vget_lane", $p0,
|