Searched refs:getCondCode (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp669 DAG.getCondCode(CCCode), NewLHS, NewRHS,
716 DAG.getCondCode(CCCode)),
738 DAG.getCondCode(CCCode)),
860 DAG.getCondCode(ISD::SETEQ));
1220 Lo, Hi, DAG.getCondCode(ISD::SETLT));
1324 DAG.getCondCode(CCCode), NewLHS, NewRHS,
1383 DAG.getCondCode(ISD::SETGE));
1407 DAG.getCondCode(CCCode)), 0);
1424 DAG.getCondCode(CCCode)), 0);
H A DLegalizeIntegerTypes.cpp2568 LHSHi, RHSHi, DAG.getCondCode(CCCode));
2612 DAG.getCondCode(CCCode), NewLHS, NewRHS,
2631 DAG.getCondCode(CCCode)), 0);
2648 DAG.getCondCode(CCCode)), 0);
H A DTargetLowering.cpp191 NewLHS, NewRHS, DAG.getCondCode(CCCode));
194 NewRHS, DAG.getCondCode(getCmpLibcallCC(LC2)));
H A DLegalizeDAG.cpp3613 DAG.getCondCode(ISD::SETNE), Tmp3,
3662 CC = DAG.getCondCode(ISD::SETNE);
3679 Tmp4 = DAG.getCondCode(ISD::SETNE);
H A DSelectionDAG.cpp1275 SDValue SelectionDAG::getCondCode(ISD::CondCode Cond) { function in class:SelectionDAG
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp487 DAG.getCondCode(ISD::SETNE)
572 CC = DAG.getCondCode(ISD::getSetCCInverse(CCOpcode, CompareVT == MVT::i32));
627 DAG.getCondCode(CCOpcode));
660 DAG.getCondCode(ISD::SETNE));
671 DAG.getCondCode(ISD::SETNE));
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h484 SDValue getCondCode(ISD::CondCode Cond);
617 return getNode(ISD::SETCC, DL, VT, LHS, RHS, getCondCode(Cond));
626 LHS, RHS, True, False, getCondCode(Cond));
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1630 DAG.getCondCode(CC));
1709 DAG.getCondCode(ISD::SETNE));
1757 DAG.getCondCode(CC));
2202 DAG.getCondCode(CC));
2232 DAG.getCondCode(ISD::SETNE));
2280 DAG.getCondCode(CC));
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp240 A64CC::CondCodes getCondCode() const { function in class:__anon2339::AArch64Operand
810 Inst.addOperand(MCOperand::CreateImm(getCondCode()));
837 unsigned Encoded = A64InvertCondCode(getCondCode());
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp526 ARMCC::CondCodes getCondCode() const { function in class:__anon2374::ARMOperand
1448 Inst.addOperand(MCOperand::CreateImm(unsigned(getCondCode())));
1449 unsigned RegNum = getCondCode() == ARMCC::AL ? 0: ARM::CPSR;
1475 Inst.addOperand(MCOperand::CreateImm(unsigned(getCondCode())));
2370 OS << "<ARMCC::" << ARMCondCodeToString(getCondCode()) << ">";

Completed in 314 milliseconds