Searched refs:getPMOVMSKB (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 32318 static SDValue getPMOVMSKB(const SDLoc &DL, SDValue V, SelectionDAG &DAG, in getPMOVMSKB() function 32325 Lo = getPMOVMSKB(DL, Lo, DAG, Subtarget); in getPMOVMSKB() 32326 Hi = getPMOVMSKB(DL, Hi, DAG, Subtarget); in getPMOVMSKB() 32371 V = getPMOVMSKB(DL, V, DAG, Subtarget); in LowerBITCAST() 45444 V = getPMOVMSKB(DL, V, DAG, Subtarget); in combineBitcastvxi1() 46287 Movmsk = getPMOVMSKB(DL, BitcastLogicOp, DAG, Subtarget); in combinePredicateReduction() 48700 Res = getPMOVMSKB(DL, Res, DAG, Subtarget); in combinePTESTCC() 48704 Res = getPMOVMSKB(DL, Res, DAG, Subtarget); in combinePTESTCC()
|