Searched refs:getSelect (Results 1 - 25 of 34) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXUnresolvedVariableSimple.java55 Expression expr = ((ElemVariable)m_obj).getSelect().getExpression();
H A DElemSort.java93 public XPath getSelect() method in class:ElemSort
H A DElemValueOf.java92 public XPath getSelect() method in class:ElemValueOf
H A DElemWithParam.java82 public XPath getSelect() method in class:ElemWithParam
H A DElemVariable.java121 public XPath getSelect() method in class:ElemVariable
424 return new XPath(new XRTreeFragSelectWrapper(valueof.getSelect().getExpression()));
H A DElemCopyOf.java73 public XPath getSelect() method in class:ElemCopyOf
H A DElemForEach.java114 public Expression getSelect() method in class:ElemForEach
H A DRedundentExprEliminator.java666 paths.setElementAt(var.getSelect(), firstOccuranceIndex);
716 paths.setElementAt(var.getSelect(), firstOccuranceIndex);
739 paths.setElementAt(var.getSelect(), firstOccuranceIndex);
1178 Expression select = efe.getSelect();
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DVariable.java329 XPath xpath = vvar.getSelect();
/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h240 return Fold(ConstantExpr::getSelect(C, True, False));
/external/llvm/include/llvm/IR/
H A DConstantFolder.h215 return ConstantExpr::getSelect(C, True, False);
H A DConstants.h1032 static Constant *getSelect(Constant *C, Constant *V1, Constant *V2,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp542 return DAG.getSelect(SDLoc(N),
1567 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL);
1568 Hi = DAG.getSelect(dl, NVT, isShort, HiS, HiL);
1583 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL);
1584 Hi = DAG.getSelect(dl, NVT, isShort, HiS, HiL);
1600 Lo = DAG.getSelect(dl, NVT, isShort, LoS, LoL);
1601 Hi = DAG.getSelect(dl, NVT, isShort, HiS, HiL);
1647 SDValue Carry1 = DAG.getSelect(dl, NVT, Cmp1,
1652 SDValue Carry2 = DAG.getSelect(dl, NVT, Cmp2,
1661 SDValue Borrow = DAG.getSelect(d
[all...]
H A DLegalizeVectorOps.cpp736 Mask = DAG.getSelect(DL, BitTy, Mask,
994 Ops[i] = DAG.getSelect(dl, EltVT, Ops[i],
H A DLegalizeDAG.cpp1614 return DAG.getSelect(dl, AbsVal.getValueType(), SignBit,
2524 return DAG.getSelect(dl, MVT::f32, SignBitTest, Slow, Fast);
2537 SDValue Sel = DAG.getSelect(dl, MVT::i64, Ne, Or, Op0);
2541 SDValue Sel2 = DAG.getSelect(dl, MVT::i64, Ge, Sel, Op0);
2564 SDValue CstOffset = DAG.getSelect(dl, Zero.getValueType(),
3064 Tmp1 = DAG.getSelect(dl, NVT, Tmp2, True, False);
3280 Tmp1 = DAG.getSelect(dl, VT, Tmp2, Tmp1, Tmp3);
3896 Results.push_back(DAG.getSelect(dl, VT, Cond, Tmp3, Tmp4));
4057 Tmp1 = DAG.getSelect(dl, NVT, Tmp2,
4158 Tmp1 = DAG.getSelect(d
[all...]
H A DLegalizeVectorTypes.cpp323 return DAG.getSelect(SDLoc(N),
330 return DAG.getSelect(SDLoc(N),
H A DDAGCombiner.cpp5738 return DAG.getSelect(DL, VT, SetCC,
12531 return DAG.getSelect(SDLoc(SCC), SCC.getValueType(), SETCC,
12600 Addr = DAG.getSelect(SDLoc(TheSelect),
12744 SDValue CstOffset = DAG.getSelect(DL, Zero.getValueType(),
/external/llvm/unittests/IR/
H A DConstantsTest.cpp239 CHECK(ConstantExpr::getSelect(P3, P0, P4), "select i1 " P3STR ", i32 " P0STR
/external/llvm/lib/IR/
H A DConstantFold.cpp770 return ConstantExpr::getSelect(Cond, TrueVal->getOperand(1), V2);
775 return ConstantExpr::getSelect(Cond, V1, FalseVal->getOperand(2));
H A DConstants.cpp1240 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2], OnlyIfReducedTy);
1987 Constant *ConstantExpr::getSelect(Constant *C, Constant *V1, Constant *V2, function in class:ConstantExpr
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1030 SDValue Lo = DAG.getSelect(DL, MVT::i32, Cond, Lo0, Lo1);
1035 SDValue Hi = DAG.getSelect(DL, MVT::i32, Cond, Hi0, Hi1);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java2378 keys.addElement(new NodeSortKey(this, sort.getSelect(), treatAsNumbers,
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h716 SDValue getSelect(SDLoc DL, EVT VT, SDValue Cond, function in class:llvm::SelectionDAG
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1082 return ConstantExpr::getSelect(Ops[0], Ops[1], Ops[2]);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 456 milliseconds

12