HomeSort by relevance Sort by last modified time
    Searched refs:getValueOperand (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueLatticeUtils.cpp 34 if (Store->getValueOperand() == GV || Store->isVolatile())
MemoryLocation.cpp 36 DL.getTypeStoreSize(SI->getValueOperand()->getType()),
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 234 if (SI.getValueOperand() == U->get())
  /external/llvm/lib/Analysis/
MemoryLocation.cpp 36 DL.getTypeStoreSize(SI->getValueOperand()->getType()),
Loads.cpp 372 CastInst::isBitOrNoopPointerCastable(SI->getValueOperand()->getType(),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
PtrUseVisitor.h 252 if (SI.getValueOperand() == U->get())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 395 if (DL->isNonIntegralPointerType(SI->getValueOperand()->getType()))
402 Value *StoredVal = SI->getValueOperand();
455 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType());
460 LoadInst *LI = dyn_cast<LoadInst>(SI->getValueOperand());
589 Value *FirstStoredVal = SL[i]->getValueOperand();
594 unsigned FirstStoreSize = DL->getTypeStoreSize(SL[i]->getValueOperand()->getType());
634 Value *SecondStoredVal = SL[k]->getValueOperand();
687 StoreSize += DL->getTypeStoreSize(I->getValueOperand()->getType());
692 Value *StoredVal = HeadStore->getValueOperand();
    [all...]
MergedLoadStoreMotion.cpp 207 Value *Opd1 = S0->getValueOperand();
208 Value *Opd2 = S1->getValueOperand();
DeadStoreElimination.cpp     [all...]
SROA.cpp 793 Value *ValOp = SI.getValueOperand();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 283 uint64_t SizeInBits = DL->getTypeSizeInBits(SI->getValueOperand()->getType());
345 Value *StoredVal = SI->getValueOperand();
402 LoadInst *LI = dyn_cast<LoadInst>(SI->getValueOperand());
520 Value *FirstStoredVal = SL[i]->getValueOperand();
565 Value *SecondStoredVal = SL[k]->getValueOperand();
623 Value *StoredVal = HeadStore->getValueOperand();
    [all...]
SROA.cpp 743 Value *ValOp = SI.getValueOperand();
    [all...]
MergedLoadStoreMotion.cpp 404 Value *Opd1 = S0->getValueOperand();
405 Value *Opd2 = S1->getValueOperand();
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 86 return DL.getABITypeAlignment(SI->getValueOperand()->getType());
544 Type *Ty = SI->getValueOperand()->getType();
670 StoreTy = cast<StoreInst>(V)->getValueOperand()->getType();
782 Value *Extract = Builder.CreateExtractElement(Store->getValueOperand(),
795 Value *Extract = Store->getValueOperand();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
VNCoercion.cpp 211 if (DepSI->getValueOperand()->getType()->isStructTy() ||
212 DepSI->getValueOperand()->getType()->isArrayTy())
217 DL.getTypeSizeInBits(DepSI->getValueOperand()->getType());
  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 339 ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(SI->getValueOperand());
AtomicExpandPass.cpp 117 return DL.getTypeStoreSize(SI->getValueOperand()->getType());
272 if (SI->getValueOperand()->getType()->isFloatingPointTy()) {
276 assert(SI->getValueOperand()->getType()->isIntegerTy() &&
442 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(),
444 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy);
470 SI->getValueOperand(), SI->getOrdering());
    [all...]
StackProtector.cpp 169 if (AI == SI->getValueOperand())
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 196 instrument(SI->getPointerOperand(), SI->getValueOperand(), DL);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 417 ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(SI->getValueOperand());
AtomicExpandPass.cpp 138 return DL.getTypeStoreSize(SI->getValueOperand()->getType());
289 if (SI->getValueOperand()->getType()->isFloatingPointTy()) {
293 assert(SI->getValueOperand()->getType()->isIntegerTy() &&
452 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(),
454 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy);
480 SI->getValueOperand(), SI->getOrdering());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 159 Or = getBoundsCheckCond(SI->getPointerOperand(), SI->getValueOperand(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 144 return DL.getABITypeAlignment(SI->getValueOperand()->getType());
772 Type *Ty = SI->getValueOperand()->getType();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 853 if (DepSI->getValueOperand()->getType()->isStructTy() ||
854 DepSI->getValueOperand()->getType()->isArrayTy())
858 uint64_t StoreSize =TD.getTypeSizeInBits(DepSI->getValueOperand()->getType());
    [all...]
LoopIdiomRecognize.cpp 272 Value *StoredVal = SI->getValueOperand();
557 LoadInst *LI = cast<LoadInst>(SI->getValueOperand());

Completed in 594 milliseconds

1 2 3 4 5