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

  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 203 LoadInst *NewLoad = new LoadInst(
213 L.Load->getModule()->getDataLayout(), NewLoad,
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 325 LoadInst *NewLoad = IC.Builder->CreateAlignedLoad(
328 MDBuilder MDB(NewLoad->getContext());
351 NewLoad->setMetadata(ID, N);
357 NewLoad->setMetadata(ID, N);
367 NewLoad->setMetadata(LLVMContext::MD_range,
376 NewLoad->setMetadata(ID, N);
385 return NewLoad;
479 LoadInst *NewLoad = combineLoadToNewType(
486 combineStoreToNewValue(IC, *SI, NewLoad);
502 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy())
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp     [all...]
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 835 milliseconds