| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | 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()
|
| HD | MachineModuleInfo.h | 401 void setVariableDbgInfo(MDNode *N, unsigned Slot, DebugLoc Loc) { in setVariableDbgInfo()
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | AttributeImpl.h | 195 const IndexAttrPair *getNode(unsigned Slot) const { in getNode() 230 unsigned getSlotIndex(unsigned Slot) const { in getSlotIndex() 237 AttributeSet getSlotAttributes(unsigned Slot) const { in getSlotAttributes() 243 AttributeSetNode *getSlotNode(unsigned Slot) const { in getSlotNode() 248 iterator begin(unsigned Slot) const { return getSlotNode(Slot)->begin(); } in begin() 249 iterator end(unsigned Slot) const { return getSlotNode(Slot)->end(); } in end()
|
| HD | AsmWriter.cpp | 1119 int Slot = Machine->getMetadataSlot(N); in WriteAsOperandInternal() local 1141 int Slot; in WriteAsOperandInternal() local 1377 int Slot = Machine.getMetadataSlot(NMD->getOperand(i)); in printNamedMDNode() local 1695 int Slot = Machine.getLocalSlot(BB); in printBasicBlock() local 2089 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
|
| HD | Attributes.cpp | 1010 unsigned Slot = ~0U; in removeAttributes() local 1097 unsigned Slot = ~0U; in hasAttributes() local
|
| HD | Constants.cpp | 487 ConstantInt *&Slot = pImpl->IntConstants[DenseMapAPIntKeyInfo::KeyTy(V, ITy)]; in get() local 613 ConstantFP *&Slot = pImpl->FPConstants[DenseMapAPFloatKeyInfo::KeyTy(V)]; in get() local 2267 StringMap<ConstantDataSequential*>::MapEntryTy &Slot = in getImpl() local 2294 StringMap<ConstantDataSequential*>::iterator Slot = in destroyConstant() local
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | LiveStackAnalysis.cpp | 58 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval() 79 int Slot = I->first; in print() local
|
| HD | StackColoring.cpp | 267 unsigned Slot = MI.getIndex(); in collectMarkers() local 417 int Slot = Mo.getIndex(); in calculateLiveIntervals() local 624 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
|
| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | DemoteRegToStack.cpp | 32 AllocaInst *Slot; in DemoteRegToStack() local 117 AllocaInst *Slot; in DemotePHIToStack() local
|
| /trueos/contrib/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.h | 286 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() 310 bool popValue(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in popValue() 320 bool getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue() 328 Value *getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue() 339 Value *getValueSigned(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValueSigned()
|
| /trueos/contrib/llvm/lib/Transforms/IPO/ |
| HD | ConstantMerge.cpp | 158 GlobalVariable *&Slot = CMap[Pair]; in runOnModule() local 190 GlobalVariable *Slot = CMap[Pair]; in runOnModule() local
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprAgg.cpp | 527 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCompoundLiteralExpr() local 956 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXConstructExpr() local 962 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitLambdaExpr() local 974 AggValueSlot Slot = EnsureSlot(T); in VisitCXXScalarValueInitExpr() local 980 AggValueSlot Slot = EnsureSlot(T); in VisitImplicitValueInitExpr() local 1298 static void CheckAggExprForMemSetUse(AggValueSlot &Slot, const Expr *E, in CheckAggExprForMemSetUse() 1346 void CodeGenFunction::EmitAggExpr(const Expr *E, AggValueSlot Slot) { in EmitAggExpr()
|
| HD | CGVTables.cpp | 320 ReturnValueSlot Slot; in EmitCallAndReturnForThunk() local
|
| HD | CGExpr.cpp | 557 llvm::Value *Slot = Builder.CreateAnd(Hash, in EmitTypeCheck() local 3023 AggValueSlot Slot = CreateAggTemp(E->getType()); in EmitCXXConstructLValue() local 3044 AggValueSlot Slot = CreateAggTemp(E->getType(), "temp.lvalue"); in EmitCXXBindTemporaryLValue() local 3053 AggValueSlot Slot = CreateAggTemp(E->getType(), "temp.lvalue"); in EmitLambdaLValue() local
|
| HD | CGExprCXX.cpp | 737 AggValueSlot Slot in StoreAnyExprIntoOneUnit() local 1858 void CodeGenFunction::EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Slot) { in EmitLambdaExpr()
|
| /trueos/contrib/llvm/lib/Target/R600/ |
| HD | R600MachineScheduler.cpp | 356 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot() 388 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
|
| HD | R600InstrInfo.cpp | 1192 static unsigned getSlotedOps(unsigned Op, unsigned Slot) { in getSlotedOps() 1219 MachineBasicBlock &MBB, MachineInstr *MI, unsigned Slot, unsigned DstReg) in buildSlotOfVectorInstruction()
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | NoReturnFunctionChecker.cpp | 89 unsigned Slot = 0; in isMultiArgSelector() local
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86FloatingPoint.cpp | 197 unsigned Slot = getSlot(RegNo); in isLive() local 1348 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local 1370 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local 1388 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local
|
| HD | X86FastISel.cpp | 1697 const AllocaInst *Slot = cast<AllocaInst>(I.getArgOperand(1)); in X86VisitIntrinsicCall() local
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeTypesGeneric.cpp | 119 unsigned Slot = 0; in ExpandRes_BITCAST() local
|
| /trueos/sys/dev/mps/mpi/ |
| HD | mpi2_init.h | 417 U16 Slot; /* 0x1C */ member 462 U16 Slot; /* 0x1C */ member
|
| /trueos/contrib/llvm/utils/TableGen/ |
| HD | DAGISelMatcher.h | 878 unsigned Slot; variable 959 unsigned Slot; variable
|
| /trueos/sys/dev/mpr/mpi/ |
| HD | mpi2_init.h | 550 U16 Slot; /* 0x1C */ member 595 U16 Slot; /* 0x1C */ member
|
| /trueos/sys/dev/mpt/mpilib/ |
| HD | mpi_init.h | 520 U16 Slot; /* 1Ch */ member 574 U16 Slot; /* 1Ch */ member
|