Home
last modified time | relevance | path

Searched refs:TestVT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4474 static unsigned getVPTESTMOpc(MVT TestVT, bool IsTestN, bool FoldedLoad, in getVPTESTMOpc() argument
4502 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
4508 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
4513 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
H A DX86ISelLowering.cpp23501 MVT TestVT = VT.is128BitVector() ? MVT::v2i64 : MVT::v4i64; in LowerVectorAllZero() local
23502 V = DAG.getBitcast(TestVT, MaskBits(V)); in LowerVectorAllZero()
45629 MVT TestVT = VecVT.is128BitVector() ? MVT::v2i64 : MVT::v4i64; in combineSetCCMOVMSK() local
45636 V = DAG.getBitcast(TestVT, V); in combineSetCCMOVMSK()
45649 LHS = DAG.getBitcast(TestVT, LHS); in combineSetCCMOVMSK()
45650 RHS = DAG.getBitcast(TestVT, RHS); in combineSetCCMOVMSK()
45651 SDValue V = DAG.getNode(ISD::OR, SDLoc(EFLAGS), TestVT, LHS, RHS); in combineSetCCMOVMSK()