Home
last modified time | relevance | path

Searched refs:Setcc (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td147 /// Setcc
H A DLoongArchFloat64InstrInfo.td153 /// Setcc
H A DLoongArchInstrInfo.td689 /// Setcc
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp560 bool tryVPTESTM(SDNode *Root, SDValue Setcc, SDValue Mask);
4524 bool X86DAGToDAGISel::tryVPTESTM(SDNode *Root, SDValue Setcc, in tryVPTESTM() argument
4527 assert(Setcc.getSimpleValueType().getVectorElementType() == MVT::i1 && in tryVPTESTM()
4531 ISD::CondCode CC = cast<CondCodeSDNode>(Setcc.getOperand(2))->get(); in tryVPTESTM()
4535 SDValue SetccOp0 = Setcc.getOperand(0); in tryVPTESTM()
4536 SDValue SetccOp1 = Setcc.getOperand(1); in tryVPTESTM()
4623 MVT ResVT = Setcc.getSimpleValueType(); in tryVPTESTM()
H A DX86ScheduleBtVer2.td230 def : WriteRes<WriteSETCC, [JALU01]>; // Setcc.
H A DX86ScheduleBdVer2.td500 def : WriteRes<WriteSETCC, [PdEX01]>; // Setcc.
H A DX86SchedSandyBridge.td179 def : WriteRes<WriteSETCC, [SBPort05]>; // Setcc.
H A DX86SchedSkylakeClient.td167 def : WriteRes<WriteSETCC, [SKLPort06]>; // Setcc.
H A DX86SchedBroadwell.td184 def : WriteRes<WriteSETCC, [BWPort06]>; // Setcc.
H A DX86SchedHaswell.td186 def : WriteRes<WriteSETCC, [HWPort06]>; // Setcc.
H A DX86SchedSkylakeServer.td168 def : WriteRes<WriteSETCC, [SKXPort06]>; // Setcc.
H A DX86SchedIceLake.td176 def : WriteRes<WriteSETCC, [ICXPort06]>; // Setcc.
H A DX86ISelLowering.cpp43242 SDValue Setcc = DAG.getSetCC(DL, SetccVT, Movmsk, CmpC, CondCode); in combinePredicateReduction() local
43243 SDValue Zext = DAG.getZExtOrTrunc(Setcc, DL, ExtractVT); in combinePredicateReduction()
51677 SDValue Setcc = DAG.getNode(X86ISD::SETCC_CARRY, DL, VT, N0->getOperand(0), in combineSext() local
51680 DCI.CombineTo(N, Setcc); in combineSext()
51684 N0.getValueType(), Setcc); in combineSext()
51834 SDValue Setcc = DAG.getNode(X86ISD::SETCC_CARRY, dl, VT, N0->getOperand(0), in combineZext() local
51837 DCI.CombineTo(N, Setcc); in combineZext()
51841 N0.getValueType(), Setcc); in combineZext()
52195 SDValue Setcc = DAG.getSetCC(DL, OpVT, LHS, RHS, CC); in combineSetCC() local
52196 return DAG.getNode(ISD::TRUNCATE, DL, VT, Setcc); in combineSetCC()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfh.td309 /// Setcc
H A DRISCVInstrInfoD.td307 /// Setcc
H A DRISCVInstrInfoF.td537 /// Setcc
H A DRISCVInstrInfo.td1253 /// Setcc
H A DRISCVISelLowering.cpp1874 SDValue Setcc = DAG.getSetCC(DL, SetccVT, Abs, MaxValNode, ISD::SETOLT); in lowerFTRUNC_FCEIL_FFLOOR() local
1875 return DAG.getSelect(DL, VT, Setcc, Truncated, Src); in lowerFTRUNC_FCEIL_FFLOOR()
1926 SDValue Setcc = DAG.getSetCC(DL, SetccVT, Abs, MaxValNode, ISD::SETOLT); in lowerFROUND() local
1927 return DAG.getSelect(DL, VT, Setcc, Truncated, Src); in lowerFROUND()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6058 SDValue Setcc = DAG.getSetCC(DL, CCVT, NewAnd, Zero, ISD::SETEQ); in combineShiftAnd1ToBitTest() local
6059 return DAG.getZExtOrTrunc(Setcc, DL, VT); in combineShiftAnd1ToBitTest()