HomeSort by relevance Sort by last modified time
    Searched refs:getUse (Results 1 - 25 of 38) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
KeyDeclaration.java 155 public XPath getUse()
  /external/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 135 const Use &TheUse = UI.getUse();
HexagonCommonGEP.cpp 353 Us.insert(&UI.getUse());
    [all...]
  /external/llvm/include/llvm/IR/
CFG.h 78 /// getUse - Return the operand Use in the predecessor's terminator
80 Use &getUse() const {
81 return It.getUse();
CallSite.h 115 return isCallee(&UI.getUse());
135 return getArgumentNo(&I.getUse());
Value.h 188 Use &getUse() const { return *UI; }
Instructions.h     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 205 keyDeclaration.getUse().execute(xctxt,
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 156 Use *getUse() const { return UseAndIsSplittable.getPointer(); }
158 bool isDead() const { return getUse() == nullptr; }
    [all...]
LICM.cpp 638 Use &U = UI.getUse();
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 562 SDUse &getUse() const { return *Op; }
676 if (UI.getUse().get().getValueType() == MVT::Glue)
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 719 Use &TheUse = UI.getUse();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 91 if (UI.getUse().getResNo() == i)
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 660 UI.getUse().set(RealVal);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1263 milliseconds

1 2