HomeSort by relevance Sort by last modified time
    Searched defs:VecLd (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMParallelDSP.cpp 62 MemInstList VecLd; // List of all load instructions.
375 if (AreSequentialLoads(Ld0, Ld1, PMul0->VecLd) &&
376 AreSequentialLoads(Ld2, Ld3, PMul1->VecLd)) {
394 auto *VecLd0 = cast<LoadInst>(Pair.first->VecLd[0]);
395 auto *VecLd1 = cast<LoadInst>(Pair.second->VecLd[0]);
633 LoadInst **VecLd) {
635 const unsigned AddrSpace = (*VecLd)->getPointerAddressSpace();
637 Value *VecPtr = IRB.CreateBitCast((*VecLd)->getPointerOperand(),
639 *VecLd = IRB.CreateAlignedLoad(VecPtr, (*VecLd)->getAlignment())
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 906 milliseconds