HomeSort by relevance Sort by last modified time
    Searched refs:StackSlot (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 71 int StackSlot;
74 // All registers to spill to StackSlot, including the main register.
250 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
254 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
605 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
727 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot,
784 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelLowering.h 645 SDValue BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain, SDValue StackSlot,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 200 milliseconds