Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26147 std::pair<SDValue, SDValue> Val2x64 = in ReplaceATOMIC_LOAD_128Results() local
26156 Val2x64.first = in ReplaceATOMIC_LOAD_128Results()
26158 DAG.getConstant(-1ULL, dl, MVT::i64), Val2x64.first); in ReplaceATOMIC_LOAD_128Results()
26159 Val2x64.second = in ReplaceATOMIC_LOAD_128Results()
26161 DAG.getConstant(-1ULL, dl, MVT::i64), Val2x64.second); in ReplaceATOMIC_LOAD_128Results()
26164 SDValue Ops[] = {Val2x64.first, Val2x64.second, Ptr, Chain}; in ReplaceATOMIC_LOAD_128Results()