/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | AppendingTypeTableBuilder.cpp | 79 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes() local 84 return NewTI; in insertRecordBytes()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | AppendingTypeTableBuilder.cpp | 86 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes() local 89 return NewTI; in insertRecordBytes()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1521 TerminatorInst *NewTI; in removeUnwindEdge() local 1525 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI); in removeUnwindEdge() 1534 NewTI = NewCatchSwitch; in removeUnwindEdge() 1540 NewTI->takeName(TI); in removeUnwindEdge() 1541 NewTI->setDebugLoc(TI->getDebugLoc()); in removeUnwindEdge() 1543 TI->replaceAllUsesWith(NewTI); in removeUnwindEdge()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2200 Instruction *NewTI; in removeUnwindEdge() local 2204 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI); in removeUnwindEdge() 2213 NewTI = NewCatchSwitch; in removeUnwindEdge() 2219 NewTI->takeName(TI); in removeUnwindEdge() 2220 NewTI->setDebugLoc(TI->getDebugLoc()); in removeUnwindEdge() 2222 TI->replaceAllUsesWith(NewTI); in removeUnwindEdge()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2334 Instruction *NewTI; in removeUnwindEdge() local 2338 NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI); in removeUnwindEdge() 2347 NewTI = NewCatchSwitch; in removeUnwindEdge() 2353 NewTI->takeName(TI); in removeUnwindEdge() 2354 NewTI->setDebugLoc(TI->getDebugLoc()); in removeUnwindEdge() 2356 TI->replaceAllUsesWith(NewTI); in removeUnwindEdge()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 1577 Init *NewTI = TI->resolveReferences(R); in resolveReferences() local 1578 if (ListInit *List = dyn_cast<ListInit>(NewTI)) { in resolveReferences() 1584 if (NewTI != TI && isa<TypedInit>(NewTI)) in resolveReferences() 1585 return VarListElementInit::get(cast<TypedInit>(NewTI), getElementNum()); in resolveReferences()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | Record.cpp | 1657 Init *NewTI = TI->resolveReferences(R); in resolveReferences() local 1658 if (ListInit *List = dyn_cast<ListInit>(NewTI)) { in resolveReferences() 1664 if (NewTI != TI && isa<TypedInit>(NewTI)) in resolveReferences() 1665 return VarListElementInit::get(cast<TypedInit>(NewTI), getElementNum()); in resolveReferences()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SimpleLoopUnswitch.cpp | 2120 Instruction *NewTI = TI.clone(); in unswitchNontrivialInvariants() local 2121 ParentBB->getInstList().push_back(NewTI); in unswitchNontrivialInvariants() 2189 SwitchInst *NewSI = cast<SwitchInst>(NewTI); in unswitchNontrivialInvariants()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SimpleLoopUnswitch.cpp | 2061 Instruction *NewTI = TI.clone(); in unswitchNontrivialInvariants() local 2062 ParentBB->getInstList().push_back(NewTI); in unswitchNontrivialInvariants() 2130 SwitchInst *NewSI = cast<SwitchInst>(NewTI); in unswitchNontrivialInvariants()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 904 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl() local 906 if (!NewTI || SemaRef.CheckEnumUnderlyingType(NewTI)) in VisitEnumDecl() 909 Enum->setIntegerTypeSourceInfo(NewTI); in VisitEnumDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 1287 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl() local 1289 if (!NewTI || SemaRef.CheckEnumUnderlyingType(NewTI)) in VisitEnumDecl() 1292 Enum->setIntegerTypeSourceInfo(NewTI); in VisitEnumDecl()
|