Home
last modified time | relevance | path

Searched refs:NewCC (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.cpp777 int NewCC; in EmitInstrWithCustomInserter() local
782 NewCC = isSelectRROp ? BPF::Y##_rr_32 : BPF::Y##_ri_32; \ in EmitInstrWithCustomInserter()
784 NewCC = isSelectRROp ? BPF::Y##_rr : BPF::Y##_ri; \ in EmitInstrWithCustomInserter()
822 BuildMI(BB, DL, TII.get(NewCC)).addReg(LHS).addReg(RHS).addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
827 BuildMI(BB, DL, TII.get(NewCC)) in EmitInstrWithCustomInserter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp375 LPCC::CondCode NewCC = getOppositeCondition(CC); in optimizeCompareInstr() local
376 if (NewCC == LPCC::ICC_T) in optimizeCompareInstr()
385 std::make_pair(&((*I).getOperand(IO - 1)), NewCC)); in optimizeCompareInstr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp416 ICmpInst::Predicate NewCC = IsAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() local
422 if (PredR != NewCC) in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
461 return Builder.CreateICmp(NewCC, NewAnd, NewMaskedValue); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
586 ICmpInst::Predicate NewCC = IsAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldLogOpOfMaskedICmps() local
602 return Builder.CreateICmp(NewCC, NewAnd, Zero); in foldLogOpOfMaskedICmps()
609 return Builder.CreateICmp(NewCC, NewAnd, NewOr); in foldLogOpOfMaskedICmps()
616 return Builder.CreateICmp(NewCC, NewAnd2, A); in foldLogOpOfMaskedICmps()
667 if (PredL != NewCC) in foldLogOpOfMaskedICmps()
669 if (PredR != NewCC) in foldLogOpOfMaskedICmps()
681 return Builder.CreateICmp(NewCC, NewAnd, NewOr2); in foldLogOpOfMaskedICmps()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3934 ISD::CondCode NewCC = (Cond == ISD::SETGE) ? ISD::SETGT : ISD::SETUGT; in SimplifySetCC() local
3936 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
3941 NewCC); in SimplifySetCC()
3954 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT; in SimplifySetCC() local
3956 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
3961 NewCC); in SimplifySetCC()
5660 SDValue NewCC = in prepareUREMEqFold() local
5664 return NewCC; in prepareUREMEqFold()
5670 Created.push_back(NewCC.getNode()); in prepareUREMEqFold()
5688 Replacement, NewCC); in prepareUREMEqFold()
[all …]
DDAGCombiner.cpp5109 ISD::CondCode NewCC = IsAnd ? ISD::getSetCCAndOperation(CC0, CC1, OpVT) in foldLogicOfSetCCs() local
5111 if (NewCC != ISD::SETCC_INVALID && in foldLogicOfSetCCs()
5113 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs()
5115 return DAG.getSetCC(DL, VT, LL, LR, NewCC); in foldLogicOfSetCCs()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kISelLowering.cpp1947 ISD::CondCode NewCC = ISD::GlobalISel::getSetCCInverse(CC, true); in LowerSETCC() local
1948 return DAG.getSetCC(DL, VT, Op0, DAG.getConstant(0, DL, MVT::i1), NewCC); in LowerSETCC()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp4265 X86::CondCode NewCC = X86::COND_INVALID; in optimizeCompareInstr() local
4271 NewCC = isUseDefConvertible(*J); in optimizeCompareInstr()
4272 if (NewCC != X86::COND_INVALID && J->getOperand(1).isReg() && in optimizeCompareInstr()
4402 ReplacementCC = NewCC; in optimizeCompareInstr()
4405 ReplacementCC = GetOppositeBranchCondition(NewCC); in optimizeCompareInstr()
DX86ISelLowering.cpp41450 ISD::CondCode NewCC = ISD::getSetCCInverse( in combineVSelectWithAllOnesOrZeros() local
41453 NewCC); in combineVSelectWithAllOnesOrZeros()
42072 ISD::CondCode NewCC = CC == ISD::SETGT ? ISD::SETGE : ISD::SETLE; in combineSelect() local
42073 Cond = DAG.getSetCC(SDLoc(Cond), CondVT, Cond0, Cond1, NewCC); in combineSelect()
42077 ISD::CondCode NewCC = ISD::SETUGE; in combineSelect() local
42078 Cond = DAG.getSetCC(SDLoc(Cond), CondVT, Cond0, Cond1, NewCC); in combineSelect()
42098 ISD::CondCode NewCC; in combineSelect() local
42100 case ISD::SETGT: NewCC = ISD::SETGE; break; in combineSelect()
42101 case ISD::SETLT: NewCC = ISD::SETLE; break; in combineSelect()
42102 case ISD::SETUGT: NewCC = ISD::SETUGE; break; in combineSelect()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3186 ARMCC::CondCodes NewCC = (IsSub ? getSwappedCondition(CC) : getCmpToAddCondition(CC)); in optimizeCompareInstr() local
3187 if (NewCC == ARMCC::AL) in optimizeCompareInstr()
3190 std::make_pair(&((*I).getOperand(IO - 1)), NewCC)); in optimizeCompareInstr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp3699 ISD::CondCode NewCC = in performSelectCombine() local
3702 SDValue NewCond = DAG.getSetCC(SL, Cond.getValueType(), LHS, RHS, NewCC); in performSelectCombine()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp17193 CallingConv NewCC = NewFT->getCallConv(), OldCC = OldFT->getCallConv(); in CheckOverridingFunctionAttributes() local
17196 if (NewCC == OldCC) in CheckOverridingFunctionAttributes()