HomeSort by relevance Sort by last modified time
    Searched refs:ConstantVector (Results 26 - 50 of 57) sorted by null

12 3

  /external/clang/lib/CodeGen/
CGDecl.cpp 714 isa<llvm::ConstantVector>(Init) || isa<llvm::BlockAddress>(Init) ||
751 isa<llvm::ConstantVector>(Init) || isa<llvm::BlockAddress>(Init) ||
    [all...]
CGExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 489 ConstantVector,
516 DEFINE_CASE(Val, ConstantVector);
    [all...]
llvm.ml 271 | ConstantVector
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 774 } else if (const ConstantVector *CVec = dyn_cast<ConstantVector>(CV)) {
784 Out << "Constant* " << constName << " = ConstantVector::get("
821 Out << " = ConstantVector::get(";
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCalls.cpp 768 auto NewSelector = ConstantVector::get(Selectors);
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 181 /// m_APInt - Match a ConstantInt or splatted ConstantVector, binding the
821 isa<ConstantVector>(RHS)) &&
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 393 } else if (isa<ConstantVector>(UserC)) {
394 NewC = ConstantVector::get(NewOps);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 366 } else if (isa<ConstantVector>(UserC)) {
367 NewC = ConstantVector::get(NewOps);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 645 } else if (isa<ConstantVector>(UserC)) {
646 NewC = ConstantVector::get(NewOps);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 631 return ConstantVector::getSplat(V->getType()->getVectorNumElements(),
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]

Completed in 1296 milliseconds

12 3