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

  /external/llvm/include/llvm/IR/
DerivedTypes.h 298 /// SequentialType - This is the superclass of the array, pointer and vector
302 /// allow for use of SIMD instructions. SequentialType holds the common
306 class SequentialType : public CompositeType {
308 SequentialType(const SequentialType &) LLVM_DELETED_FUNCTION;
309 const SequentialType &operator=(const SequentialType &) LLVM_DELETED_FUNCTION;
312 SequentialType(TypeID TID, Type *ElType)
332 class ArrayType : public SequentialType {
358 class VectorType : public SequentialType {
    [all...]
Constants.h 38 class SequentialType;
579 /// SequentialType, which reduces the amount of casting needed in parts of the
581 inline SequentialType *getType() const {
582 return cast<SequentialType>(Value::getType());
    [all...]
Instructions.h 830 SequentialType *getType() const {
831 return cast<SequentialType>(Instruction::getType());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 606 if (isa<SequentialType>(*GTI)) {
633 if (isa<SequentialType>(*GTI)) {
660 if (isa<SequentialType>(*GTI)) {
710 if (isa<SequentialType>(*GTI)) {
    [all...]
SROA.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/IR/
Type.cpp 201 return cast<SequentialType>(this)->getElementType();
632 return cast<SequentialType>(this)->getElementType();
640 return cast<SequentialType>(this)->getElementType();
672 : SequentialType(ArrayTyID, ElType) {
699 : SequentialType(VectorTyID, ElType) {
744 : SequentialType(PointerTyID, E) {
ConstantFold.cpp 121 } else if (SequentialType *STy =
122 dyn_cast<SequentialType>(ElTy)) {
    [all...]
DataLayout.cpp 756 Ty = cast<SequentialType>(Ty)->getElementType();
Constants.cpp 711 if (isa<SequentialType>(getType()))
719 if (isa<SequentialType>(getType()))
744 if (isa<SequentialType>(getType()))
752 if (isa<SequentialType>(getType()))
    [all...]
Core.cpp 483 return wrap(unwrap<SequentialType>(Ty)->getElementType());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 128 SequentialType *STy = cast<SequentialType>(Ty);
511 } else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) {
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 815 if (SequentialType *ATy = dyn_cast<SequentialType>(Ty)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 202 return containsPointerType(dyn_cast<SequentialType>(Ty)->getElementType());
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 202 return containsPointerType(dyn_cast<SequentialType>(Ty)->getElementType());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 503 Ty = cast<SequentialType>(Ty)->getElementType();
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 635 if (SequentialType *SeqTy = dyn_cast<SequentialType>(InitTy)) {
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 618 type [ty]. See the method [llvm::SequentialType::get]. *)
    [all...]

Completed in 459 milliseconds