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

  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 234 if (SI.getValueOperand() == U->get())
  /external/llvm/lib/Analysis/
CostModel.cpp 160 Type *ValTy = SI->getValueOperand()->getType();
AliasAnalysis.cpp 235 getTypeStoreSize(SI->getValueOperand()->getType()),
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 198 MadeChange |= instrument(SI->getPointerOperand(), SI->getValueOperand());
ThreadSanitizer.cpp 408 Value *StoredValue = cast<StoreInst>(I)->getValueOperand();
523 IRB.CreateIntCast(SI->getValueOperand(), Ty, false),
MemorySanitizer.cpp 463 Value *Val = I.getValueOperand();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
SROA.cpp 414 Value *ValOp = SI.getValueOperand();
791 Arg = SI->getValueOperand();
    [all...]
LoopIdiomRecognize.cpp 776 Value *StoredVal = SI->getValueOperand();
    [all...]
EarlyCSE.cpp 551 std::pair<Value*, unsigned>(SI->getValueOperand(), CurrentGeneration));
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 475 if (SI->getValueOperand()->getType()->isVectorTy()) {
799 ScalarTy = SI->getValueOperand()->getType();
951 ScalarTy = SI->getValueOperand()->getType();
    [all...]
LoopVectorize.cpp     [all...]
BBVectorize.cpp 480 Value *IVal = SI->getValueOperand();
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 176 if (AI == SI->getValueOperand())
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 253 Value *New = StripPointerCastsAndObjCCalls(Store->getValueOperand());
ObjCARCOpts.cpp 246 if (V != SI->getValueOperand())
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 150 if (SI.isVolatile() || SI.getValueOperand() == U->get() ||
151 SI.getValueOperand()->getType() != AllocaTy)
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 345 Value *getValueOperand() { return getOperand(0); }
346 const Value *getValueOperand() const { return getOperand(0); }
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 954 Ty = sinst->getValueOperand()->getType();
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 954 Ty = sinst->getValueOperand()->getType();
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 704 TD.getABITypeAlignment(S->getValueOperand()->getType());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 406 Value *V = SI->getValueOperand();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 650 milliseconds