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 70 int StackSlot;
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) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelLowering.h 688 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 112 milliseconds