Home
last modified time | relevance | path

Searched refs:ROp (Results 1 – 13 of 13) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas6009 ROp, PrevROp: IReplaceOp;
6020 if (not Supports(Op, IReplaceOp, ROp)) then
6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
6040 if (PrevROp.Index >= ROp.Index) and (PrevROp.LastIndex <= ROp.LastIndex) then
6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);
6048 Same := (PrevROp.Index = ROp.Index) and (PrevROp.LastIndex = ROp.LastIndex);
6051 + ROp.ToString + ' overlap with previous ' + PrevROp.ToString);
6085 if (IOp.Index = ROp.Index) then
6087 ROp.Text := CatOpText(IOp.Text, ROp.Text);
6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp313 Instruction::BinaryOps ROp) { in LeftDistributesOverRight() argument
320 switch (ROp) { in LeftDistributesOverRight()
330 switch (ROp) { in LeftDistributesOverRight()
340 switch (ROp) { in LeftDistributesOverRight()
352 Instruction::BinaryOps ROp) { in RightDistributesOverLeft() argument
353 if (Instruction::isCommutative(ROp)) in RightDistributesOverLeft()
354 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp443 Instruction::BinaryOps ROp) { in leftDistributesOverRight() argument
447 return ROp == Instruction::Or || ROp == Instruction::Xor; in leftDistributesOverRight()
451 return ROp == Instruction::And; in leftDistributesOverRight()
456 return ROp == Instruction::Add || ROp == Instruction::Sub; in leftDistributesOverRight()
464 Instruction::BinaryOps ROp) { in rightDistributesOverLeft() argument
465 if (Instruction::isCommutative(ROp)) in rightDistributesOverLeft()
466 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft()
469 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp333 Instruction::BinaryOps ROp) { in LeftDistributesOverRight() argument
340 switch (ROp) { in LeftDistributesOverRight()
350 switch (ROp) { in LeftDistributesOverRight()
360 switch (ROp) { in LeftDistributesOverRight()
372 Instruction::BinaryOps ROp) { in RightDistributesOverLeft() argument
373 if (Instruction::isCommutative(ROp)) in RightDistributesOverLeft()
374 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()
385 switch (ROp) { in RightDistributesOverLeft()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D8085134af6b761d9e810c7a240ad54ed.00002f0d.honggfuzz.cov13 R������C�Q�<@�����Z�-(}u���;ROp
Db2b329787d976d801dacf6bc2f6bf99a.0000c935.honggfuzz.cov382 R������C�Q�<@�����Z�-(}u���;ROp
Dd67edb1149be76f86c648c58fe1787ef.0006cbc1.honggfuzz.cov2668 …/�Ib{+�D̊� �#�%�̽}�[ų��Y��g`��06��/���C\�%>�0x��}�J�ל"T2Hz/7@�ROp|l|LX�-/��v�zǗ�}�a…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D8085134af6b761d9e810c7a240ad54ed.00002f0d.honggfuzz.cov13 R������C�Q�<@�����Z�-(}u���;ROp
D23abdae1a2c7e257c7ec69bf21fb6ca7.0000ca92.honggfuzz.cov249 R������C�Q�<@�����Z�-(}u���;ROp
Db2b329787d976d801dacf6bc2f6bf99a.0000c935.honggfuzz.cov382 R������C�Q�<@�����Z�-(}u���;ROp
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp894 DefInit *ROp = dynamic_cast<DefInit*>(RHSs->getOperator()); in Fold() local
895 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef()) in Fold()
/external/llvm/lib/TableGen/
DRecord.cpp806 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); in Fold() local
807 if (!LOp || !ROp || LOp->getDef() != ROp->getDef()) in Fold()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp852 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); in Fold() local
853 if (!LOp || !ROp) in Fold()
855 if (LOp->getDef() != ROp->getDef()) { in Fold()