Home
last modified time | relevance | path

Searched refs:CmpOp (Results 1 – 21 of 21) sorted by relevance

/external/apache-commons-bcel/src/examples/Mini/
DMini.bnf14 Expr CmpOp Expr
38 CmpOp:
68 Element [CmpOp Element]
DMini.jjt157 Element() [kind = CmpOp() { jjtThis.setKind(kind); } Factor()]
226 int CmpOp() #void :
DMini.jj356 Element() [kind = CmpOp() { jjtn000.setKind(kind); } Factor()]/*@bgen(jjtree)*/
492 int CmpOp() :
DMiniParser.java470 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/
DOperations.cpp125 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/
DOperations.h39 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp56 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp76 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/Hexagon/
DHexagonInstrInfoVector.td299 class InvertCmp_pat<InstHexagon InvMI, PatFrag CmpOp, PatFrag Value,
301 : Pat<(CmpTy (CmpOp Value:$Rs, Value:$Rt)),
DHexagonInstrInfo.td1237 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/
DHexagonBitSimplify.cpp2576 MachineOperand &CmpOp = MI->getOperand(2); in simplifyRCmp0() local
2577 if (!CmpOp.isImm() || CmpOp.getImm() != 0) in simplifyRCmp0()
DHexagonPatterns.td289 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)),
DHexagonInstrInfo.cpp3337 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/
DSelectionDAGBuilder.cpp1561 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/
DSelectionDAGBuilder.cpp1897 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/
DSystemZISelLowering.cpp2387 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/
DSystemZISelLowering.cpp2548 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/
DSelectionDAGBuilder.cpp2078 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/
DPPCISelLowering.cpp9060 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/
DNVPTXInstrInfo.td1288 // "set.CmpOp{.ftz}.dtype.stype", where dtype is the type of the destination
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1423 // "set.CmpOp{.ftz}.dtype.stype", where dtype is the type of the destination