Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoD.td247 /// Setcc
DRISCVInstrInfoF.td287 /// Setcc
DRISCVInstrInfo.td608 /// Setcc
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ScheduleBtVer2.td188 def : WriteRes<WriteSETCC, [JALU01]>; // Setcc.
DX86SchedSandyBridge.td142 def : WriteRes<WriteSETCC, [SBPort05]>; // Setcc.
DX86SchedSkylakeClient.td133 def : WriteRes<WriteSETCC, [SKLPort06]>; // Setcc.
DX86SchedBroadwell.td134 def : WriteRes<WriteSETCC, [BWPort06]>; // Setcc.
DX86SchedHaswell.td147 def : WriteRes<WriteSETCC, [HWPort06]>; // Setcc.
DX86SchedSkylakeServer.td133 def : WriteRes<WriteSETCC, [SKXPort06]>; // Setcc.
DX86ISelLowering.cpp38187 SDValue Setcc = DAG.getNode(ISD::SETCC, DL, OpVT, LHS, RHS, in combineSetCC() local
38189 return DAG.getNode(ISD::TRUNCATE, DL, VT, Setcc); in combineSetCC()
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h173 Setcc, enumerator
2996 return InstX86Base::isClassof(Instr, InstX86Base::Setcc); in classof()
3311 using Setcc = typename InstImpl<TraitsType>::InstX86Setcc; member
DIceTargetLoweringX86Base.h941 Context.insert<typename Traits::Insts::Setcc>(Dest, Condition); in _setcc()
DIceInstX86BaseImpl.h367 : InstX86Base(Func, InstX86Base::Setcc, 0, Dest), Condition(Cond) {} in InstX86Setcc()