Home
last modified time | relevance | path

Searched defs:Slot (Results 1 – 25 of 37) 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 { in hasInterval()
78 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
DMachineModuleInfo.h189 unsigned Slot; member
442 unsigned Slot, const MDLocation *Loc) { in setVariableDbgInfo()
/external/skia/src/core/
DSkTHash.h174 struct Slot { struct
175 Slot() : hash(0) {} in Slot() argument
186 SkAutoTArray<Slot> fSlots; argument
/external/llvm/lib/IR/
DAttributeImpl.h197 const IndexAttrPair *getNode(unsigned Slot) const { in getNode()
232 unsigned getSlotIndex(unsigned Slot) const { in getSlotIndex()
239 AttributeSet getSlotAttributes(unsigned Slot) const { in getSlotAttributes()
245 AttributeSetNode *getSlotNode(unsigned Slot) const { in getSlotNode()
250 iterator begin(unsigned Slot) const { return getSlotNode(Slot)->begin(); } in begin()
251 iterator end(unsigned Slot) const { return getSlotNode(Slot)->end(); } in end()
DAsmWriter.cpp1863 int Slot; in WriteAsOperandInternal() local
1908 int Slot = Machine->getMetadataSlot(N); in WriteAsOperandInternal() local
2224 int Slot = Machine.getMetadataSlot(NMD->getOperand(i)); in printNamedMDNode() local
2583 int Slot = Machine.getLocalSlot(BB); in printBasicBlock() local
2980 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
DAttributes.cpp1111 unsigned Slot = ~0U; in removeAttributes() local
1222 unsigned Slot = ~0U; in hasAttributes() local
DConstants.cpp561 ConstantInt *&Slot = pImpl->IntConstants[V]; in get() local
690 ConstantFP *&Slot = pImpl->FPConstants[V]; in get() local
2457 auto &Slot = in getImpl() local
2486 StringMap<ConstantDataSequential*>::iterator Slot = in destroyConstant() 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.cpp255 unsigned Slot = MO.getIndex(); in collectMarkers() local
394 int Slot = Mo.getIndex(); in calculateLiveIntervals() local
600 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
/external/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp32 AllocaInst *Slot; in DemoteRegToStack() local
115 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.cpp549 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCompoundLiteralExpr() local
987 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXConstructExpr() local
993 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitLambdaExpr() local
1005 AggValueSlot Slot = EnsureSlot(T); in VisitCXXScalarValueInitExpr() local
1011 AggValueSlot Slot = EnsureSlot(T); in VisitImplicitValueInitExpr() local
1334 static void CheckAggExprForMemSetUse(AggValueSlot &Slot, const Expr *E, in CheckAggExprForMemSetUse()
1383 void CodeGenFunction::EmitAggExpr(const Expr *E, AggValueSlot Slot) { in EmitAggExpr()
DCGAtomic.cpp1186 AggValueSlot Slot) { in EmitAtomicLoad()
1515 AggValueSlot Slot) { in EmitAtomicCompareExchange()
DCGExpr.cpp614 llvm::Value *Slot = Builder.CreateAnd(Hash, in EmitTypeCheck() local
3243 AggValueSlot Slot = CreateAggTemp(E->getType()); in EmitCXXConstructLValue() local
3264 AggValueSlot Slot = CreateAggTemp(E->getType(), "temp.lvalue"); in EmitCXXBindTemporaryLValue() local
3273 AggValueSlot Slot = CreateAggTemp(E->getType(), "temp.lvalue"); in EmitLambdaLValue() local
DCGVTables.cpp285 ReturnValueSlot Slot; in EmitCallAndReturnForThunk() local
DCGExprCXX.cpp775 AggValueSlot Slot in StoreAnyExprIntoOneUnit() local
1820 void CodeGenFunction::EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Slot) { in EmitLambdaExpr()
/external/llvm/lib/Target/R600/
DR600MachineScheduler.cpp359 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
391 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
DR600InstrInfo.cpp1234 static unsigned getSlotedOps(unsigned Op, unsigned Slot) { in getSlotedOps()
1261 MachineBasicBlock &MBB, MachineInstr *MI, unsigned Slot, unsigned DstReg) in buildSlotOfVectorInstruction()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp180 unsigned Slot = getSlot(RegNo); in isLive() local
1323 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local
/external/clang/include/clang/Sema/
DSema.h314 struct Slot { struct
315 llvm::StringRef StackSlotLabel;
316 ValueType Value;
317 SourceLocation PragmaLocation;
318 Slot(llvm::StringRef StackSlotLabel, in Slot() argument
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp290 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair()
314 bool popValue(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in popValue()
324 bool getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
332 Value *getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
343 Value *getValueSigned(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValueSigned()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp127 unsigned Slot = 0; in ExpandRes_BITCAST() local
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp644 RegDefsUses &RegDU, InspectMemInstr& IM, Iter Slot, in searchRange()
/external/llvm/utils/TableGen/
DDAGISelMatcher.h909 unsigned Slot; variable
990 unsigned Slot; variable
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h313 Slot, enumerator

12