Searched refs:hasOneUse (Results 51 - 69 of 69) sorted by relevance

123

/external/llvm/include/llvm/IR/
H A DPatternMatch.h55 return V->hasOneUse() && SubPattern.match(V);
/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp410 (allowFalsePositives || MRI->hasOneUse(Reg)))
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp921 if (RHSC->isNullValue() && LHS.hasOneUse() &&
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp284 if (!Compare || !Compare->hasOneUse() ||
H A DJumpThreading.cpp1668 if (!SI || SI->getParent() != Pred || !SI->hasOneUse())
H A DGVN.cpp2135 if (!LHS->hasOneUse()) {
H A DLoopStrengthReduce.cpp2000 if (!Sel || !Sel->hasOneUse()) return Cond;
2200 if (Cond->hasOneUse()) {
/external/clang/lib/CodeGen/
H A DCGCall.cpp1713 if (!bitcast->hasOneUse()) break;
1794 if (!CGF.ReturnValue->hasOneUse()) {
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1257 if (CI->hasOneUse() && (CI->getParent() == I->getParent())) {
1285 if (TI->hasOneUse() && TI->getParent() == I->getParent() &&
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8087 N->getOperand(1).getNode()->hasOneUse() &&
8282 N->getOperand(0).hasOneUse() &&
8324 if (!N->getOperand(0).hasOneUse() &&
8325 !N->getOperand(1).hasOneUse() &&
8326 !N->getOperand(2).hasOneUse()) {
8381 assert(Cond.getNode()->hasOneUse() &&
8422 assert(LHS.getNode()->hasOneUse() &&
H A DPPCISelDAGToDAG.cpp1018 if (N->hasOneUse())
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1330 if (Src1->getOpcode() != ISD::SRA || !Src1->hasOneUse()
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1064 if (ISD::isNormalLoad(Src.getNode()) && Src.hasOneUse()) {
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp150 if (Arg->hasOneUse()) {
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4985 if (!Cmp->hasOneUse() || !(Select = dyn_cast<SelectInst>(*I->user_begin())))
4996 if (!Cmp->hasOneUse())
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp308 if (ForCodeSize || V.hasOneUse())
H A DAArch64ISelLowering.cpp6432 if (ISD::isNormalLoad(N0.getNode()) && N0.hasOneUse() &&
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2676 !N0.getNode()->hasOneUse())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1439 (unsigned)BOp->getOpcode() != Opc || !BOp->hasOneUse() ||
1605 BOp->hasOneUse() &&

Completed in 522 milliseconds

123