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

  /external/llvm/include/llvm/IR/
DerivedTypes.h 162 T->getTypeID() == VectorTyID;
325 T->getTypeID() == VectorTyID;
438 return T->getTypeID() == VectorTyID;
Type.h 74 VectorTyID ///< 15: SIMD 'packed' format, or other vector type
226 bool isVectorTy() const { return getTypeID() == VectorTyID; }
277 getTypeID() != VectorTyID)
DataLayout.h 553 case Type::VectorTyID: {
  /external/llvm/lib/IR/
Constants.cpp 160 case Type::VectorTyID:
    [all...]
ValueTypes.cpp 264 case Type::VectorTyID: {
281 case Type::VectorTyID: {
Type.cpp 127 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth();
699 : SequentialType(VectorTyID, ElType) {
DataLayout.cpp 672 case Type::VectorTyID:
AsmWriter.cpp 260 case Type::VectorTyID: {
    [all...]
Core.cpp 259 case Type::VectorTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 119 case Type::VectorTyID: { \
317 case Type::VectorTyID: \
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 608 case Type::VectorTyID:
899 case Type::VectorTyID: {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 200 case Type::VectorTyID:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 200 case Type::VectorTyID:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 193 case Type::VectorTyID: return "packed_";
405 case Type::VectorTyID: prefix = "VectorTy_"; break;
664 case Type::VectorTyID: {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 538 case Type::VectorTyID:
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 639 case Type::VectorTyID:
    [all...]
GlobalOpt.cpp 127 case Type::VectorTyID: {
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 294 case Type::VectorTyID:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 463 case Type::VectorTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 370 case Type::VectorTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 326 case Type::VectorTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 331 case Type::VectorTyID: {
    [all...]

Completed in 619 milliseconds