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

  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 99 Value *StoredVal = SI->getOperand(0);
101 if (Constant *C = dyn_cast<Constant>(StoredVal)) {
108 if (GV->hasInitializer() && StoredVal == GV->getInitializer()) {
111 } else if (isa<LoadInst>(StoredVal) &&
112 cast<LoadInst>(StoredVal)->getOperand(0) == GV) {
117 GS.StoredOnceValue = StoredVal;
119 GS.StoredOnceValue == StoredVal) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 112 Value *StoredVal = SI->getOperand(0);
114 if (Constant *C = dyn_cast<Constant>(StoredVal)) {
121 if (GV->hasInitializer() && StoredVal == GV->getInitializer()) {
124 } else if (isa<LoadInst>(StoredVal) &&
125 cast<LoadInst>(StoredVal)->getOperand(0) == GV) {
130 GS.StoredOnceValue = StoredVal;
132 GS.StoredOnceValue == StoredVal) {
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 116 unsigned StoreAlignment, Value *StoredVal,
345 Value *StoredVal = SI->getValueOperand();
349 uint64_t SizeInBits = DL->getTypeSizeInBits(StoredVal->getType());
371 Value *SplatValue = isBytewiseValue(StoredVal);
386 (PatternValue = getMemSetPatternValue(StoredVal, DL))) {
623 Value *StoredVal = HeadStore->getValueOperand();
636 StoredVal, HeadStore, AdjacentStores, StoreEv,
746 Value *StoredVal, Instruction *TheStore,
749 Value *SplatValue = isBytewiseValue(StoredVal);
753 PatternValue = getMemSetPatternValue(StoredVal, DL)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 213 Value *StoredVal = SI->getOperand(0);
214 if (StoredVal == GV->getInitializer()) {
217 } else if (isa<LoadInst>(StoredVal) &&
218 cast<LoadInst>(StoredVal)->getOperand(0) == GV) {
223 GS.StoredOnceValue = StoredVal;
225 GS.StoredOnceValue == StoredVal) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 664 static bool CanCoerceMustAliasedValueToLoad(Value *StoredVal,
670 StoredVal->getType()->isStructTy() ||
671 StoredVal->getType()->isArrayTy())
675 if (TD.getTypeSizeInBits(StoredVal->getType()) <
689 static Value *CoerceAvailableValueToLoadType(Value *StoredVal,
693 if (!CanCoerceMustAliasedValueToLoad(StoredVal, LoadedTy, TD))
697 Type *StoredValTy = StoredVal->getType();
706 return new BitCastInst(StoredVal, LoadedTy, "", InsertPt);
711 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 171 unsigned StoreAlignment, Value *StoredVal,
402 Value *StoredVal = SI->getValueOperand();
406 uint64_t SizeInBits = DL->getTypeSizeInBits(StoredVal->getType());
428 Value *SplatValue = isBytewiseValue(StoredVal);
445 (PatternValue = getMemSetPatternValue(StoredVal, DL))) {
692 Value *StoredVal = HeadStore->getValueOperand();
705 StoredVal, HeadStore, AdjacentStores, StoreEv,
851 Value *StoredVal, Instruction *TheStore,
854 Value *SplatValue = isBytewiseValue(StoredVal);
858 PatternValue = getMemSetPatternValue(StoredVal, DL)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 837 milliseconds