Searched refs:SystemZCC (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp200 SystemZCC::CondCodes CC = static_cast<SystemZCC::CondCodes>(Cond[0].getImm());
266 SystemZCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode());
267 if (BranchCode == SystemZCC::INVALID)
288 SystemZCC::CondCodes OldBranchCode = (SystemZCC::CondCodes)Cond[0].getImm();
308 getCondFromBranchOpc(I->getOpcode()) == SystemZCC::INVALID)
338 SystemZCC::CondCodes CC = (SystemZCC::CondCodes)Cond[0].getImm();
351 SystemZInstrInfo::getBrCond(SystemZCC
[all...]
H A DSystemZ.h26 namespace SystemZCC { namespace in namespace:llvm
H A DSystemZInstrInfo.h98 SystemZCC::CondCodes getOppositeCondition(SystemZCC::CondCodes CC) const;
99 SystemZCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;
100 const MCInstrDesc& getBrCond(SystemZCC::CondCodes CC) const;
H A DSystemZISelLowering.cpp610 ISD::CondCode CC, SDValue &SystemZCC,
615 SystemZCC::CondCodes TCC;
621 TCC = SystemZCC::E;
624 TCC = SystemZCC::NLH;
628 TCC = SystemZCC::NE;
631 TCC = SystemZCC::LH;
634 TCC = SystemZCC::O;
637 TCC = SystemZCC::NO;
641 TCC = SystemZCC::NH;
647 TCC = SystemZCC
609 EmitCmp(SDValue LHS, SDValue RHS, ISD::CondCode CC, SDValue &SystemZCC, SelectionDAG &DAG) const argument
697 SDValue SystemZCC; local
712 SDValue SystemZCC; local
[all...]
H A DSystemZISelLowering.h81 ISD::CondCode CC, SDValue &SystemZCC,

Completed in 75 milliseconds