Searched refs:KTEST (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | domain-reassignment.mir | 313 ; FIXME We can't replace TEST with KTEST due to flag differences 431 ; FIXME We can't replace TEST with KTEST due to flag differences 534 ; FIXME We can't replace TEST with KTEST due to flag differences 637 ; FIXME We can't replace TEST with KTEST due to flag differences
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 430 KTEST, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 293 def X86ktest : SDNode<"X86ISD::KTEST", SDTX86CmpPTest>;
|
| H A D | X86SchedSkylakeServer.td | 817 "KTEST(B|D|Q|W)rr")>;
|
| H A D | X86SchedIceLake.td | 835 "KTEST(B|D|Q|W)rr")>;
|
| H A D | X86ISelLowering.cpp | 24743 return DAG.getNode(X86ISD::KTEST, dl, MVT::i32, LHS, RHS); in EmitAVX512Test() 27188 TestOpc = X86ISD::KTEST; in LowerINTRINSIC_WO_CHAIN() 27195 TestOpc = X86ISD::KTEST; in LowerINTRINSIC_WO_CHAIN() 33600 NODE_NAME_CASE(KTEST) in getTargetNodeName()
|
| H A D | X86InstrAVX512.td | 3145 defm KTEST : avx512_mask_testop_w<0x99, "ktest", X86ktest, SchedWriteVecLogic.XMM, HasDQI>;
|