HomeSort by relevance Sort by last modified time
    Searched refs:Extracted (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 947 Instruction *Extracted = cast<Instruction>(V);
948 if (Extracted->getType() != UI->getType())
949 Extracted = cast<Instruction>(
950 Builder.CreateBitCast(Extracted, UI->getType()));
953 UI->replaceAllUsesWith(Extracted);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 327 errs() << "Extracted a loop from the breaking portion of the program.\n";
331 // we're going to test the newly loop extracted program to make sure nothing
348 errs() << " Continuing on with un-loop-extracted version.\n";
394 // Okay, great! Now we know that we extracted a loop and that loop
396 // Replace the current program with the loop extracted version, and try to
409 // optimized and loop extracted module.
468 outs() << "but these " << BBs.size() << " blocks are extracted: ";
473 outs() << "blocks are extracted.";
532 // Use the list reducer to identify blocks that can be extracted without
558 Module *Extracted = BD.ExtractMappedBlocksFromModule(Blocks, ToExtract);
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 320 errs() << "Extracted a loop from the breaking portion of the program.\n";
324 // we're going to test the newly loop extracted program to make sure nothing
347 errs() << " Continuing on with un-loop-extracted version.\n";
415 // Okay, great! Now we know that we extracted a loop and that loop
417 // Replace the current program with the loop extracted version, and try to
424 // optimized and loop extracted module.
484 outs() << "but these " << BBs.size() << " blocks are extracted: ";
489 outs() << "blocks are extracted.";
541 // Use the list reducer to identify blocks that can be extracted without
567 std::unique_ptr<Module> Extracted
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
ScanMem.asm 43 ; Extracted from local git a5b438d861
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 478 // v2f64 is legal so that QR subregs can be extracted as f64 elements, but
    [all...]

Completed in 330 milliseconds