Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp518 bool tryVPTESTM(SDNode *Root, SDValue Setcc, SDValue Mask);
4174 bool X86DAGToDAGISel::tryVPTESTM(SDNode *Root, SDValue Setcc, in tryVPTESTM() argument
4177 assert(Setcc.getSimpleValueType().getVectorElementType() == MVT::i1 && in tryVPTESTM()
4181 ISD::CondCode CC = cast<CondCodeSDNode>(Setcc.getOperand(2))->get(); in tryVPTESTM()
4185 SDValue SetccOp0 = Setcc.getOperand(0); in tryVPTESTM()
4186 SDValue SetccOp1 = Setcc.getOperand(1); in tryVPTESTM()
4296 MVT ResVT = Setcc.getSimpleValueType(); in tryVPTESTM()
DX86ScheduleBtVer2.td227 def : WriteRes<WriteSETCC, [JALU01]>; // Setcc.
DX86SchedSandyBridge.td164 def : WriteRes<WriteSETCC, [SBPort05]>; // Setcc.
DX86ScheduleBdVer2.td494 def : WriteRes<WriteSETCC, [PdEX01]>; // Setcc.
DX86SchedBroadwell.td165 def : WriteRes<WriteSETCC, [BWPort06]>; // Setcc.
DX86SchedSkylakeClient.td162 def : WriteRes<WriteSETCC, [SKLPort06]>; // Setcc.
DX86SchedHaswell.td169 def : WriteRes<WriteSETCC, [HWPort06]>; // Setcc.
DX86SchedSkylakeServer.td163 def : WriteRes<WriteSETCC, [SKXPort06]>; // Setcc.
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoZfh.td307 /// Setcc
DRISCVInstrInfoD.td293 /// Setcc
DRISCVInstrInfoF.td349 /// Setcc
DRISCVInstrInfo.td899 /// Setcc
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoD.td286 /// Setcc
DRISCVInstrInfoF.td343 /// Setcc
DRISCVInstrInfo.td837 /// Setcc
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp507 bool tryVPTESTM(SDNode *Root, SDValue Setcc, SDValue Mask);
4317 bool X86DAGToDAGISel::tryVPTESTM(SDNode *Root, SDValue Setcc, in tryVPTESTM() argument
4320 assert(Setcc.getSimpleValueType().getVectorElementType() == MVT::i1 && in tryVPTESTM()
4324 ISD::CondCode CC = cast<CondCodeSDNode>(Setcc.getOperand(2))->get(); in tryVPTESTM()
4328 SDValue SetccOp0 = Setcc.getOperand(0); in tryVPTESTM()
4329 SDValue SetccOp1 = Setcc.getOperand(1); in tryVPTESTM()
4416 MVT ResVT = Setcc.getSimpleValueType(); in tryVPTESTM()
DX86ScheduleBtVer2.td227 def : WriteRes<WriteSETCC, [JALU01]>; // Setcc.
DX86SchedSandyBridge.td164 def : WriteRes<WriteSETCC, [SBPort05]>; // Setcc.
DX86ScheduleBdVer2.td494 def : WriteRes<WriteSETCC, [PdEX01]>; // Setcc.
DX86SchedBroadwell.td165 def : WriteRes<WriteSETCC, [BWPort06]>; // Setcc.
DX86SchedHaswell.td169 def : WriteRes<WriteSETCC, [HWPort06]>; // Setcc.
DX86SchedSkylakeClient.td162 def : WriteRes<WriteSETCC, [SKLPort06]>; // Setcc.
DX86SchedSkylakeServer.td163 def : WriteRes<WriteSETCC, [SKXPort06]>; // Setcc.
/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.h944 Context.insert<typename Traits::Insts::Setcc>(Dest, Condition); in _setcc()

12