HomeSort by: relevance | last modified time | path
    Searched defs:Prepare (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXType.cpp 232 auto Prepare = [&]() {
252 Prepare();
272 Prepare();
653 // Prepare for fast register allocation at O0.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 1927 /// Replace a call to llvm.coro.prepare.retcon.
1928 static void replacePrepare(CallInst *Prepare, LazyCallGraph &CG,
1930 auto CastFn = Prepare->getArgOperand(0); // as an i8*
1935 // %1 = call @llvm.coro.prepare.retcon(i8* %0)
1939 for (auto UI = Prepare->use_begin(), UE = Prepare->use_end(); UI != UE;) {
1952 Prepare->replaceAllUsesWith(CastFn);
1953 Prepare->eraseFromParent();
1963 /// Replace a call to llvm.coro.prepare.retcon.
1964 static void replacePrepare(CallInst *Prepare, CallGraph &CG)
    [all...]

Completed in 26 milliseconds