| /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
| D | LiveStackAnalysis.h | 59 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/ |
| D | LiveStackAnalysis.h | 60 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/ |
| D | LiveStacks.h | 64 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/ |
| D | SkTHash.h | 218 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/ |
| D | SkTHash.h | 218 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/ |
| D | sieve.cc | 9 typedef struct Slot { struct 14 } Slot; argument
|
| /external/llvm/lib/CodeGen/ |
| D | StackColoring.cpp | 331 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
|
| D | LiveStackAnalysis.cpp | 58 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/ |
| D | StackColoring.cpp | 477 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
|
| D | LiveStacks.cpp | 58 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval() 81 int Slot = I->first; in print() local
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| D | LiveStackAnalysis.cpp | 55 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval() 76 int Slot = I->first; in print() local
|
| /external/llvm/lib/IR/ |
| D | AttributeImpl.h | 234 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/ |
| D | liftoff-assembler.h | 680 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/ |
| D | DemoteRegToStack.cpp | 40 AllocaInst *Slot; in DemoteRegToStack() local 118 AllocaInst *Slot; in DemotePHIToStack() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | DemoteRegToStack.cpp | 32 AllocaInst *Slot; in DemoteRegToStack() local 114 AllocaInst *Slot; in DemotePHIToStack() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
| D | DemoteRegToStack.cpp | 35 AllocaInst *Slot; in DemoteRegToStack() local 118 AllocaInst *Slot; in DemotePHIToStack() local
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
| D | ConstantMerge.cpp | 147 GlobalVariable *&Slot = CMap[Pair]; in runOnModule() local 180 GlobalVariable *Slot = CMap[Pair]; in runOnModule() local
|
| /external/llvm/lib/Transforms/IPO/ |
| D | ConstantMerge.cpp | 119 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local 150 GlobalVariable *Slot = CMap[Init]; in mergeConstants() local
|
| /external/python/cpython2/Tools/framer/framer/ |
| D | slots.py | 3 class Slot(object): class
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
| D | ConstantMerge.cpp | 146 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local 177 GlobalVariable *Slot = CMap[Init]; in mergeConstants() local
|
| D | WholeProgramDevirt.cpp | 825 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/ |
| D | CGExprAgg.cpp | 556 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/ |
| D | R600MachineScheduler.cpp | 357 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/ |
| D | R600MachineScheduler.cpp | 356 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/ |
| D | BitcodeReader.h | 233 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValueTypePair() 250 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValue()
|