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

  /external/llvm/include/llvm/IR/
DerivedTypes.h 166 T->getTypeID() == VectorTyID;
324 T->getTypeID() == VectorTyID;
438 return T->getTypeID() == VectorTyID;
Type.h 74 VectorTyID ///< 16: SIMD 'packed' format, or other vector type
219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
270 getTypeID() != VectorTyID)
DataLayout.h 543 case Type::VectorTyID: {
  /external/llvm/lib/IR/
Constants.cpp 223 case Type::VectorTyID:
    [all...]
ValueTypes.cpp 293 case Type::VectorTyID: {
310 case Type::VectorTyID: {
Type.cpp 124 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth();
703 : SequentialType(VectorTyID, ElType) {
DataLayout.cpp 668 case Type::VectorTyID:
AsmWriter.cpp 520 case Type::VectorTyID: {
    [all...]
Core.cpp 261 case Type::VectorTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 120 case Type::VectorTyID: { \
318 case Type::VectorTyID: \
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 630 case Type::VectorTyID:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 200 case Type::VectorTyID:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 196 case Type::VectorTyID: return "packed_";
408 case Type::VectorTyID: prefix = "VectorTy_"; break;
667 case Type::VectorTyID: {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 292 case Type::VectorTyID:
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
GlobalOpt.cpp 133 case Type::VectorTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 324 case Type::VectorTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 324 case Type::VectorTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 326 case Type::VectorTyID: {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 481 case Type::VectorTyID: {
    [all...]

Completed in 1368 milliseconds