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

  /external/v8/src/compiler/
machine-operator.cc 477 #define STACKSLOT(Type) \
478 struct StackSlot##Type##Operator final \
480 StackSlot##Type##Operator() \
483 "StackSlot", 0, 0, 0, 1, 0, 0, \
486 StackSlot##Type##Operator kStackSlot##Type;
487 MACHINE_TYPE_LIST(STACKSLOT)
488 #undef STACKSLOT
    [all...]
raw-machine-assembler.h 83 Node* StackSlot(MachineRepresentation rep) {
84 return AddNode(machine()->StackSlot(rep));
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 75 int StackSlot;
78 // All registers to spill to StackSlot, including the main register.
253 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
257 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
624 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) {
746 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot,
805 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 146 milliseconds