HomeSort by relevance Sort by last modified time
    Searched full:vectortype (Results 76 - 100 of 103) sorted by null

1 2 34 5

  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 380 VectorType *VT = cast<VectorType>(T);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 335 VectorType *VT = cast<VectorType>(T);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 60 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) {
95 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) {
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
TreeTransform.h 679 VectorType::VectorKind VecKind);
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 456 else if (VectorType *SubVectorTy = dyn_cast<VectorType>(*GEPI))
538 NumElements = cast<VectorType>(STy)->getNumElements();
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 675 /// \brief A VectorType record.
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
Expr.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 516 VectorType *VTy = cast<VectorType>(Ty);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 887 else if (VectorType *PT = dyn_cast<VectorType>(I.getType()))
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 253 VectorType *PTy = cast<VectorType>(Ty);
    [all...]
Core.cpp 366 return wrap(VectorType::get(unwrap(ElementType), ElementCount));
382 return unwrap<VectorType>(VectorTy)->getNumElements();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 544 See the method [llvm::VectorType::getNumElements]. *)
    [all...]
  /external/llvm/docs/
ProgrammersManual.html     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 451 if (VectorType *VTy = dyn_cast<VectorType>(Ty))
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 154 void ASTTypeWriter::VisitVectorType(const VectorType *T) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 2315 milliseconds

1 2 34 5