Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/Vectorize/
HDBBVectorize.cpp351 unsigned o, Value *&LOp, unsigned numElemL,
2308 Instruction *J, unsigned o, Value *&LOp, in expandIEChain() argument
2313 if (InsertElementInst *LIE = dyn_cast<InsertElementInst>(LOp)) { in expandIEChain()
2340 LOp = LIENext ? (Value*) LIENext : UndefValue::get(ArgTypeH); in expandIEChain()
2372 Value *LOp = L->getOperand(o); in getReplacementInput() local
2378 ExtractElementInst *LEE = dyn_cast<ExtractElementInst>(LOp); in getReplacementInput()
2380 ShuffleVectorInst *LSV = dyn_cast<ShuffleVectorInst>(LOp); in getReplacementInput()
2390 (LOp->getType() != L->getType() || HOp->getType() != H->getType()); in getReplacementInput()
2431 cast<Instruction>(LOp)->getOperand(0)->getType() in getReplacementInput()
2588 Instruction *S = InsertElementInst::Create(HOp, LOp, CV0, in getReplacementInput()
[all …]
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp342 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, in LeftDistributesOverRight() argument
344 switch (LOp) { in LeftDistributesOverRight()
381 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, in RightDistributesOverLeft() argument
384 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()
/trueos/contrib/llvm/lib/TableGen/
HDRecord.cpp903 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator()); in Fold() local
905 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef()) in Fold()