Home
last modified time | relevance | path

Searched defs:Slot (Results 1 – 25 of 102) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveStackAnalysis.h59 LiveInterval &getInterval(int Slot) { in getInterval()
66 const LiveInterval &getInterval(int Slot) const { in getInterval()
73 bool hasInterval(int Slot) const { in hasInterval()
77 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
/external/llvm/include/llvm/CodeGen/
DLiveStackAnalysis.h60 LiveInterval &getInterval(int Slot) { in getInterval()
67 const LiveInterval &getInterval(int Slot) const { in getInterval()
74 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval()
76 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveStacks.h64 LiveInterval &getInterval(int Slot) { in getInterval()
71 const LiveInterval &getInterval(int Slot) const { in getInterval()
78 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval()
80 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
/external/skqp/include/private/
DSkTHash.h218 struct Slot { struct
219 Slot() : hash(0) {} in Slot() function
220 Slot(T&& v, uint32_t h) : val(std::move(v)), hash(h) {} in Slot() argument
221 Slot(Slot&& o) { *this = std::move(o); } in Slot() argument
235 SkAutoTArray<Slot> fSlots; argument
/external/skia/include/private/
DSkTHash.h218 struct Slot { struct
219 Slot() : hash(0) {} in Slot() function
220 Slot(T&& v, uint32_t h) : val(std::move(v)), hash(h) {} in Slot() argument
221 Slot(Slot&& o) { *this = std::move(o); } in Slot() function
235 SkAutoTArray<Slot> fSlots; argument
/external/brotli/research/
Dsieve.cc9 typedef struct Slot { struct
14 } Slot; argument
/external/llvm/lib/CodeGen/
DStackColoring.cpp331 bool applyFirstUse(int Slot) { in applyFirstUse()
432 int Slot = MO.getIndex(); in getStartOrEndSlot() local
450 int Slot = getStartOrEndSlot(MI); in isLifetimeStartOrEnd() local
470 int Slot = MO.getIndex(); in isLifetimeStartOrEnd() local
521 int Slot = getStartOrEndSlot(MI); in collectMarkers() local
548 int Slot = MO.getIndex(); in collectMarkers() local
595 int Slot = slots[0]; in collectMarkers() local
601 for (auto Slot : slots) { in collectMarkers() local
697 for (auto Slot : slots) { in calculateLiveIntervals() local
941 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
DLiveStackAnalysis.cpp58 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval()
81 int Slot = I->first; in print() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp477 bool applyFirstUse(int Slot) { in applyFirstUse()
573 int Slot = MO.getIndex(); in getStartOrEndSlot() local
588 int Slot = getStartOrEndSlot(MI); in isLifetimeStartOrEnd() local
608 int Slot = MO.getIndex(); in isLifetimeStartOrEnd() local
657 int Slot = getStartOrEndSlot(MI); in collectMarkers() local
684 int Slot = MO.getIndex(); in collectMarkers() local
729 int Slot = slots[0]; in collectMarkers() local
735 for (auto Slot : slots) { in collectMarkers() local
840 for (auto Slot : slots) { in calculateLiveIntervals() local
1101 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
DLiveStacks.cpp58 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval()
81 int Slot = I->first; in print() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveStackAnalysis.cpp55 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval()
76 int Slot = I->first; in print() local
/external/llvm/lib/IR/
DAttributeImpl.h234 const IndexAttrPair *getNode(unsigned Slot) const { in getNode()
290 unsigned getSlotIndex(unsigned Slot) const { in getSlotIndex()
297 AttributeSet getSlotAttributes(unsigned Slot) const { in getSlotAttributes()
303 AttributeSetNode *getSlotNode(unsigned Slot) const { in getSlotNode()
314 iterator begin(unsigned Slot) const { return getSlotNode(Slot)->begin(); } in begin()
315 iterator end(unsigned Slot) const { return getSlotNode(Slot)->end(); } in end()
/external/v8/src/wasm/baseline/
Dliftoff-assembler.h680 struct Slot { struct
683 Slot(const LiftoffAssembler::VarState& src, uint32_t src_index, in Slot() function
686 explicit Slot(const LiftoffAssembler::VarState& src) in Slot() function
694 std::vector<Slot> slots_; argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DDemoteRegToStack.cpp40 AllocaInst *Slot; in DemoteRegToStack() local
118 AllocaInst *Slot; in DemotePHIToStack() local
/external/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp32 AllocaInst *Slot; in DemoteRegToStack() local
114 AllocaInst *Slot; in DemotePHIToStack() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp35 AllocaInst *Slot; in DemoteRegToStack() local
118 AllocaInst *Slot; in DemotePHIToStack() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DConstantMerge.cpp147 GlobalVariable *&Slot = CMap[Pair]; in runOnModule() local
180 GlobalVariable *Slot = CMap[Pair]; in runOnModule() local
/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp119 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local
150 GlobalVariable *Slot = CMap[Init]; in mergeConstants() local
/external/python/cpython2/Tools/framer/framer/
Dslots.py3 class Slot(object): class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp146 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local
177 GlobalVariable *Slot = CMap[Init]; in mergeConstants() local
DWholeProgramDevirt.cpp825 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryICallBranchFunnel()
1011 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName()
1029 void DevirtModule::exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportGlobal()
1036 void DevirtModule::exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportConstant()
1049 Constant *DevirtModule::importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in importGlobal()
1058 Constant *DevirtModule::importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in importConstant()
1111 VTableSlot Slot, ArrayRef<uint64_t> Args) { in tryUniqueRetValOpt()
1181 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryVirtualConstProp()
1460 void DevirtModule::importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) { in importResolution()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp556 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCompoundLiteralExpr() local
998 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXConstructExpr() local
1004 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXInheritedCtorInitExpr() local
1012 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitLambdaExpr() local
1024 AggValueSlot Slot = EnsureSlot(T); in VisitCXXScalarValueInitExpr() local
1030 AggValueSlot Slot = EnsureSlot(T); in VisitImplicitValueInitExpr() local
1392 static void CheckAggExprForMemSetUse(AggValueSlot &Slot, const Expr *E, in CheckAggExprForMemSetUse()
1437 void CodeGenFunction::EmitAggExpr(const Expr *E, AggValueSlot Slot) { in EmitAggExpr()
/external/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp357 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
389 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp356 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
388 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h233 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValueTypePair()
250 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValue()

12345