| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | InlineSpiller.cpp | 75 int StackSlot; member in __anone252c1010111::InlineSpiller 253 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet() 257 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) in isSnippet() 624 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) { in traceSiblingValue() 746 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot, in hoistSpill() 805 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) { in eliminateRedundantSpills() 1023 if (InstrReg != Reg || FI != StackSlot) in coalesceStackAccess() 1123 : TII.foldMemoryOperand(MI, FoldOps, StackSlot); in foldMemoryOperand() 1193 TII.loadRegFromStackSlot(MBB, MI, NewVReg, StackSlot, in insertReload() 1209 TII.storeRegToStackSlot(MBB, std::next(MI), NewVReg, isKill, StackSlot, in insertSpill() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 825 SDValue BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain, SDValue StackSlot,
|
| H A D | X86ISelLowering.cpp | 13741 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy()); in LowerSINT_TO_FP() local 13743 StackSlot, in LowerSINT_TO_FP() 13746 return BuildFILD(Op, SrcVT, Chain, StackSlot, DAG); in LowerSINT_TO_FP() 13750 SDValue StackSlot, in BuildFILD() argument 13763 FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(StackSlot); in BuildFILD() 13772 MMO = cast<LoadSDNode>(StackSlot)->getMemOperand(); in BuildFILD() 13773 StackSlot = StackSlot.getOperand(1); in BuildFILD() 13775 SDValue Ops[] = { Chain, StackSlot, DAG.getValueType(SrcVT) }; in BuildFILD() 13790 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy()); in BuildFILD() local 13793 Chain, Result, StackSlot, DAG.getValueType(Op.getValueType()), InFlag in BuildFILD() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2404 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64); in ExpandLegalINT_TO_FP() local 2407 SDValue WordOff = DAG.getConstant(sizeof(int), StackSlot.getValueType()); in ExpandLegalINT_TO_FP() 2409 SDValue Hi = StackSlot; in ExpandLegalINT_TO_FP() 2410 SDValue Lo = DAG.getNode(ISD::ADD, dl, StackSlot.getValueType(), in ExpandLegalINT_TO_FP() 2411 StackSlot, WordOff); in ExpandLegalINT_TO_FP() 2435 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot, in ExpandLegalINT_TO_FP()
|
| H A D | SelectionDAGBuilder.cpp | 1841 SDValue StackSlot = DAG.getLoad(PtrTy, getCurSDLoc(), DAG.getEntryNode(), in visitSPDescriptorParent() local 1848 SDValue Sub = DAG.getNode(ISD::SUB, getCurSDLoc(), VT, Guard, StackSlot); in visitSPDescriptorParent() 1858 MVT::Other, StackSlot.getOperand(0), in visitSPDescriptorParent() 6613 SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getPointerTy()); in visitInlineAsm() local 6615 OpInfo.CallOperand, StackSlot, in visitInlineAsm() 6618 OpInfo.CallOperand = StackSlot; in visitInlineAsm()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5832 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerFLT_ROUNDS_() local 5834 StackSlot, MachinePointerInfo(), false, false,0); in LowerFLT_ROUNDS_() 5838 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four); in LowerFLT_ROUNDS_()
|