Searched refs:PTEST (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h307 // PTEST - Vector bitwise comparisons.
308 PTEST, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp11532 // LowerVectorAllZeroTest - Check whether an OR'd tree is PTEST-able.
11608 // Cast all vectors into TestVT for PTEST.
11612 // If more than one full vectors are evaluated, OR them first before PTEST.
11621 return DAG.getNode(X86ISD::PTEST, DL, MVT::i32,
13914 unsigned TestOpc = IsTestPacked ? X86ISD::TESTP : X86ISD::PTEST;
16588 case X86ISD::PTEST: return "X86ISD::PTEST";

Completed in 66 milliseconds