Home
last modified time | relevance | path

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

123

/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()
DMachineModuleInfo.h195 unsigned Slot; member
423 unsigned Slot, const DILocation *Loc) { in setVariableDbgInfo()
/external/skia/include/private/
DSkTHash.h199 struct Slot { struct
200 Slot() : hash(0) {} in Slot() function
201 Slot(T&& v, uint32_t h) : val(std::move(v)), hash(h) {} in Slot() function
202 Slot(Slot&& o) { *this = std::move(o); } in Slot() argument
216 SkAutoTArray<Slot> fSlots; 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
DMIRPrinter.cpp443 int Slot = MST.getLocalSlot(BB); in print() local
610 static void printIRSlotNumber(raw_ostream &OS, int Slot) { in printIRSlotNumber()
624 int Slot; in printIRBlockReference() 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/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/llvm/lib/Transforms/IPO/
DConstantMerge.cpp119 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local
150 GlobalVariable *Slot = CMap[Init]; in mergeConstants() 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/python/cpython2/Tools/framer/framer/
Dslots.py3 class Slot(object): class
/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/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()
/external/libchrome/base/threading/
Dthread_local_storage.cc197 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor) { in Slot() function in base::ThreadLocalStorage::Slot
/external/libese/apps/weaver/card/src/com/android/weaver/core/
DCoreSlots.java90 private static class Slot { class in CoreSlots
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1934 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks() local
1942 unsigned Slot, in getIRBlockFromSlot()
1950 const BasicBlock *MIParser::getIRBlock(unsigned Slot) { in getIRBlock()
1956 const BasicBlock *MIParser::getIRBlock(unsigned Slot, const Function &F) { in getIRBlock()
1966 int Slot = MST.getLocalSlot(V); in mapValueToSlot() local
1986 const Value *MIParser::getIRValue(unsigned Slot) { in getIRValue()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp195 unsigned Slot = getSlot(RegNo); in isLive() local
1346 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local
1368 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local
1386 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local
/external/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp147 MachineBasicBlock::instr_iterator Slot, in findDelayInstr()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h724 xmm(uint8_t Slot) const { in xmm()
730 xmm(uint8_t Slot) const { in xmm()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarState.java44 public static class Slot { class in JarState
53 public Slot(int register, Type type) { in Slot() method in JarState.Slot
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1018 int Slot = Machine->getMetadataSlot(N); in WriteAsOperandInternal() local
1040 int Slot; in WriteAsOperandInternal() local
1303 int Slot = Machine.getMetadataSlot(NMD->getOperand(i)); in printNamedMDNode() local
1592 int Slot = Machine.getLocalSlot(BB); in printBasicBlock() local

123