Home
last modified time | relevance | path

Searched refs:predOp (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.cpp322 SDValue predOp = DAG->getTargetConstant(PTXPredicate::None, MVT::i32); in GetPTXMachineNode() local
323 SDValue ops[] = { Op1, predReg, predOp }; in GetPTXMachineNode()
331 SDValue predOp = DAG->getTargetConstant(PTXPredicate::None, MVT::i32); in GetPTXMachineNode() local
332 SDValue ops[] = { Op1, Op2, predReg, predOp }; in GetPTXMachineNode()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java500 int predOp = compiler.getOp(innerExprOpPos); in mightBeProximate() local
502 switch(predOp) in mightBeProximate()
/external/libxml2/
Dxpath.c12112 xmlXPathStepOpPtr predOp; in xmlXPathNodeCollectAndTest() local
12254 predOp = NULL; in xmlXPathNodeCollectAndTest()
12261 predOp = &ctxt->comp->steps[op->ch2]; in xmlXPathNodeCollectAndTest()
12262 if (xmlXPathIsPositionalPredicate(ctxt, predOp, &maxPos)) { in xmlXPathNodeCollectAndTest()
12263 if (predOp->ch1 != -1) { in xmlXPathNodeCollectAndTest()
12267 predOp = &ctxt->comp->steps[predOp->ch1]; in xmlXPathNodeCollectAndTest()
12273 predOp = NULL; in xmlXPathNodeCollectAndTest()
12278 breakOnFirstHit = ((toBool) && (predOp == NULL)) ? 1 : 0; in xmlXPathNodeCollectAndTest()
12557 if ((predOp != NULL) && (seq->nodeNr > 0)) { in xmlXPathNodeCollectAndTest()
12589 predOp, seq, size, maxPos, maxPos, hasNsNodes); in xmlXPathNodeCollectAndTest()
[all …]