/external/apache-commons-bcel/src/examples/Mini/ |
D | Mini.bnf | 14 Expr CmpOp Expr 38 CmpOp: 68 Element [CmpOp Element]
|
D | Mini.jjt | 157 Element() [kind = CmpOp() { jjtThis.setKind(kind); } Factor()] 226 int CmpOp() #void :
|
D | Mini.jj | 356 Element() [kind = CmpOp() { jjtn000.setKind(kind); } Factor()]/*@bgen(jjtree)*/ 492 int CmpOp() :
|
D | MiniParser.java | 470 kind = CmpOp(); in Factor() 656 static public int CmpOp() throws ParseException { in CmpOp() method in MiniParser
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 125 Instruction::OtherOps CmpOp, in cmpOpDescriptor() argument 127 auto buildOp = [CmpOp, Pred](ArrayRef<Value *> Srcs, Instruction *Inst) { in cmpOpDescriptor() 128 return CmpInst::Create(CmpOp, Pred, Srcs[0], Srcs[1], "C", Inst); in cmpOpDescriptor() 131 switch (CmpOp) { in cmpOpDescriptor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/ |
D | Operations.h | 39 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 76 unsigned LdarOp, unsigned StlrOp, unsigned CmpOp, 591 unsigned StlrOp, unsigned CmpOp, unsigned ExtendImm, unsigned ZeroReg, in expandCMP_SWAP() argument 624 BuildMI(LoadCmpBB, DL, TII->get(CmpOp), ZeroReg) in expandCMP_SWAP()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 56 unsigned LdarOp, unsigned StlrOp, unsigned CmpOp, 599 unsigned StlrOp, unsigned CmpOp, unsigned ExtendImm, unsigned ZeroReg, in expandCMP_SWAP() argument 634 BuildMI(LoadCmpBB, DL, TII->get(CmpOp), ZeroReg) in expandCMP_SWAP()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoVector.td | 299 class InvertCmp_pat<InstHexagon InvMI, PatFrag CmpOp, PatFrag Value, 301 : Pat<(CmpTy (CmpOp Value:$Rs, Value:$Rt)),
|
D | HexagonInstrInfo.td | 1237 class T_cmp64_rr_pat<InstHexagon MI, PatFrag CmpOp> 1238 : Pat<(i1 (CmpOp (i64 DoubleRegs:$Rs), (i64 DoubleRegs:$Rt))),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 2576 MachineOperand &CmpOp = MI->getOperand(2); in simplifyRCmp0() local 2577 if (!CmpOp.isImm() || CmpOp.getImm() != 0) in simplifyRCmp0()
|
D | HexagonPatterns.td | 289 multiclass SelMinMax_pats<PatFrag CmpOp, PatFrag Val, 291 def: Pat<(select (i1 (CmpOp Val:$A, Val:$B)), Val:$A, Val:$B), 293 def: Pat<(select (i1 (CmpOp Val:$A, Val:$B)), Val:$B, Val:$A), 834 multiclass SelMinMax16_pats<PatFrag CmpOp, InstHexagon InstA, 836 def: Pat<(sext_inreg (select (i1 (CmpOp IsPosHalf:$Rs, IsPosHalf:$Rt)), 839 def: Pat<(sext_inreg (select (i1 (CmpOp IsPosHalf:$Rs, IsPosHalf:$Rt)),
|
D | HexagonInstrInfo.cpp | 3337 const MachineOperand &CmpOp = GA.getOperand(2); in getCompoundOpcode() local 3338 if (!CmpOp.isImm()) in getCompoundOpcode() 3340 int V = CmpOp.getImm(); in getCompoundOpcode()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1561 SDValue CmpOp = getValue(CB.CmpMHS); in visitSwitchCase() local 1562 EVT VT = CmpOp.getValueType(); in visitSwitchCase() 1565 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, VT), in visitSwitchCase() 1569 VT, CmpOp, DAG.getConstant(Low, VT)); in visitSwitchCase()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1897 SDValue CmpOp = getValue(CB.CmpMHS); in visitSwitchCase() local 1898 EVT VT = CmpOp.getValueType(); in visitSwitchCase() 1901 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, dl, VT), in visitSwitchCase() 1905 VT, CmpOp, DAG.getConstant(Low, dl, VT)); in visitSwitchCase()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2387 static bool isAbsolute(SDValue CmpOp, SDValue Pos, SDValue Neg) { in isAbsolute() argument 2392 (Pos == CmpOp || in isAbsolute() 2394 Pos.getOperand(0) == CmpOp))); in isAbsolute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2548 static bool isAbsolute(SDValue CmpOp, SDValue Pos, SDValue Neg) { in isAbsolute() argument 2553 (Pos == CmpOp || in isAbsolute() 2555 Pos.getOperand(0) == CmpOp))); in isAbsolute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2078 SDValue CmpOp = getValue(CB.CmpMHS); in visitSwitchCase() local 2079 EVT VT = CmpOp.getValueType(); in visitSwitchCase() 2082 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, dl, VT), in visitSwitchCase() 2086 VT, CmpOp, DAG.getConstant(Low, dl, VT)); in visitSwitchCase()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 9060 SDValue CmpOp = Op.getOperand(2); in LowerATOMIC_CMP_SWAP() local 9063 if (DAG.MaskedValueIsZero(CmpOp, HighBits)) in LowerATOMIC_CMP_SWAP() 9069 DAG.getNode(ISD::AND, dl, MVT::i32, CmpOp, in LowerATOMIC_CMP_SWAP()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1288 // "set.CmpOp{.ftz}.dtype.stype", where dtype is the type of the destination
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1423 // "set.CmpOp{.ftz}.dtype.stype", where dtype is the type of the destination
|