Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12828 static std::pair<SDValue, SDValue> splitInt128(SDValue N, SelectionDAG &DAG) { in splitInt128() function
12908 auto Desired = splitInt128(N->getOperand(2), DAG); in ReplaceCMP_SWAP_128Results()
12909 auto New = splitInt128(N->getOperand(3), DAG); in ReplaceCMP_SWAP_128Results()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21937 static std::pair<SDValue, SDValue> splitInt128(SDValue N, SelectionDAG &DAG) { in splitInt128() function
22071 auto Desired = splitInt128(N->getOperand(2), DAG); in ReplaceCMP_SWAP_128Results()
22072 auto New = splitInt128(N->getOperand(3), DAG); in ReplaceCMP_SWAP_128Results()