Searched defs:OldIndex (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | LoopConvertUtils.h | 437 VariableNamer(StmtGeneratedVarNameMap * GeneratedDecls,const StmtParentMap * ReverseAST,const clang::Stmt * SourceStmt,const clang::VarDecl * OldIndex,const clang::ValueDecl * TheContainer,const clang::ASTContext * Context,NamingStyle Style) VariableNamer() argument 455 const clang::VarDecl *OldIndex; global() variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 1503 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); handleMove() local 1527 SlotIndex OldIndex = Indexes->getInstructionIndex(*I, true); handleMoveIntoNewBundle() local 1532 for (SlotIndex OldIndex : ToProcess) { handleMoveIntoNewBundle() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 2717 unsigned OldIndex = Index; CheckDesignatedInitializer() local 2975 unsigned OldIndex = StructuredIndex - 1; CheckDesignatedInitializer() local 3040 unsigned OldIndex = Index; CheckDesignatedInitializer() local 3262 unsigned OldIndex = Index; CheckDesignatedInitializer() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 494 createShiftShuffle(Value * Vec,unsigned OldIndex,unsigned NewIndex,IRBuilder<> & Builder) createShiftShuffle() argument
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 4534 __anon1ee742a12a02(uint32_t OldIndex) updateELFSymbolTable() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 2512 int OldIndex = RunSkipBlockVars.size() - 1; BuildRCRecordLayout() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 3842 SlotIndex OldIndex = LIS->getInstructionIndex(*MIB).getRegSlot(false); convertToThreeAddress() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 11330 int OldIndex = AllocaIndex; tryToElideArgumentCopy() local
|