| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | OptionParser.h | 37 static void Prepare(std::unique_lock<std::mutex> &lock);
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 298 auto Prepare = [&](Type *MemTy) { in transformBitcast() local 318 Prepare(Bitcast->getOperand(0)->getType()); in transformBitcast() 338 Prepare(Bitcast->getType()); in transformBitcast() 1102 auto Prepare = [&](Type *MemTy) { in transformAMXCast() local 1130 Prepare(AMXCast->getOperand(0)->getType()); in transformAMXCast() 1152 Prepare(AMXCast->getType()); in transformAMXCast()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | OptionParser.cpp | 18 void OptionParser::Prepare(std::unique_lock<std::mutex> &lock) { in Prepare() function in OptionParser
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | releasing.md | 7 * Prepare release notes
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/ |
| H A D | AddUsingTests.cpp | 20 TEST_F(AddUsingTest, Prepare) { in TEST_F() argument
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | cuda-libdevice.ll | 1 ; Prepare bitcode files.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 2018 static void replacePrepare(CallInst *Prepare, LazyCallGraph &CG, in replacePrepare() argument 2020 auto CastFn = Prepare->getArgOperand(0); // as an i8* in replacePrepare() 2029 for (Use &U : llvm::make_early_inc_range(Prepare->uses())) { in replacePrepare() 2042 Prepare->replaceAllUsesWith(CastFn); in replacePrepare() 2043 Prepare->eraseFromParent(); in replacePrepare() 2059 auto *Prepare = cast<CallInst>(P.getUser()); in replaceAllPrepares() local 2060 replacePrepare(Prepare, CG, C); in replaceAllPrepares()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-lib/ |
| H A D | machine-mismatch.test | 1 Prepare inputs:
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | optnone-llc.ll | 42 ; LLC-Ox-DAG: Skipping pass 'CodeGen Prepare'
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc-passname.ll | 5 ; STOP-BEFORE-LOOP-INSTR-FORM-PREP-NOT: Prepare loop for ppc preferred instruction forms 10 ; STOP-AFTER-LOOP-INSTR-FORM-PREP: Prepare loop for ppc preferred instruction forms
|
| H A D | O3-pipeline.ll | 69 ; CHECK-NEXT: CodeGen Prepare 74 ; CHECK-NEXT: Prepare loop for ppc preferred instruction forms
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | only-some-bytes.test | 15 # Prepare the inputs.
|
| H A D | dataflow.test | 21 # Prepare the inputs.
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | Options.cpp | 931 OptionParser::Prepare(lock); in ParseAlias() 1056 OptionParser::Prepare(lock); in ParseForCompletion() 1245 OptionParser::Prepare(lock); in Parse()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBValue.i | 585 # Prepare for the next iteration.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | O3-pipeline.ll | 61 ; CHECK-NEXT: CodeGen Prepare
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | O3-pipeline.ll | 51 ; CHECK-NEXT: CodeGen Prepare
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | opt-pipeline.ll | 69 ; CHECK-NEXT: CodeGen Prepare
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | O3-pipeline.ll | 95 ; CHECK-NEXT: CodeGen Prepare
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | llc-pipeline.ll | 224 ; GCN-O1-NEXT: CodeGen Prepare 500 ; GCN-O1-OPTS-NEXT: CodeGen Prepare 790 ; GCN-O2-NEXT: CodeGen Prepare 1095 ; GCN-O3-NEXT: CodeGen Prepare
|
| /llvm-project-15.0.7/polly/docs/ |
| H A D | HowToManuallyUseTheIndividualPiecesOfPolly.rst | 27 2. **Prepare the LLVM-IR for Polly**
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | z_Windows_NT-586_asm.asm | 561 sub esp,edx ; Prepare stack ptr-- Now it will be aligned on 128-byte boundary at the call
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __hash_table | 1770 // Prepare the container for an insertion of the value __value with the hash 1859 // Prepare the container for an insertion of the value __cp_val with the hash
|
| /llvm-project-15.0.7/mlir/docs/Bindings/ |
| H A D | Python.md | 325 # Prepare for inserting operations into the body of the module and indicate
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 927 InternalDriverOpt, HelpText<"Prepare '-aux-triple' only without populating "
|