Home
last modified time | relevance | path

Searched refs:Prepare (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DOptionParser.h37 static void Prepare(std::unique_lock<std::mutex> &lock);
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp298 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 DOptionParser.cpp18 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 Dreleasing.md7 * Prepare release notes
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/
H A DAddUsingTests.cpp20 TEST_F(AddUsingTest, Prepare) { in TEST_F() argument
/llvm-project-15.0.7/llvm/test/Linker/
H A Dcuda-libdevice.ll1 ; Prepare bitcode files.
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2018 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 Dmachine-mismatch.test1 Prepare inputs:
/llvm-project-15.0.7/llvm/test/Feature/
H A Doptnone-llc.ll42 ; LLC-Ox-DAG: Skipping pass 'CodeGen Prepare'
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc-passname.ll5 ; 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 DO3-pipeline.ll69 ; 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 Donly-some-bytes.test15 # Prepare the inputs.
H A Ddataflow.test21 # Prepare the inputs.
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptions.cpp931 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 DSBValue.i585 # Prepare for the next iteration.
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A DO3-pipeline.ll61 ; CHECK-NEXT: CodeGen Prepare
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A DO3-pipeline.ll51 ; CHECK-NEXT: CodeGen Prepare
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dopt-pipeline.ll69 ; CHECK-NEXT: CodeGen Prepare
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A DO3-pipeline.ll95 ; CHECK-NEXT: CodeGen Prepare
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllc-pipeline.ll224 ; 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 DHowToManuallyUseTheIndividualPiecesOfPolly.rst27 2. **Prepare the LLVM-IR for Polly**
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm561 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_table1770 // 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 DPython.md325 # Prepare for inserting operations into the body of the module and indicate
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td927 InternalDriverOpt, HelpText<"Prepare '-aux-triple' only without populating "