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

  /external/llvm/include/llvm/IR/
Type.h 73 VectorTyID, ///< 15: SIMD 'packed' format, or other vector type
229 bool isVectorTy() const { return getTypeID() == VectorTyID; }
262 getTypeID() == VectorTyID;
287 getTypeID() != VectorTyID)
DerivedTypes.h 162 T->getTypeID() == VectorTyID;
325 T->getTypeID() == VectorTyID;
418 return T->getTypeID() == VectorTyID;
DataLayout.h 479 case Type::VectorTyID: {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 118 case Type::VectorTyID: { \
316 case Type::VectorTyID: \
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 138 case Type::VectorTyID:
    [all...]
ValueTypes.cpp 254 case Type::VectorTyID: {
271 case Type::VectorTyID: {
Type.cpp 127 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth();
706 : SequentialType(VectorTyID, ElType) {
DataLayout.cpp 571 case Type::VectorTyID:
AsmWriter.cpp 255 case Type::VectorTyID: {
    [all...]
Core.cpp 197 case Type::VectorTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 559 case Type::VectorTyID:
850 case Type::VectorTyID: {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [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 191 case Type::VectorTyID: return "packed_";
398 case Type::VectorTyID: prefix = "VectorTy_"; break;
654 case Type::VectorTyID: {
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 229 case Type::VectorTyID:
GlobalOpt.cpp 328 case Type::VectorTyID: {
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 292 case Type::VectorTyID:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 458 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 313 milliseconds