Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp175 int StackSlot; member in __anondbd7c2a20111::InlineSpiller
758 if (InstrReg != Reg || FI != StackSlot) in coalesceStackAccess()
762 HSpiller.rmFromMergeableSpills(*MI, StackSlot); in coalesceStackAccess()
973 TII.loadRegFromStackSlot(MBB, MI, NewVReg, StackSlot, in insertReload()
1138 if (StackSlot == VirtRegMap::NO_STACK_SLOT) { in spillAll()
1139 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll()
1143 StackInt = &LSS.getInterval(StackSlot); in spillAll()
1146 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
1189 StackSlot = VRM.getStackSlot(Original); in spill()
1223 StackSlotToOrigLI[StackSlot] = std::move(LI); in addToMergeableSpills()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp73 SDValue StackSlot = in PreprocessISelDAG() local
77 Lo = CurDAG->getStore(Chain, DL, Lo, StackSlot, MPI, Align(8)); in PreprocessISelDAG()
80 CurDAG->getMemBasePlusOffset(StackSlot, TypeSize::Fixed(4), DL); in PreprocessISelDAG()
89 SDValue Ops[] = {Chain, IntID, StackSlot, in PreprocessISelDAG()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp434 for (const auto &StackSlot : llvm::reverse(AlignPackStack.Stack)) { in DiagnoseUnterminatedPragmaAlignPack() local
435 Diag(StackSlot.PragmaPushLocation, diag::warn_pragma_pack_no_pop_eof); in DiagnoseUnterminatedPragmaAlignPack()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2302 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64); in ExpandLegalINT_TO_FP() local
2321 SDValue Store1 = DAG.getStore(MemChain, dl, Lo, StackSlot, in ExpandLegalINT_TO_FP()
2324 SDValue HiPtr = DAG.getMemBasePlusOffset(StackSlot, TypeSize::Fixed(4), dl); in ExpandLegalINT_TO_FP()
2331 DAG.getLoad(MVT::f64, dl, MemChain, StackSlot, MachinePointerInfo()); in ExpandLegalINT_TO_FP()
H A DSelectionDAGBuilder.cpp8247 SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getFrameIndexTy(DL)); in getAddressForMemoryInput() local
8248 Chain = DAG.getTruncStore(Chain, Location, OpInfo.CallOperand, StackSlot, in getAddressForMemoryInput()
8251 OpInfo.CallOperand = StackSlot; in getAddressForMemoryInput()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4116 SDValue StackSlot = in LowerCall() local
4121 Arg = StackSlot; in LowerCall()
20142 DstVT, DL, Chain, StackSlot, in BuildFILD()
20594 SDValue Ops[] = { Store, StackSlot }; in LowerUINT_TO_FP()
27144 SDValue StackSlot = in LowerFLT_ROUNDS_() local
27150 SDValue Ops[] = {Chain, StackSlot}; in LowerFLT_ROUNDS_()
27187 SDValue StackSlot = in LowerSET_ROUNDING() local
27194 SDValue Ops[] = {Chain, StackSlot}; in LowerSET_ROUNDING()
27250 SDValue OpsLD[] = {Chain, StackSlot}; in LowerSET_ROUNDING()
27263 StackSlot); in LowerSET_ROUNDING()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8729 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerFLT_ROUNDS_() local
8730 Chain = DAG.getStore(Chain, dl, MFFS, StackSlot, MachinePointerInfo()); in LowerFLT_ROUNDS_()
8736 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four); in LowerFLT_ROUNDS_()