Home
last modified time | relevance | path

Searched defs:LastIndex (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/unittests/CodeGen/
H A DMLRegAllocDevelopmentFeatures.cpp122 SlotIndex LastIndex = OverlapProblem[MaxIndex].End; runOverlapTest() local
172 SlotIndex LastIndex = OverlapProblem[0].End; TEST_F() local
254 SlotIndex LastIndex = OverlapProblem[0].End; TEST_F() local
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.cpp104 size_t LastIndex = SMFS.size() - 1; in join() local
/llvm-project/pstl/test/std/algorithms/alg.sorting/
H A Dsort.pass.cpp30 static uint32_t LastIndex; variable
/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp94 AssignToArrayRange(CodeGen::CGBuilderTy & Builder,llvm::Value * Array,llvm::Value * Value,unsigned FirstIndex,unsigned LastIndex) AssignToArrayRange() argument
H A DCGExpr.cpp4074 auto LastIndex = dyn_cast<llvm::ConstantInt>(indices.back()); emitArraySubscriptGEP() local
/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp111 unsigned LastIndex = FirstIndex + NumConsumedToks - 1; in LookupInlineAsmIdentifier() local
/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp75 uint64_t LastIndex = 0; in init() local
124 uint64_t LastIndex = in getIndex() local
[all...]
H A DMLRegAllocEvictAdvisor.cpp951 extractInstructionFeatures(SmallVectorImpl<LRStartEndInfo> & LRPosInfo,MLModelRunner * RegallocRunner,function_ref<int (SlotIndex)> GetOpcode,function_ref<float (SlotIndex)> GetMBBFreq,function_ref<MachineBasicBlock * (SlotIndex)> GetMBBReference,const int InstructionsIndex,const int InstructionsMappingIndex,const int MBBFreqIndex,const int MBBMappingIndex,const SlotIndex LastIndex) extractInstructionFeatures() argument
/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp581 std::optional<uint64_t> LastIndex = LT.getLastValidFileIndex(); in collectLineTableSources() local
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1214 CreatePreserveArrayAccessIndex(Type * ElTy,Value * Base,unsigned Dimension,unsigned LastIndex,MDNode * DbgInfo) CreatePreserveArrayAccessIndex() argument