HomeSort by relevance Sort by last modified time
    Searched refs:NewLoad (Results 1 - 25 of 29) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
RandomIRBuilder.cpp 57 auto *NewLoad = new LoadInst(Ptr, "L", &*IP);
60 if (Pred.matches(Srcs, NewLoad))
61 RS.sample(NewLoad, RS.totalWeight());
63 NewLoad->eraseFromParent();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 327 LoadInst *NewLoad = IC.Builder->CreateAlignedLoad(
330 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
331 MDBuilder MDB(NewLoad->getContext());
354 NewLoad->setMetadata(ID, N);
360 NewLoad->setMetadata(ID, N);
370 NewLoad->setMetadata(LLVMContext::MD_range,
379 NewLoad->setMetadata(ID, N);
388 return NewLoad;
483 LoadInst *NewLoad = combineLoadToNewType(
490 combineStoreToNewValue(IC, *SI, NewLoad);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 468 LoadInst *NewLoad = IC.Builder.CreateAlignedLoad(
470 NewLoad->setAtomic(LI.getOrdering(), LI.getSyncScopeID());
471 MDBuilder MDB(NewLoad->getContext());
494 NewLoad->setMetadata(ID, N);
498 copyNonnullMetadata(LI, N, *NewLoad);
505 NewLoad->setMetadata(ID, N);
508 copyRangeMetadata(IC.getDataLayout(), LI, N, *NewLoad);
512 return NewLoad;
642 LoadInst *NewLoad = combineLoadToNewType(
649 combineStoreToNewValue(IC, *SI, NewLoad);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
VNCoercion.cpp 394 LoadInst *NewLoad = Builder.CreateLoad(PtrVal);
395 NewLoad->takeName(SrcVal);
396 NewLoad->setAlignment(SrcVal->getAlignment());
399 LLVM_DEBUG(dbgs() << "TO: " << *NewLoad << "\n");
403 Value *RV = NewLoad;
409 SrcVal = NewLoad;
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 132 LoadInst *NewLoad =
134 NewLoad->setAlignment(LI.getAlignment());
135 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
137 return new BitCastInst(NewLoad, LI.getType());
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 215 LoadInst *NewLoad = new LoadInst(
225 L.Load->getModule()->getDataLayout(), NewLoad,
GVN.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp 368 auto *NewLoad = InstLoad::create(Context.getNode()->getCfg(),
371 Context.insert(NewLoad);
372 Instr = NewLoad;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86AvoidStoreForwardingBlocks.cpp 398 MachineInstr *NewLoad =
409 getBaseOperand(NewLoad).setIsKill(false);
410 LLVM_DEBUG(NewLoad->dump());
X86InterleavedAccess.cpp 215 Instruction *NewLoad =
217 DecomposedVectors.push_back(NewLoad);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 468 milliseconds

1 2