Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td258 /// Setcc
H A DRISCVInstrInfoF.td298 /// Setcc
H A DRISCVInstrInfo.td724 /// Setcc
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ScheduleBtVer2.td220 def : WriteRes<WriteSETCC, [JALU01]>; // Setcc.
H A DX86ScheduleBdVer2.td458 def : WriteRes<WriteSETCC, [PdEX01]>; // Setcc.
H A DX86SchedSandyBridge.td164 def : WriteRes<WriteSETCC, [SBPort05]>; // Setcc.
H A DX86SchedBroadwell.td165 def : WriteRes<WriteSETCC, [BWPort06]>; // Setcc.
H A DX86SchedHaswell.td169 def : WriteRes<WriteSETCC, [HWPort06]>; // Setcc.
H A DX86SchedSkylakeClient.td162 def : WriteRes<WriteSETCC, [SKLPort06]>; // Setcc.
H A DX86SchedSkylakeServer.td163 def : WriteRes<WriteSETCC, [SKXPort06]>; // Setcc.
H A DX86ISelLowering.cpp39871 SDValue Setcc = DAG.getNode(ISD::SETCC, DL, OpVT, LHS, RHS, in combineSetCC() local
39873 return DAG.getNode(ISD::TRUNCATE, DL, VT, Setcc); in combineSetCC()