Home
last modified time | relevance | path

Searched defs:SlotInfo (Results 1 – 4 of 4) sorted by relevance

/external/cros/system_api/dbus/chaps/
Dck_structs.proto43 message SlotInfo { message
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp753 void DevirtModule::applySingleImplDevirt(VTableSlotInfo &SlotInfo, in applySingleImplDevirt()
776 VTableSlotInfo &SlotInfo, WholeProgramDevirtResolution *Res) { in trySingleImplDevirt()
824 MutableArrayRef<VirtualCallTarget> TargetsForSlot, VTableSlotInfo &SlotInfo, in tryICallBranchFunnel()
877 void DevirtModule::applyICallBranchFunnel(VTableSlotInfo &SlotInfo, in applyICallBranchFunnel()
1180 MutableArrayRef<VirtualCallTarget> TargetsForSlot, VTableSlotInfo &SlotInfo, in tryVirtualConstProp()
1460 void DevirtModule::importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) { in importResolution()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1873 struct SlotInfo { in optimizeSpillSlots() struct
1874 BlockRangeMap Map; in optimizeSpillSlots()
1875 unsigned Size; in optimizeSpillSlots()
1876 const TargetRegisterClass *RC; in optimizeSpillSlots()
1878 SlotInfo() : Map(), Size(0), RC(nullptr) {} in optimizeSpillSlots() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1992 struct SlotInfo { in optimizeSpillSlots() struct
1993 BlockRangeMap Map; in optimizeSpillSlots()
1994 unsigned Size = 0; in optimizeSpillSlots()
1995 const TargetRegisterClass *RC = nullptr; in optimizeSpillSlots()