Home
last modified time | relevance | path

Searched refs:CondOpcode (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp763 int CondOpcode = Hexagon::getPredOpcode(Opc, inPredSense); in getMatchingCondBranchOpcode() local
764 if (CondOpcode >= 0) // Valid Conditional opcode/instruction in getMatchingCondBranchOpcode()
765 return CondOpcode; in getMatchingCondBranchOpcode()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp541 if (unsigned CondOpcode = getConditionalMove(Opcode)) { in PredicateInstruction() local
542 MI->setDesc(get(CondOpcode)); in PredicateInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15818 unsigned CondOpcode = Cond.getOpcode(); in LowerSELECT() local
15819 if (CondOpcode == X86ISD::SETCC || in LowerSELECT()
15820 CondOpcode == X86ISD::SETCC_CARRY) { in LowerSELECT()
15837 } else if (CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO || in LowerSELECT()
15838 CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO || in LowerSELECT()
15839 ((CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) && in LowerSELECT()
15846 switch (CondOpcode) { in LowerSELECT()
15855 if (CondOpcode == ISD::UMULO) in LowerSELECT()
15863 if (CondOpcode == ISD::UMULO) in LowerSELECT()
16314 unsigned CondOpcode = Cond.getOpcode(); in LowerBRCOND() local
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp6132 BinaryOperatorKind CondOpcode; in DiagnoseConditionalPrecedence() local
6135 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS)) in DiagnoseConditionalPrecedence()
6145 << BinaryOperator::getOpcodeStr(CondOpcode); in DiagnoseConditionalPrecedence()
6149 << BinaryOperator::getOpcodeStr(CondOpcode), in DiagnoseConditionalPrecedence()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8300 unsigned CondOpcode = SubsNode->getOpcode(); in performCONDCombine() local
8302 if (CondOpcode != AArch64ISD::SUBS) in performCONDCombine()
8361 SDValue NewValue = DAG.getNode(CondOpcode, SDLoc(SubsNode), VTs, Ops); in performCONDCombine()