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

  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 203 LoadInst *NewLoad = new LoadInst(
213 *DL, NewLoad, cast<IntegerType>(L.Load->getType()),
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 341 LoadInst *NewLoad =
343 NewLoad->setAlignment(LI.getAlignment());
344 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
346 PointerType *OldTy = dyn_cast<PointerType>(NewLoad->getType());
350 return new AddrSpaceCastInst(NewLoad, LI.getType());
353 return new BitCastInst(NewLoad, LI.getType());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]

Completed in 372 milliseconds