Searched refs:Setcc (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoD.td | 247 /// Setcc
|
D | RISCVInstrInfoF.td | 287 /// Setcc
|
D | RISCVInstrInfo.td | 608 /// Setcc
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ScheduleBtVer2.td | 188 def : WriteRes<WriteSETCC, [JALU01]>; // Setcc.
|
D | X86SchedSandyBridge.td | 142 def : WriteRes<WriteSETCC, [SBPort05]>; // Setcc.
|
D | X86SchedSkylakeClient.td | 133 def : WriteRes<WriteSETCC, [SKLPort06]>; // Setcc.
|
D | X86SchedBroadwell.td | 134 def : WriteRes<WriteSETCC, [BWPort06]>; // Setcc.
|
D | X86SchedHaswell.td | 147 def : WriteRes<WriteSETCC, [HWPort06]>; // Setcc.
|
D | X86SchedSkylakeServer.td | 133 def : WriteRes<WriteSETCC, [SKXPort06]>; // Setcc.
|
D | X86ISelLowering.cpp | 38187 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/ |
D | IceInstX86Base.h | 173 Setcc, enumerator 2996 return InstX86Base::isClassof(Instr, InstX86Base::Setcc); in classof() 3311 using Setcc = typename InstImpl<TraitsType>::InstX86Setcc; member
|
D | IceTargetLoweringX86Base.h | 941 Context.insert<typename Traits::Insts::Setcc>(Dest, Condition); in _setcc()
|
D | IceInstX86BaseImpl.h | 367 : InstX86Base(Func, InstX86Base::Setcc, 0, Dest), Condition(Cond) {} in InstX86Setcc()
|