HomeSort by: relevance | last modified time | path
    Searched refs:getValueOperand (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueLatticeUtils.cpp 35 return Store->getValueOperand() != GV && !Store->isVolatile();
Loads.cpp 390 AccessedTy = SI->getValueOperand()->getType();
510 Value *Val = SI->getValueOperand();
573 SI->getValueOperand()->getType(), DL))
MemoryLocation.cpp 54 SI->getValueOperand()->getType())),
CFLGraph.h 361 auto *Val = Inst.getValueOperand();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanTransforms.cpp 69 Plan->getOrAddVPValue(Store->getValueOperand()),
LoadStoreVectorizer.cpp 855 Type *Ty = SI->getValueOperand()->getType();
997 StoreTy = cast<StoreInst>(I)->getValueOperand()->getType();
1106 Value *Extract = Builder.CreateExtractElement(Store->getValueOperand(),
1119 Value *Extract = Store->getValueOperand();
VectorCombine.cpp 785 !isa<FixedVectorType>(SI->getValueOperand()->getType()))
793 if (!match(SI->getValueOperand(),
799 auto VecTy = cast<FixedVectorType>(SI->getValueOperand()->getType());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
PtrUseVisitor.h 250 if (SI.getValueOperand() == U->get())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 213 Value *Opd1 = S0->getValueOperand();
214 Value *Opd2 = S1->getValueOperand();
DeadStoreElimination.cpp 746 if (Earlier && isa<ConstantInt>(Earlier->getValueOperand()) &&
747 DL.typeSizeEqualsStoreSize(Earlier->getValueOperand()->getType()) &&
748 Later && isa<ConstantInt>(Later->getValueOperand()) &&
749 DL.typeSizeEqualsStoreSize(Later->getValueOperand()->getType()) &&
762 cast<ConstantInt>(Earlier->getValueOperand())->getValue();
763 APInt LaterValue = cast<ConstantInt>(Later->getValueOperand())->getValue();
781 return ConstantInt::get(Earlier->getValueOperand()->getType(), Merged);
LoopIdiomRecognize.cpp 487 Value *StoredVal = SI->getValueOperand();
548 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType());
553 LoadInst *LI = dyn_cast<LoadInst>(SI->getValueOperand());
669 Value *FirstStoredVal = SL[i]->getValueOperand();
674 unsigned FirstStoreSize = DL->getTypeStoreSize(SL[i]->getValueOperand()->getType());
714 Value *SecondStoredVal = SL[k]->getValueOperand();
771 StoreSize += DL->getTypeStoreSize(I->getValueOperand()->getType());
776 Value *StoredVal = HeadStore->getValueOperand();
1172 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType());
1175 LoadInst *LI = cast<LoadInst>(SI->getValueOperand());
    [all...]
SROA.cpp 795 Value *ValOp = SI.getValueOperand();
1151 UserTy = SI->getValueOperand()->getType();
1869 Type *STy = SI->getValueOperand()->getType();
1923 CheckCandidateType(SI->getValueOperand()->getType());
2051 Type *ValueTy = SI->getValueOperand()->getType();
2652 V = insertInteger(DL, IRB, Old, SI.getValueOperand(), Offset, "insert");
2673 Value *V = SI.getValueOperand();
3456 Value *V = SI.getValueOperand();
3834 if (auto *LI = dyn_cast<LoadInst>(SI->getValueOperand()))
3866 auto *StoredLoad = dyn_cast<LoadInst>(SI->getValueOperand());
    [all...]
NewGVN.cpp 1367 auto *StoredValueLeader = lookupOperandLeader(SI->getValueOperand());
1371 E->setType(SI->getValueOperand()->getType());
1444 LoadType == DepSI->getValueOperand()->getType())
1449 lookupOperandLeader(DepSI->getValueOperand()))) {
2654 FoundVal = SI->getValueOperand();
3560 auto Leader = lookupOperandLeader(SI->getValueOperand());
3564 VDDef.Def.setPointer(SI->getValueOperand());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 390 isa<VectorType>(SI->getValueOperand()->getType()))
524 if (SI->getValueOperand()->getType() == AllocaTy ||
525 SI->getValueOperand()->getType()->isVectorTy())
536 Value *Elt = SI->getValueOperand();
AMDGPURewriteOutArguments.cpp 306 Value *ReplVal = Store.second->getValueOperand();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 162 Or = getBoundsCheckCond(SI->getPointerOperand(), SI->getValueOperand(),
ThreadSanitizer.cpp 629 Value *StoredValue = cast<StoreInst>(II.Inst)->getValueOperand();
768 IRB.CreateBitOrPointerCast(SI->getValueOperand(), Ty),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
VNCoercion.cpp 228 auto *StoredVal = DepSI->getValueOperand();
239 DL.getTypeSizeInBits(DepSI->getValueOperand()->getType()).getFixedSize();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp 143 return DL.getTypeStoreSize(SI->getValueOperand()->getType());
264 if (SI->getValueOperand()->getType()->isFloatingPointTy()) {
268 assert(SI->getValueOperand()->getType()->isIntegerTy() &&
433 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(),
435 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy);
460 AtomicRMWInst::Xchg, SI->getPointerOperand(), SI->getValueOperand(),
1534 I, Size, I->getAlign(), I->getPointerOperand(), I->getValueOperand(),
InterleavedAccessPass.cpp 496 auto *SVI = dyn_cast<ShuffleVectorInst>(SI->getValueOperand());
StackProtector.cpp 179 if (AI == cast<StoreInst>(I)->getValueOperand())
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 1248 Store->getValueOperand()->getType()->isVectorTy())
1258 switch (getSimpleType(Store->getValueOperand()->getType())) {
1286 unsigned ValueReg = getRegForValue(Store->getValueOperand());
1290 ValueReg = maskI1Value(ValueReg, Store->getValueOperand());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CalledValuePropagation.cpp 334 auto RegI = CVPLatticeKey(I.getValueOperand(), IPOGrouping::Register);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 1123 Value *V = SI.getValueOperand();
1157 Value *V = SI.getValueOperand();
1298 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr)))))
1300 auto *LI = cast<LoadInst>(SI.getValueOperand());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 1938 Value *StoredVal = SI->getValueOperand();
1958 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType());
1963 LoadInst *LI = dyn_cast<LoadInst>(SI->getValueOperand());
2036 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType());
2043 auto *LI = cast<LoadInst>(SI->getValueOperand());

Completed in 67 milliseconds

1 2 3