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

1 2

  /external/clang/test/CodeGen/
parameter-passing.c 14 typedef int ScalarTy;
24 static ScalarTy scalar_id(ScalarTy a) { return a; }
33 static void scalar_mul(ScalarTy a) { result *= a; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 122 void setScalarInVectorAction(unsigned Opcode, LLT ScalarTy,
124 assert(!ScalarTy.isVector());
125 ScalarInVectorActions[std::make_pair(Opcode, ScalarTy)] = Action;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 68 static LLT vector(uint16_t NumElements, LLT ScalarTy) {
70 assert(ScalarTy.isScalar() && "invalid vector element type");
71 return LLT{Vector, NumElements, ScalarTy.getSizeInBits()};
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 122 void setScalarInVectorAction(unsigned Opcode, LLT ScalarTy,
124 assert(!ScalarTy.isVector());
125 ScalarInVectorActions[std::make_pair(Opcode, ScalarTy)] = Action;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 68 static LLT vector(uint16_t NumElements, LLT ScalarTy) {
70 assert(ScalarTy.isScalar() && "invalid vector element type");
71 return LLT{Vector, NumElements, ScalarTy.getSizeInBits()};
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 122 void setScalarInVectorAction(unsigned Opcode, LLT ScalarTy,
124 assert(!ScalarTy.isVector());
125 ScalarInVectorActions[std::make_pair(Opcode, ScalarTy)] = Action;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 68 static LLT vector(uint16_t NumElements, LLT ScalarTy) {
70 assert(ScalarTy.isScalar() && "invalid vector element type");
71 return LLT{Vector, NumElements, ScalarTy.getSizeInBits()};
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 122 void setScalarInVectorAction(unsigned Opcode, LLT ScalarTy,
124 assert(!ScalarTy.isVector());
125 ScalarInVectorActions[std::make_pair(Opcode, ScalarTy)] = Action;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 68 static LLT vector(uint16_t NumElements, LLT ScalarTy) {
70 assert(ScalarTy.isScalar() && "invalid vector element type");
71 return LLT{Vector, NumElements, ScalarTy.getSizeInBits()};
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 122 void setScalarInVectorAction(unsigned Opcode, LLT ScalarTy,
124 assert(!ScalarTy.isVector());
125 ScalarInVectorActions[std::make_pair(Opcode, ScalarTy)] = Action;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 68 static LLT vector(uint16_t NumElements, LLT ScalarTy) {
70 assert(ScalarTy.isScalar() && "invalid vector element type");
71 return LLT{Vector, NumElements, ScalarTy.getSizeInBits()};
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 122 void setScalarInVectorAction(unsigned Opcode, LLT ScalarTy,
124 assert(!ScalarTy.isVector());
125 ScalarInVectorActions[std::make_pair(Opcode, ScalarTy)] = Action;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 68 static LLT vector(uint16_t NumElements, LLT ScalarTy) {
70 assert(ScalarTy.isScalar() && "invalid vector element type");
71 return LLT{Vector, NumElements, ScalarTy.getSizeInBits()};
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 122 void setScalarInVectorAction(unsigned Opcode, LLT ScalarTy,
124 assert(!ScalarTy.isVector());
125 ScalarInVectorActions[std::make_pair(Opcode, ScalarTy)] = Action;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 68 static LLT vector(uint16_t NumElements, LLT ScalarTy) {
70 assert(ScalarTy.isScalar() && "invalid vector element type");
71 return LLT{Vector, NumElements, ScalarTy.getSizeInBits()};
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 122 void setScalarInVectorAction(unsigned Opcode, LLT ScalarTy,
124 assert(!ScalarTy.isVector());
125 ScalarInVectorActions[std::make_pair(Opcode, ScalarTy)] = Action;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 68 static LLT vector(uint16_t NumElements, LLT ScalarTy) {
70 assert(ScalarTy.isScalar() && "invalid vector element type");
71 return LLT{Vector, NumElements, ScalarTy.getSizeInBits()};
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]

Completed in 554 milliseconds

1 2