Searched refs:CMPP (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 299 X86_INTRINSIC_DATA(avx_cmp_pd_256, INTR_TYPE_3OP, X86ISD::CMPP, 0), 300 X86_INTRINSIC_DATA(avx_cmp_ps_256, INTR_TYPE_3OP, X86ISD::CMPP, 0), 1147 X86_INTRINSIC_DATA(sse_cmp_ps, INTR_TYPE_3OP, X86ISD::CMPP, 0), 1167 X86_INTRINSIC_DATA(sse2_cmp_pd, INTR_TYPE_3OP, X86ISD::CMPP, 0),
|
D | X86ISelLowering.h | 335 CMPP, enumerator
|
D | README-SSE.txt | 322 Add hooks to commute some CMPP operations.
|
D | X86InstrFragmentsSIMD.td | 152 def X86cmpp : SDNode<"X86ISD::CMPP", SDTX86VFCMP>;
|
D | X86ISelLowering.cpp | 18391 Opc = X86ISD::CMPP; in LowerVSETCC() 18431 if (Opc == X86ISD::CMPP) in LowerVSETCC() 26022 case X86ISD::CMPP: return "X86ISD::CMPP"; in getTargetNodeName() 29090 case X86ISD::CMPP: in ComputeNumSignBitsForTargetNode()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 325 CMPP, enumerator
|
D | README-SSE.txt | 322 Add hooks to commute some CMPP operations.
|
D | X86InstrFragmentsSIMD.td | 174 def X86cmpp : SDNode<"X86ISD::CMPP", SDTX86VFCMP>;
|
D | X86ISelLowering.cpp | 15267 Opc = X86ISD::CMPP; in LowerVSETCC() 15287 CombineOpc = Opc == X86ISD::CMPP ? static_cast<unsigned>(X86ISD::FOR) : in LowerVSETCC() 15293 CombineOpc = Opc == X86ISD::CMPP ? static_cast<unsigned>(X86ISD::FAND) : in LowerVSETCC() 15311 if (Opc == X86ISD::CMPP) in LowerVSETCC() 22197 case X86ISD::CMPP: return "X86ISD::CMPP"; in getTargetNodeName()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | README-SSE.txt | 352 Add hooks to commute some CMPP operations.
|