/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 75 int StackSlot; member in __anonf7bb34900111::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() 1188 TII.loadRegFromStackSlot(MBB, MI, NewVReg, StackSlot, in insertReload() 1204 TII.storeRegToStackSlot(MBB, std::next(MI), NewVReg, isKill, StackSlot, in insertSpill() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 848 SDValue BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain, SDValue StackSlot,
|
D | X86ISelLowering.cpp | 2611 SDValue StackSlot = DAG.getFrameIndex(UnwindHelpFI, MVT::i64); in LowerFormalArguments() local 2614 Chain = DAG.getStore(Chain, dl, Neg2, StackSlot, in LowerFormalArguments() 11422 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy()); in LowerSINT_TO_FP() local 11424 StackSlot, in LowerSINT_TO_FP() 11427 return BuildFILD(Op, SrcVT, Chain, StackSlot, DAG); in LowerSINT_TO_FP() 11431 SDValue StackSlot, in BuildFILD() argument 11444 FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(StackSlot); in BuildFILD() 11453 MMO = cast<LoadSDNode>(StackSlot)->getMemOperand(); in BuildFILD() 11454 StackSlot = StackSlot.getOperand(1); in BuildFILD() 11456 SDValue Ops[] = { Chain, StackSlot, DAG.getValueType(SrcVT) }; in BuildFILD() [all …]
|
/external/v8/src/ |
D | lithium.h | 21 V(StackSlot, STACK_SLOT, 128) \
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2418 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64); in ExpandLegalINT_TO_FP() local 2421 SDValue WordOff = DAG.getConstant(sizeof(int), StackSlot.getValueType()); in ExpandLegalINT_TO_FP() 2423 SDValue Hi = StackSlot; in ExpandLegalINT_TO_FP() 2424 SDValue Lo = DAG.getNode(ISD::ADD, dl, StackSlot.getValueType(), in ExpandLegalINT_TO_FP() 2425 StackSlot, WordOff); in ExpandLegalINT_TO_FP() 2449 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot, in ExpandLegalINT_TO_FP()
|
D | SelectionDAGBuilder.cpp | 1836 SDValue StackSlot = DAG.getLoad(PtrTy, getCurSDLoc(), DAG.getEntryNode(), in visitSPDescriptorParent() local 1843 SDValue Sub = DAG.getNode(ISD::SUB, getCurSDLoc(), VT, Guard, StackSlot); in visitSPDescriptorParent() 1853 MVT::Other, StackSlot.getOperand(0), in visitSPDescriptorParent() 6446 SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getPointerTy()); in visitInlineAsm() local 6448 OpInfo.CallOperand, StackSlot, in visitInlineAsm() 6451 OpInfo.CallOperand = StackSlot; in visitInlineAsm()
|
/external/v8/src/compiler/ |
D | instruction.h | 42 V(StackSlot, STACK_SLOT, 128) \
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6345 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerFLT_ROUNDS_() local 6347 StackSlot, MachinePointerInfo(), false, false,0); in LowerFLT_ROUNDS_() 6351 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four); in LowerFLT_ROUNDS_()
|