Searched refs:TestVT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 4809 static unsigned getVPTESTMOpc(MVT TestVT, bool IsTestN, bool FoldedLoad, in getVPTESTMOpc() argument 4837 switch (TestVT.SimpleTy) { in getVPTESTMOpc() 4843 switch (TestVT.SimpleTy) { in getVPTESTMOpc() 4848 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
|
H A D | X86ISelLowering.cpp | 22407 MVT TestVT = MVT::getVectorVT(MVT::i32, VT.getSizeInBits() / 32); in LowerVectorAllEqual() local 22408 MVT BoolVT = TestVT.changeVectorElementType(MVT::i1); in LowerVectorAllEqual() 22409 LHS = DAG.getBitcast(TestVT, MaskBits(LHS)); in LowerVectorAllEqual() 22410 RHS = DAG.getBitcast(TestVT, MaskBits(RHS)); in LowerVectorAllEqual() 22416 MVT TestVT = MVT::getVectorVT(MVT::i64, VT.getSizeInBits() / 64); in LowerVectorAllEqual() local 22417 LHS = DAG.getBitcast(TestVT, MaskBits(LHS)); in LowerVectorAllEqual() 22418 RHS = DAG.getBitcast(TestVT, MaskBits(RHS)); in LowerVectorAllEqual() 22419 SDValue V = DAG.getNode(ISD::XOR, DL, TestVT, LHS, RHS); in LowerVectorAllEqual() 47079 MVT TestVT = VecVT.is128BitVector() ? MVT::v2i64 : MVT::v4i64; in combineSetCCMOVMSK() local 47086 V = DAG.getBitcast(TestVT, V); in combineSetCCMOVMSK() [all …]
|