/external/llvm-project/llvm/include/llvm/IR/ |
D | NoFolder.h | 34 class NoFolder final : public IRBuilderFolder { 38 explicit NoFolder() = default;
|
/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 32 class NoFolder { 34 explicit NoFolder() {} in NoFolder() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 33 class NoFolder { 35 explicit NoFolder() = default;
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 649 IRBuilder<NoFolder> Builder(InsertAfter->getParent(), in InsertParallelMACs() 676 IRBuilder<NoFolder> Builder(R.getRoot()->getParent()); in InsertParallelMACs() 770 IRBuilder<NoFolder> IRB(DomLoad->getParent(), in CreateWideLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 644 IRBuilder<NoFolder> Builder(InsertAfter->getParent(), in InsertParallelMACs() 671 IRBuilder<NoFolder> Builder(R.getRoot()->getParent()); in InsertParallelMACs() 766 IRBuilder<NoFolder> IRB(DomLoad->getParent(), in CreateWideLoad()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 79 IRBuilder<NoFolder> Builder(Instr); in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 79 IRBuilder<NoFolder> Builder(Instr); in createReplacementInstr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 79 IRBuilder<NoFolder> Builder(Instr); in createReplacementInstr()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 983 IRBuilder<NoFolder> IRB(InsertPt); in RemoveDeadStuffFromFunction() 1035 IRBuilder<NoFolder> IRB(RI); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 245 IRBuilder<NoFolder> IRB(&CB); in doPromotion()
|
D | AttributorAttributes.cpp | 194 IRBuilder<NoFolder> &IRB, const DataLayout &DL) { in constructPointer() 5518 IRBuilder<NoFolder> IRB(&IP); in createInitialization() 5553 IRBuilder<NoFolder> IRB(IP); in createReplacementValues()
|
/external/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 443 IRBuilder<NoFolder> Builder(BB); in TEST_F() 651 IRBuilder<NoFolder> Builder(BB); in TEST_F() 986 IRBuilder<NoFolder> Builder(BB); in TEST_F()
|
D | InstructionsTest.cpp | 683 IRBuilder<NoFolder> B(Ctx); in TEST_F() 742 IRBuilder<NoFolder> Builder(Context); in TEST()
|
D | PatternMatch.cpp | 38 IRBuilder<NoFolder> IRB;
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | VectorUtilsTest.cpp | 66 IRBuilder<NoFolder> IRB;
|
/external/llvm/include/llvm/ |
D | module.modulemap | 139 module IR_NoFolder { header "IR/NoFolder.h" export * }
|
/external/llvm/unittests/IR/ |
D | PatternMatch.cpp | 38 IRBuilder<NoFolder> IRB;
|
D | IRBuilderTest.cpp | 255 IRBuilder<NoFolder> Builder(BB); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
D | module.modulemap | 236 module IR_NoFolder { header "IR/NoFolder.h" export * }
|
/external/llvm-project/llvm/include/llvm/ |
D | module.modulemap | 250 module IR_NoFolder { header "IR/NoFolder.h" export * }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1390 IRBuilder<NoFolder> Builder(NT); in HoistThenElseCodeToIf() 2100 IRBuilder<NoFolder> Builder(BI); in SpeculativelyExecuteBB() 2122 IRBuilder<NoFolder> Builder(BI); in SpeculativelyExecuteBB() 2419 IRBuilder<NoFolder> Builder(InsertPt); in FoldTwoEntryPHINode() 3427 IRBuilder<NoFolder> Builder(PBI); in SimplifyCondBranchToCondBranch()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1284 IRBuilder<NoFolder> Builder(NT); in HoistThenElseCodeToIf() 1729 IRBuilder<NoFolder> Builder(BI); in SpeculativelyExecuteBB() 1749 IRBuilder<NoFolder> Builder(BI); in SpeculativelyExecuteBB() 2023 IRBuilder<NoFolder> Builder(InsertPt); in FoldTwoEntryPHINode() 2911 IRBuilder<NoFolder> Builder(PBI); in SimplifyCondBranchToCondBranch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 248 IRBuilder<NoFolder> IRB(Call); in doPromotion()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1456 IRBuilder<NoFolder> Builder(NT); in HoistThenElseCodeToIf() 2223 IRBuilder<NoFolder> Builder(BI); in SpeculativelyExecuteBB() 2250 IRBuilder<NoFolder> Builder(BI); in SpeculativelyExecuteBB() 2549 IRBuilder<NoFolder> Builder(InsertPt); in FoldTwoEntryPHINode() 3577 IRBuilder<NoFolder> Builder(PBI); in SimplifyCondBranchToCondBranch()
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 1157 void NoFolder::anchor() {} in anchor()
|