Searched refs:Setcc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoD.td | 258 /// Setcc
|
| H A D | RISCVInstrInfoF.td | 298 /// Setcc
|
| H A D | RISCVInstrInfo.td | 724 /// Setcc
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ScheduleBtVer2.td | 220 def : WriteRes<WriteSETCC, [JALU01]>; // Setcc.
|
| H A D | X86ScheduleBdVer2.td | 458 def : WriteRes<WriteSETCC, [PdEX01]>; // Setcc.
|
| H A D | X86SchedSandyBridge.td | 164 def : WriteRes<WriteSETCC, [SBPort05]>; // Setcc.
|
| H A D | X86SchedBroadwell.td | 165 def : WriteRes<WriteSETCC, [BWPort06]>; // Setcc.
|
| H A D | X86SchedHaswell.td | 169 def : WriteRes<WriteSETCC, [HWPort06]>; // Setcc.
|
| H A D | X86SchedSkylakeClient.td | 162 def : WriteRes<WriteSETCC, [SKLPort06]>; // Setcc.
|
| H A D | X86SchedSkylakeServer.td | 163 def : WriteRes<WriteSETCC, [SKXPort06]>; // Setcc.
|
| H A D | X86ISelLowering.cpp | 39871 SDValue Setcc = DAG.getNode(ISD::SETCC, DL, OpVT, LHS, RHS, in combineSetCC() local 39873 return DAG.getNode(ISD::TRUNCATE, DL, VT, Setcc); in combineSetCC()
|