/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 { in hasInterval() 78 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
|
D | MachineModuleInfo.h | 189 unsigned Slot; member 442 unsigned Slot, const MDLocation *Loc) { in setVariableDbgInfo()
|
/external/skia/src/core/ |
D | SkTHash.h | 174 struct Slot { struct 175 Slot() : hash(0) {} in Slot() argument 186 SkAutoTArray<Slot> fSlots; argument
|
/external/llvm/lib/IR/ |
D | AttributeImpl.h | 197 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()
|
D | AsmWriter.cpp | 1863 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()
|
D | Attributes.cpp | 1111 unsigned Slot = ~0U; in removeAttributes() local 1222 unsigned Slot = ~0U; in hasAttributes() local
|
D | Constants.cpp | 561 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/ |
D | LiveStackAnalysis.cpp | 60 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval() 83 int Slot = I->first; in print() local
|
D | StackColoring.cpp | 255 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/ |
D | DemoteRegToStack.cpp | 32 AllocaInst *Slot; in DemoteRegToStack() local 115 AllocaInst *Slot; in DemotePHIToStack() local
|
/external/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 148 GlobalVariable *&Slot = CMap[Init]; in runOnModule() local 179 GlobalVariable *Slot = CMap[Init]; in runOnModule() local
|
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 549 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()
|
D | CGAtomic.cpp | 1186 AggValueSlot Slot) { in EmitAtomicLoad() 1515 AggValueSlot Slot) { in EmitAtomicCompareExchange()
|
D | CGExpr.cpp | 614 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
|
D | CGVTables.cpp | 285 ReturnValueSlot Slot; in EmitCallAndReturnForThunk() local
|
D | CGExprCXX.cpp | 775 AggValueSlot Slot in StoreAnyExprIntoOneUnit() local 1820 void CodeGenFunction::EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Slot) { in EmitLambdaExpr()
|
/external/llvm/lib/Target/R600/ |
D | R600MachineScheduler.cpp | 359 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot() 391 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
|
D | R600InstrInfo.cpp | 1234 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/ |
D | X86FloatingPoint.cpp | 180 unsigned Slot = getSlot(RegNo); in isLive() local 1323 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 314 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/ |
D | BitcodeReader.cpp | 290 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/ |
D | LegalizeTypesGeneric.cpp | 127 unsigned Slot = 0; in ExpandRes_BITCAST() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 644 RegDefsUses &RegDU, InspectMemInstr& IM, Iter Slot, in searchRange()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 909 unsigned Slot; variable 990 unsigned Slot; variable
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 313 Slot, enumerator
|