Home
last modified time | relevance | path

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

12

/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.h194 unsigned Slot; member
422 unsigned Slot, const DILocation *Loc) { in setVariableDbgInfo()
/external/skia/include/private/
DSkTHash.h177 struct Slot { struct
178 Slot() : hash(0) {} in Slot() argument
189 SkAutoTArray<Slot> fSlots; argument
/external/llvm/lib/IR/
DAttributeImpl.h209 const IndexAttrPair *getNode(unsigned Slot) const { in getNode()
244 unsigned getSlotIndex(unsigned Slot) const { in getSlotIndex()
251 AttributeSet getSlotAttributes(unsigned Slot) const { in getSlotAttributes()
257 AttributeSetNode *getSlotNode(unsigned Slot) const { in getSlotNode()
262 iterator begin(unsigned Slot) const { return getSlotNode(Slot)->begin(); } in begin()
263 iterator end(unsigned Slot) const { return getSlotNode(Slot)->end(); } in end()
DAsmWriter.cpp1926 int Slot; in WriteAsOperandInternal() local
1974 int Slot = Machine->getMetadataSlot(N); in WriteAsOperandInternal() local
2314 int Slot = Machine.getMetadataSlot(NMD->getOperand(i)); in printNamedMDNode() local
2677 int Slot = Machine.getLocalSlot(BB); in printBasicBlock() local
3142 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
DAttributes.cpp1207 unsigned Slot = ~0U; in removeAttributes() local
1342 unsigned Slot = ~0U; in hasAttributes() local
DConstants.cpp571 ConstantInt *&Slot = pImpl->IntConstants[V]; in get() local
716 ConstantFP *&Slot = pImpl->FPConstants[V]; in get() local
2423 auto &Slot = in getImpl() local
2452 StringMap<ConstantDataSequential*>::iterator Slot = in destroyConstantImpl() local
/external/llvm/lib/CodeGen/
DLiveStackAnalysis.cpp60 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval()
83 int Slot = I->first; in print() local
DStackColoring.cpp254 unsigned Slot = MO.getIndex(); in collectMarkers() local
393 int Slot = Mo.getIndex(); in calculateLiveIntervals() local
599 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
DMIRPrinter.cpp430 int Slot = MST.getLocalSlot(BB); in print() local
589 static void printIRSlotNumber(raw_ostream &OS, int Slot) { in printIRSlotNumber()
603 int Slot; in printIRBlockReference() 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.cpp148 GlobalVariable *&Slot = CMap[Init]; in runOnModule() local
179 GlobalVariable *Slot = CMap[Init]; in runOnModule() local
/external/clang/lib/CodeGen/
DCGExprAgg.cpp555 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCompoundLiteralExpr() local
999 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXConstructExpr() local
1005 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitLambdaExpr() local
1017 AggValueSlot Slot = EnsureSlot(T); in VisitCXXScalarValueInitExpr() local
1023 AggValueSlot Slot = EnsureSlot(T); in VisitImplicitValueInitExpr() local
1355 static void CheckAggExprForMemSetUse(AggValueSlot &Slot, const Expr *E, in CheckAggExprForMemSetUse()
1400 void CodeGenFunction::EmitAggExpr(const Expr *E, AggValueSlot Slot) { in EmitAggExpr()
DCGAtomic.cpp1305 AggValueSlot Slot) { in EmitAtomicLoad()
1813 AggValueSlot Slot) { in EmitAtomicCompareExchange()
DCGVTables.cpp318 ReturnValueSlot Slot; in EmitCallAndReturnForThunk() local
DCGExprCXX.cpp814 AggValueSlot Slot in StoreAnyExprIntoOneUnit() local
1930 void CodeGenFunction::EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Slot) { in EmitLambdaExpr()
/external/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp359 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
391 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
DR600InstrInfo.cpp1228 static unsigned getSlotedOps(unsigned Op, unsigned Slot) { in getSlotedOps()
1255 MachineBasicBlock &MBB, MachineInstr *MI, unsigned Slot, unsigned DstReg) in buildSlotOfVectorInstruction()
/external/libchrome/base/threading/
Dthread_local_storage.cc197 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor) { in Slot() function in base::ThreadLocalStorage::Slot
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1830 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks() local
1838 unsigned Slot, in getIRBlockFromSlot()
1846 const BasicBlock *MIParser::getIRBlock(unsigned Slot) { in getIRBlock()
1852 const BasicBlock *MIParser::getIRBlock(unsigned Slot, const Function &F) { in getIRBlock()
1862 int Slot = MST.getLocalSlot(V); in mapValueToSlot() local
1882 const Value *MIParser::getIRValue(unsigned Slot) { in getIRValue()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp178 unsigned Slot = getSlot(RegNo); in isLive() local
1312 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local
/external/clang/include/clang/Sema/
DSema.h363 struct Slot { struct
364 llvm::StringRef StackSlotLabel;
365 ValueType Value;
366 SourceLocation PragmaLocation;
367 Slot(llvm::StringRef StackSlotLabel, in Slot() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp134 unsigned Slot = 0; in ExpandRes_BITCAST() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp312 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair()
336 bool popValue(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in popValue()
346 bool getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
354 Value *getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
365 Value *getValueSigned(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValueSigned()
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp651 RegDefsUses &RegDU, InspectMemInstr& IM, Iter Slot, in searchRange()

12