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

1 2

  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 157 if (needsCmpXchgNb(SI->getValueOperand()->getType()))
277 SI->getValueOperand(), Order);
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 234 if (SI.getValueOperand() == U->get())
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 197 MadeChange |= instrument(SI->getPointerOperand(), SI->getValueOperand());
ThreadSanitizer.cpp 393 Value *StoredValue = cast<StoreInst>(I)->getValueOperand();
498 IRB.CreateIntCast(SI->getValueOperand(), Ty, false),
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
SROA.cpp 469 Value *ValOp = SI.getValueOperand();
    [all...]
LoopIdiomRecognize.cpp 775 Value *StoredVal = SI->getValueOperand();
    [all...]
EarlyCSE.cpp 542 std::pair<Value*, unsigned>(SI->getValueOperand(), CurrentGeneration));
Scalarizer.cpp 610 Value *FullValue = SI.getValueOperand();
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 257 getTypeStoreSize(SI->getValueOperand()->getType()),
CostModel.cpp 432 Type *ValTy = SI->getValueOperand()->getType();
  /external/llvm/lib/CodeGen/
AtomicExpandLoadLinkedPass.cpp 127 SI->getValueOperand(), SI->getOrdering());
StackProtector.cpp 156 if (AI == SI->getValueOperand())
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 254 Value *New = StripPointerCastsAndObjCCalls(Store->getValueOperand());
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 660 if (SI->getValueOperand()->getType()->isVectorTy()) {
    [all...]
LoopVectorize.cpp     [all...]
BBVectorize.cpp 491 Value *IVal = SI->getValueOperand();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 954 Ty = sinst->getValueOperand()->getType();
    [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp     [all...]
IRForTarget.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 954 Ty = sinst->getValueOperand()->getType();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 360 Value *getValueOperand() { return getOperand(0); }
361 const Value *getValueOperand() const { return getOperand(0); }
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 788 milliseconds

1 2