Searched refs:REGION_PASS (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | PassRegistry.def | 16 #ifndef REGION_PASS 17 #define REGION_PASS(NAME, CLASS_NAME) 20 REGION_PASS("null", ::llvm::sandboxir::NullPass) 21 REGION_PASS("pack-reuse", ::llvm::sandboxir::PackReuse) 22 REGION_PASS("print-instruction-count", ::llvm::sandboxir::PrintInstructionCount) 23 REGION_PASS("print-region", ::llvm::sandboxir::PrintRegion) 24 REGION_PASS("tr-save", ::llvm::sandboxir::TransactionSave) 25 REGION_PASS("tr-accept", ::llvm::sandboxir::TransactionAlwaysAccept) 26 REGION_PASS("tr-revert", ::llvm::sandboxir::TransactionAlwaysRevert) 27 REGION_PASS("tr-accept-or-revert", ::llvm::sandboxir::TransactionAcceptOrRevert) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | SandboxVectorizerPassBuilder.cpp | 20 #define REGION_PASS(NAME, CLASS_NAME) \ in createRegionPass() macro
|