Searched refs:StackSlot (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp101 // Map from StackSlot to the LiveInterval of the original register.
107 // Map from pair of (StackSlot and Original VNI) to a set of spills which
152 void addToMergeableSpills(MachineInstr &Spill, int StackSlot,
154 bool rmFromMergeableSpills(MachineInstr &Spill, int StackSlot);
175 int StackSlot; member in class:__anon3482::InlineSpiller
178 // All registers to spill to StackSlot, including the main register.
302 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
306 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
413 TII.storeRegToStackSlot(*MBB, MII, SrcReg, false, StackSlot,
419 HSpiller.addToMergeableSpills(*MII, StackSlot, Origina
1156 addToMergeableSpills(MachineInstr &Spill, int StackSlot, unsigned Original) argument
1175 rmFromMergeableSpills(MachineInstr &Spill, int StackSlot) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp380 for (const auto &StackSlot : llvm::reverse(PackStack.Stack)) {
381 Diag(StackSlot.PragmaPushLocation, diag::warn_pragma_pack_no_pop_eof);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2369 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64);
2388 SDValue Store1 = DAG.getStore(MemChain, dl, Lo, StackSlot,
2391 SDValue HiPtr = DAG.getMemBasePlusOffset(StackSlot, 4, dl);
2398 DAG.getLoad(MVT::f64, dl, MemChain, StackSlot, MachinePointerInfo());
H A DSelectionDAGBuilder.cpp7892 SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getFrameIndexTy(DL)); local
7893 Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot,
7896 OpInfo.CallOperand = StackSlot;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4045 SDValue StackSlot =
4048 CreateCopyOfByValArgument(Arg, StackSlot, Chain, Flags, DAG, dl);
4050 Arg = StackSlot;
19491 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT);
19492 Chain = DAG.getStore(Chain, dl, ValueToStore, StackSlot, MPI, Alignment);
19494 BuildFILD(VT, SrcVT, dl, Chain, StackSlot, MPI, Alignment, DAG);
19525 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT);
19527 SDValue FSTOps[] = {Chain, Result, StackSlot};
19535 DstVT, DL, Chain, StackSlot,
19967 SDValue StackSlot
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8856 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); local
8857 Chain = DAG.getStore(Chain, dl, MFFS, StackSlot, MachinePointerInfo());
8861 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four);

Completed in 375 milliseconds