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

  /external/llvm/include/llvm/Analysis/
VectorUtils.h 43 bool hasVectorInstrinsicScalarOpd(Intrinsic::ID ID, unsigned ScalarOpdIdx);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
VectorUtils.h 44 bool hasVectorInstrinsicScalarOpd(Intrinsic::ID ID, unsigned ScalarOpdIdx);
  /external/llvm/lib/Analysis/
VectorUtils.cpp 71 bool llvm::hasVectorInstrinsicScalarOpd(Intrinsic::ID ID,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
VectorUtils.cpp 72 bool llvm::hasVectorInstrinsicScalarOpd(Intrinsic::ID ID,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 488 if (hasVectorInstrinsicScalarOpd(ID, J))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 674 if (CI && hasVectorInstrinsicScalarOpd(
    [all...]
SLPVectorizer.cpp 441 if (hasVectorInstrinsicScalarOpd(ID, 1)) {
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 264 if (hasVectorInstrinsicScalarOpd(ID, 1)) {
    [all...]
LoopVectorize.cpp     [all...]

Completed in 1319 milliseconds