Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4504 static unsigned getVPTESTMOpc(MVT TestVT, bool IsTestN, bool FoldedLoad, in getVPTESTMOpc() argument
4532 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
4538 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
4543 switch (TestVT.SimpleTy) { in getVPTESTMOpc()
H A DX86ISelLowering.cpp23954 MVT TestVT = VT.is128BitVector() ? MVT::v2i64 : MVT::v4i64; in LowerVectorAllZero() local
23955 V = DAG.getBitcast(TestVT, MaskBits(V)); in LowerVectorAllZero()
46843 MVT TestVT = VecVT.is128BitVector() ? MVT::v2i64 : MVT::v4i64; in combineSetCCMOVMSK() local
46850 V = DAG.getBitcast(TestVT, V); in combineSetCCMOVMSK()
46863 LHS = DAG.getBitcast(TestVT, LHS); in combineSetCCMOVMSK()
46864 RHS = DAG.getBitcast(TestVT, RHS); in combineSetCCMOVMSK()
46865 SDValue V = DAG.getNode(ISD::OR, SDLoc(EFLAGS), TestVT, LHS, RHS); in combineSetCCMOVMSK()