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

  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 210 if (Extract && isa<ConstantInt>(Extract->getIndexOperand())) {
283 auto *IndexOperand = cast<ConstantInt>(Extract->getIndexOperand());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 290 if (Extract && isa<ConstantInt>(Extract->getIndexOperand())) {
362 auto *IndexOperand = cast<ConstantInt>(Extract->getIndexOperand());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 77 if (EI.getIndexOperand() == EU->getIndexOperand())
106 Value *Elt = EI.getIndexOperand();
148 EI.getVectorOperand(), EI.getIndexOperand(), DL, TLI, DT, AC))
253 EI.getIndexOperand());
272 EI.getIndexOperand(),
278 EI.getIndexOperand(),
283 EI.getIndexOperand(),
    [all...]
InstCombineLoadStoreAlloca.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 100 if (EI.getIndexOperand() == EU->getIndexOperand())
129 Value *Elt = EI.getIndexOperand();
171 EI.getIndexOperand(),
279 EI.getIndexOperand());
    [all...]
InstCombineLoadStoreAlloca.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 239 EI.getIndexOperand());
  /external/llvm/lib/Analysis/
Lint.cpp 590 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getIndexOperand(),
InstructionSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 524 dyn_cast<ConstantInt>(findValue(I.getIndexOperand(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
Lint.cpp 624 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getIndexOperand(),
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 265 auto *Idx = dyn_cast<ConstantInt>(EI->getIndexOperand());
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]
SPIRVReader.cpp 613 Arg.push_back(EEI->getIndexOperand());
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 1661 milliseconds