Searched refs:Swap (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2857 SDValue Swap = DAG.getAtomicCmpSwap(
2861 Results.push_back(Swap.getValue(0));
2862 Results.push_back(Swap.getValue(1));
2867 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl,
2872 Results.push_back(Swap.getValue(1));
H A DDAGCombiner.cpp17522 // Swap nodes.
20579 // Swap nodes.
21343 bool Swap = N3C && isNullConstant(N2) && N3C->getAPIntValue().isPowerOf2(); local
21345 if ((Fold || Swap) &&
21350 if (Swap) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1842 m_variable_list_value_objects.Swap(prev_frame.m_variable_list_value_objects);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6560 bool Swap = false; local
6565 Swap = true;
6586 if (Swap)
10159 bool Swap = false; local
10164 Swap = true;
10174 TmpInst.addOperand(Inst.getOperand(Swap ? 1 : 2));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6408 bool Swap = false; local
6472 case ISD::SETLT: Swap = true; LLVM_FALLTHROUGH;
6476 case ISD::SETLE: Swap = true; LLVM_FALLTHROUGH;
6479 case ISD::SETUGE: Swap = true; LLVM_FALLTHROUGH;
6481 case ISD::SETUGT: Swap = true; LLVM_FALLTHROUGH;
6519 case ISD::SETLT: Swap = true; LLVM_FALLTHROUGH;
6521 case ISD::SETLE: Swap = true; LLVM_FALLTHROUGH;
6523 case ISD::SETULT: Swap = true; LLVM_FALLTHROUGH;
6525 case ISD::SETULE: Swap = true; LLVM_FALLTHROUGH;
6552 if (Swap)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2173 // Swap sub-tree that must come first to the right side.
2186 // Swap the sub-tree that we can negate naturally to the left.
5787 bool Swap = false; local
5809 Swap = true;
5817 Swap = true;
5821 // Swap TVal and FVal if necessary.
5822 if (Swap) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15702 // Didn't find a match. Swap the operands and try again.
22033 bool Swap = false;
22049 case ISD::SETGT: Swap = true; LLVM_FALLTHROUGH;
22053 case ISD::SETGE: Swap = true; LLVM_FALLTHROUGH;
22059 case ISD::SETULE: Swap = true; LLVM_FALLTHROUGH;
22061 case ISD::SETULT: Swap = true; LLVM_FALLTHROUGH;
22067 if (Swap)
22533 bool Swap = Cond == ISD::SETLT || Cond == ISD::SETULT ||
22538 if (Swap)
24692 // Swap Src
[all...]

Completed in 534 milliseconds

12