Searched refs:isSeveralBitsExtractOpFromShr (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1611 static bool isSeveralBitsExtractOpFromShr(SDNode *N, unsigned &Opc, in isSeveralBitsExtractOpFromShr() function 1672 if (isSeveralBitsExtractOpFromShr(N, Opc, Opd0, Immr, Imms)) in isBitfieldExtractOpFromShr()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1542 static bool isSeveralBitsExtractOpFromShr(SDNode *N, unsigned &Opc, in isSeveralBitsExtractOpFromShr() function 1603 if (isSeveralBitsExtractOpFromShr(N, Opc, Opd0, Immr, Imms)) in isBitfieldExtractOpFromShr()
|