Searched refs:hasOneUse (Results 126 - 134 of 134) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2279 if (!Base->hasOneUse())
2463 if (UserI == getCtxI() && UserI->hasOneUse())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp536 /// This is similar to Instruction::hasOneUse() except this will also return
2880 if (I->hasOneUse()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2773 if (!BaseCV && CV->hasOneUse())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2686 MRI->hasOneUse(Src0->getReg())) {
2704 MRI->hasOneUse(Src1->getReg()) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4188 if (LI->hasOneUse()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4341 !N0.getNode()->hasOneUse())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2234 if (!V.getNode()->hasOneUse())
8983 while (V.getOpcode() == ISD::BITCAST && V.getOperand(0).hasOneUse())
9273 if (Dest.hasOneUse())
H A DSelectionDAGBuilder.cpp2139 BOpc != unsigned(Opc) || !BOp->hasOneUse() ||
2299 if (!DAG.getTargetLoweringInfo().isJumpExpensive() && BOp->hasOneUse() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1008 if (!Mult.hasOneUse())

Completed in 211 milliseconds

123456