Home
last modified time | relevance | path

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

12

/trueos/contrib/llvm/include/llvm/CodeGen/
HDLiveStackAnalysis.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()
HDMachineModuleInfo.h401 void setVariableDbgInfo(MDNode *N, unsigned Slot, DebugLoc Loc) { in setVariableDbgInfo()
/trueos/contrib/llvm/lib/IR/
HDAttributeImpl.h195 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()
HDAsmWriter.cpp1119 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()
HDAttributes.cpp1010 unsigned Slot = ~0U; in removeAttributes() local
1097 unsigned Slot = ~0U; in hasAttributes() local
HDConstants.cpp487 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/
HDLiveStackAnalysis.cpp58 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval()
79 int Slot = I->first; in print() local
HDStackColoring.cpp267 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/
HDDemoteRegToStack.cpp32 AllocaInst *Slot; in DemoteRegToStack() local
117 AllocaInst *Slot; in DemotePHIToStack() local
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.h286 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/
HDConstantMerge.cpp158 GlobalVariable *&Slot = CMap[Pair]; in runOnModule() local
190 GlobalVariable *Slot = CMap[Pair]; in runOnModule() local
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprAgg.cpp527 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()
HDCGVTables.cpp320 ReturnValueSlot Slot; in EmitCallAndReturnForThunk() local
HDCGExpr.cpp557 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
HDCGExprCXX.cpp737 AggValueSlot Slot in StoreAnyExprIntoOneUnit() local
1858 void CodeGenFunction::EmitLambdaExpr(const LambdaExpr *E, AggValueSlot Slot) { in EmitLambdaExpr()
/trueos/contrib/llvm/lib/Target/R600/
HDR600MachineScheduler.cpp356 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
388 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
HDR600InstrInfo.cpp1192 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/
HDNoReturnFunctionChecker.cpp89 unsigned Slot = 0; in isMultiArgSelector() local
/trueos/contrib/llvm/lib/Target/X86/
HDX86FloatingPoint.cpp197 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
HDX86FastISel.cpp1697 const AllocaInst *Slot = cast<AllocaInst>(I.getArgOperand(1)); in X86VisitIntrinsicCall() local
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypesGeneric.cpp119 unsigned Slot = 0; in ExpandRes_BITCAST() local
/trueos/sys/dev/mps/mpi/
HDmpi2_init.h417 U16 Slot; /* 0x1C */ member
462 U16 Slot; /* 0x1C */ member
/trueos/contrib/llvm/utils/TableGen/
HDDAGISelMatcher.h878 unsigned Slot; variable
959 unsigned Slot; variable
/trueos/sys/dev/mpr/mpi/
HDmpi2_init.h550 U16 Slot; /* 0x1C */ member
595 U16 Slot; /* 0x1C */ member
/trueos/sys/dev/mpt/mpilib/
HDmpi_init.h520 U16 Slot; /* 1Ch */ member
574 U16 Slot; /* 1Ch */ member

12