HomeSort by relevance Sort by last modified time
    Searched refs:hasOneUse (Results 26 - 50 of 57) sorted by null

12 3

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGISel.cpp 751 if (!TheUser->hasOneUse())
    [all...]
InstrEmitter.cpp 166 if (!Node->hasOneUse())
306 bool isKill = Op.hasOneUse() &&
    [all...]
FastISel.cpp 96 return I->hasOneUse() &&
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 651 if (CI && CI->hasOneUse() && CI->getParent() == PN->getIncomingBlock(I) &&
    [all...]
TailRecursionElimination.cpp 344 if (!I->hasOneUse() || !isa<ReturnInst>(I->use_back()))
MemCpyOptimizer.cpp 490 if (!LI->isVolatile() && LI->hasOneUse() &&
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 459 if (BI->isConditional() && BI->getCondition()->hasOneUse())
    [all...]
AddrModeMatcher.cpp 334 if (I->hasOneUse() ||
LowerInvoke.cpp 345 if (Inst->hasOneUse() &&
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 159 /// hasOneUse - Return true if there is exactly one node using value
162 inline bool hasOneUse() const;
392 /// hasOneUse - Return true if there is exactly one use of this node.
394 bool hasOneUse() const {
798 inline bool SDValue::hasOneUse() const {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 244 if (Inst->hasOneUse() &&
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 606 if (requireIntermediatesHaveOneUse && !AddOp.hasOneUse())
610 if (requireIntermediatesHaveOneUse && !OtherOp.hasOneUse())
620 if (requireIntermediatesHaveOneUse && !AddOp.getOperand(0).hasOneUse())
630 if (requireIntermediatesHaveOneUse && !AddOp.getOperand(1).hasOneUse())
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 346 if (N.hasOneUse()) {
892 if (N->hasOneUse())
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 114 if (ReturnBlock.getBlock()->hasOneUse()) {
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 52 return V->hasOneUse() && SubPattern.match(V);
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 239 if (!MultHi.hasOneUse() || !MultLo.hasOneUse())
313 if (!MultHi.hasOneUse() || !MultLo.hasOneUse())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 251 if (I.getType() == Type::getVoidTy(I.getContext()) || !I.hasOneUse() ||
259 if (I.hasOneUse()) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 828 if (N->hasOneUse())
    [all...]
PPCISelLowering.cpp     [all...]

Completed in 3774 milliseconds

12 3