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

  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 708 LoadInst *newLoad = new LoadInst(V, V->getName()+".val", Call);
709 newLoad->setAlignment(OrigLoad->getAlignment());
711 newLoad->setMetadata(LLVMContext::MD_tbaa,
713 Args.push_back(newLoad);
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 301 LoadInst *newLoad = new LoadInst(V, V->getName() + ".val", Call);
302 newLoad->setAlignment(OrigLoad->getAlignment());
306 newLoad->setAAMetadata(AAInfo);
308 Args.push_back(newLoad);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 508 SDValue newLoad = DAG.getLoad(intVT, dl, Chain, Ptr, LD->getPointerInfo(),
511 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 898 milliseconds