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

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Dnodecmd.c65 typedef struct StackSlot { struct
67 struct StackSlot *nextPtr; /* Next link */
68 struct StackSlot *prevPtr; /* Previous link */
69 } StackSlot; typedef in typeref:struct:StackSlot
78 StackSlot *elementStack;
79 StackSlot *currentSlot;
122 StackSlot *newElement;
139 newElement = (StackSlot *)MALLOC(sizeof(StackSlot));
140 memset(newElement, 0, sizeof(StackSlot));
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DInlineSpiller.cpp70 int StackSlot; member in class:__anon10146::InlineSpiller
73 // All registers to spill to StackSlot, including the main register.
248 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
252 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
603 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
725 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot,
782 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) {
978 /// If MI is a load or store of StackSlot, it can be removed.
987 if (InstrReg != Reg || FI != StackSlot)
1047 : TII.foldMemoryOperand(MI, FoldOps, StackSlot);
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp7817 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy()); local
7819 StackSlot,
7822 return BuildFILD(Op, SrcVT, Chain, StackSlot, DAG);
7826 SDValue StackSlot,
7839 FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(StackSlot);
7848 MMO = cast<LoadSDNode>(StackSlot)->getMemOperand();
7849 StackSlot = StackSlot.getOperand(1);
7851 SDValue Ops[] = { Chain, StackSlot, DAG.getValueType(SrcVT) };
7867 SDValue StackSlot local
7825 BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain, SDValue StackSlot, SelectionDAG &DAG) const argument
8114 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy()); local
8185 SDValue FIST = Vals.first, StackSlot = Vals.second; local
8203 SDValue FIST = Vals.first, StackSlot = Vals.second; local
10586 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy()); local
11521 SDValue FIST = Vals.first, StackSlot = Vals.second; local
[all...]
H A DX86ISelLowering.h692 SDValue BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain, SDValue StackSlot,
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2106 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64);
2111 SDValue Hi = StackSlot;
2113 TLI.getPointerTy(), StackSlot, WordOff);
2137 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot,
H A DSelectionDAGBuilder.cpp6086 SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getPointerTy()); local
6088 OpInfo.CallOperand, StackSlot,
6091 OpInfo.CallOperand = StackSlot;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3993 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); local
3995 StackSlot, MachinePointerInfo(), false, false,0);
3999 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four);

Completed in 186 milliseconds