Searched refs:CCode (Results 1 – 5 of 5) sorted by relevance
108 internal string CCode { property in Word
2177 CCode = M68k::GetOppositeBranchCondition(CCode); in LowerSETCC()2346 unsigned CCode; in LowerSELECT() local2348 CC = DAG.getConstant(CCode, DL, MVT::i8); in LowerSELECT()2510 unsigned CCode; in LowerBRCOND() local2514 CCode = M68k::GetOppositeBranchCondition((M68k::CondCode)CCode); in LowerBRCOND()2542 M68k::CondCode CCode = in LowerBRCOND() local2544 CCode = M68k::GetOppositeBranchCondition(CCode); in LowerBRCOND()2560 M68k::CondCode CCode = in LowerBRCOND() local2562 CCode = M68k::GetOppositeBranchCondition(CCode); in LowerBRCOND()2573 M68k::CondCode CCode = in LowerBRCOND() local[all …]
358 const MCExpr *CCode = MCConstantExpr::create(CondCode, getContext()); in parseJccInstruction() local359 Operands.push_back(MSP430Operand::CreateImm(CCode, SMLoc(), SMLoc())); in parseJccInstruction()
1142 X86::CondCode ParseConditionCode(StringRef CCode);
49427 X86::CondCode CCode = (X86::CondCode)Cond.getConstantOperandVal(0); in combineOr() local49428 CCode = X86::GetOppositeBranchCondition(CCode); in combineOr()49429 SDValue NotCond = getSETCC(CCode, Cond.getOperand(1), SDLoc(Cond), DAG); in combineOr()