HomeSort by relevance Sort by last modified time
    Searched refs:MSI (Results 26 - 40 of 40) sorted by null

12

  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 252 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) {
253 assert(MSI->getArgOperand(0) == V && "Memset only takes one pointer!");
254 if (MSI->isVolatile()) return true;
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 255 MemberSpecializationInfo *MSI = ED->getMemberSpecializationInfo();
256 if (MSI->getTemplateSpecializationKind() != TSK_ExplicitSpecialization) {
    [all...]
SemaType.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 177 } else if (MemSetInst *MSI = dyn_cast<MemSetInst>(U)) {
178 if (isa<Constant>(MSI->getValue())) {
180 MSI->eraseFromParent();
181 } else if (Instruction *I = dyn_cast<Instruction>(MSI->getValue())) {
183 Dead.push_back(std::make_pair(I, MSI));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 238 } else if (MemSetInst *MSI = dyn_cast<MemSetInst>(MI)) {
239 if (Instruction *I = SimplifyMemSet(MSI))
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]