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

  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.cpp 22 unsigned SlotSize = RegInfo->getSlotSize();
29 RestoreBasePointerOffset -= SlotSize;
X86FrameLowering.h 36 unsigned SlotSize;
X86RegisterInfo.h 35 /// SlotSize - Stack slot size in bytes.
37 unsigned SlotSize;
137 unsigned getSlotSize() const { return SlotSize; }
X86WinAllocaExpander.cpp 63 unsigned SlotSize;
213 assert(SlotSize == 4 || SlotSize == 8);
214 unsigned RegA = (SlotSize == 8) ? X86::RAX : X86::EAX;
218 assert(Amount >= SlotSize);
223 Amount -= SlotSize;
230 if (Amount == SlotSize) {
278 SlotSize = TRI->getSlotSize();
X86CallFrameOptimization.cpp 109 unsigned SlotSize;
224 SlotSize = RegInfo.getSlotSize();
225 assert(isPowerOf2_32(SlotSize) && "Expect power of 2 stack slot size");
226 Log2SlotSize = Log2_32(SlotSize);
399 if (StackDisp & (SlotSize - 1))
434 for (; MMI != MME; ++MMI, Context.ExpectedDist += SlotSize)
535 MCCFIInstruction::createAdjustCfaOffset(nullptr, SlotSize));
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86MachineFunctionInfo.cpp 23 unsigned SlotSize = RegInfo->getSlotSize();
27 RestoreBasePointerOffset -= SlotSize;
X86FrameLowering.h 37 unsigned SlotSize;
X86RegisterInfo.h 35 /// SlotSize - Stack slot size in bytes.
37 unsigned SlotSize;
142 unsigned getSlotSize() const { return SlotSize; }
X86WinAllocaExpander.cpp 63 unsigned SlotSize;
214 assert(SlotSize == 4 || SlotSize == 8);
215 unsigned RegA = (SlotSize == 8) ? X86::RAX : X86::EAX;
219 assert(Amount >= SlotSize);
224 Amount -= SlotSize;
232 if (Amount == SlotSize) {
288 SlotSize = TRI->getSlotSize();
X86CallFrameOptimization.cpp 130 unsigned SlotSize;
242 SlotSize = RegInfo.getSlotSize();
243 assert(isPowerOf2_32(SlotSize) && "Expect power of 2 stack slot size");
244 Log2SlotSize = Log2_32(SlotSize);
439 if (StackDisp & (SlotSize - 1))
474 for (; MMI != MME; ++MMI, Context.ExpectedDist += SlotSize)
581 MCCFIInstruction::createAdjustCfaOffset(nullptr, SlotSize));
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86RegisterInfo.h 41 /// SlotSize - Stack slot size in bytes.
43 unsigned SlotSize;
124 unsigned getSlotSize() const { return SlotSize; }
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 112 milliseconds