Home
last modified time | relevance | path

Searched defs:CRI (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm-project/llvm/unittests/ADT/
DIListIteratorTest.cpp22 simple_ilist<Node>::const_reverse_iterator CRI; in TEST() local
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp159 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in getCleanupRetUnwindDest() local
815 if (auto *CRI = in cloneCommonBlocks() local
981 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) in removeImplausibleInstructions() local
985 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) in removeImplausibleInstructions() local
/external/llvm-project/llvm/lib/CodeGen/
DWinEHPrepare.cpp170 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in getCleanupRetUnwindDest() local
852 if (auto *CRI = in cloneCommonBlocks() local
1008 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) in removeImplausibleInstructions() local
1012 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) in removeImplausibleInstructions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp169 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in getCleanupRetUnwindDest() local
830 if (auto *CRI = in cloneCommonBlocks() local
986 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) in removeImplausibleInstructions() local
990 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) in removeImplausibleInstructions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp586 CRLogicalOpInfo CRI = AllCRLogicalOps[Idx]; in handleCROp() local
613 bool PPCReduceCRLogicals::splitBlockOnBinaryCROp(CRLogicalOpInfo &CRI) { in splitBlockOnBinaryCROp()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp586 CRLogicalOpInfo CRI = AllCRLogicalOps[Idx]; in handleCROp() local
613 bool PPCReduceCRLogicals::splitBlockOnBinaryCROp(CRLogicalOpInfo &CRI) { in splitBlockOnBinaryCROp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp150 if (const auto *CRI = dyn_cast<CatchReturnInst>(U)) in isBlockValidForExtraction() local
161 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in isBlockValidForExtraction() local
166 if (const auto *CRI = dyn_cast<CleanupReturnInst>(I)) { in isBlockValidForExtraction() local
DInlineFunction.cpp677 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { in HandleInlinedEHPad() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp153 if (const auto *CRI = dyn_cast<CatchReturnInst>(U)) in isBlockValidForExtraction() local
164 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in isBlockValidForExtraction() local
169 if (const auto *CRI = dyn_cast<CleanupReturnInst>(I)) { in isBlockValidForExtraction() local
DInlineFunction.cpp684 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { in HandleInlinedEHPad() local
/external/llvm/lib/IR/
DInstruction.cpp541 if (const auto *CRI = dyn_cast<CleanupReturnInst>(this)) in mayThrow() local
DVerifier.cpp3224 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in visitEHPadPredecessors() local
3353 if (auto *CRI = dyn_cast<CleanupReturnInst>(U)) { in visitFuncletPadInst() local
3541 void Verifier::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
DAsmWriter.cpp2988 } else if (const auto *CRI = dyn_cast<CatchReturnInst>(&I)) { in printInstruction() local
2994 } else if (const auto *CRI = dyn_cast<CleanupReturnInst>(&I)) { in printInstruction() local
/external/llvm/lib/Analysis/
DInlineCost.cpp1035 bool CallAnalyzer::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
1041 bool CallAnalyzer::visitCatchReturnInst(CatchReturnInst &CRI) { in visitCatchReturnInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp596 if (const auto *CRI = dyn_cast<CleanupReturnInst>(this)) in mayThrow() local
DVerifier.cpp3663 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in visitEHPadPredecessors() local
3807 if (auto *CRI = dyn_cast<CleanupReturnInst>(U)) { in visitFuncletPadInst() local
3995 void Verifier::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp624 if (const auto *CRI = dyn_cast<CleanupReturnInst>(this)) in mayThrow() local
DVerifier.cpp3848 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in visitEHPadPredecessors() local
3992 if (auto *CRI = dyn_cast<CleanupReturnInst>(U)) { in visitFuncletPadInst() local
4180 void Verifier::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp1697 bool CallAnalyzer::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
1703 bool CallAnalyzer::visitCatchReturnInst(CatchReturnInst &CRI) { in visitCatchReturnInst()
/external/llvm-project/llvm/lib/Analysis/
DInlineCost.cpp1859 bool CallAnalyzer::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
1865 bool CallAnalyzer::visitCatchReturnInst(CatchReturnInst &CRI) { in visitCatchReturnInst()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2467 const auto &CRI = cast<CleanupReturnInst>(I); in writeInstruction() local
2475 const auto &CRI = cast<CatchReturnInst>(I); in writeInstruction() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp601 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { in HandleInlinedEHPad() local
DLocal.cpp1524 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in removeUnwindEdge() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2792 const auto &CRI = cast<CleanupReturnInst>(I); in writeInstruction() local
2800 const auto &CRI = cast<CatchReturnInst>(I); in writeInstruction() local
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2871 const auto &CRI = cast<CleanupReturnInst>(I); in writeInstruction() local
2879 const auto &CRI = cast<CatchReturnInst>(I); in writeInstruction() local

12