Searched refs:LOp (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 362 unsigned o, Value *&LOp, unsigned numElemL, 2409 Instruction *J, unsigned o, Value *&LOp, in expandIEChain() argument 2414 if (InsertElementInst *LIE = dyn_cast<InsertElementInst>(LOp)) { in expandIEChain() 2441 LOp = LIENext ? (Value*) LIENext : UndefValue::get(ArgTypeH); in expandIEChain() 2473 Value *LOp = L->getOperand(o); in getReplacementInput() local 2479 ExtractElementInst *LEE = dyn_cast<ExtractElementInst>(LOp); in getReplacementInput() 2481 ShuffleVectorInst *LSV = dyn_cast<ShuffleVectorInst>(LOp); in getReplacementInput() 2491 (LOp->getType() != L->getType() || HOp->getType() != H->getType()); in getReplacementInput() 2532 cast<Instruction>(LOp)->getOperand(0)->getType() in getReplacementInput() 2686 Instruction *S = InsertElementInst::Create(HOp, LOp, CV0, in getReplacementInput() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 312 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, in LeftDistributesOverRight() argument 314 switch (LOp) { in LeftDistributesOverRight() 351 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, in RightDistributesOverLeft() argument 354 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 332 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, in LeftDistributesOverRight() argument 334 switch (LOp) { in LeftDistributesOverRight() 371 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, in RightDistributesOverLeft() argument 374 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft() 376 switch (LOp) { in RightDistributesOverLeft()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 805 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator()); in Fold() local 807 if (!LOp || !ROp || LOp->getDef() != ROp->getDef()) in Fold()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 893 DefInit *LOp = dynamic_cast<DefInit*>(LHSs->getOperator()); in Fold() local 895 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef()) in Fold()
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 33 class LOp<list<dag> ops> : Operation<ops>; 457 def OP_MOVL_HI : LOp<[(save_temp $a1, (call "vget_high", $p0)), 463 def OP_SCALAR_VMULX_LN : LOp<[(save_temp $x, (call "vget_lane", $p0, 468 def OP_SCALAR_VMULX_LNQ : LOp<[(save_temp $x, (call "vget_lane", $p0,
|