HomeSort by: relevance | last modified time | path
    Searched defs:IType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.cpp 623 unsigned IType = HexagonMCInstrInfo::getType(MCII, MI);
665 bool BranchOrCR = MCID.isBranch() || IType == HexagonII::TypeCR;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp 405 Type *IType = (ArgType->isFloatTy()) ? Int32Ty : Int64Ty;
413 IType = Int32Ty;
418 IType = Int32Ty;
422 Arg = new BitCastInst(Arg, IType, "PrintArgFP", Brnch);
472 Type *IType = NULL;
487 IType = Type::getInt64Ty(ArgType->getContext());
492 IType = Type::getInt64Ty(ArgType->getContext());
495 IType = Type::getInt32Ty(ArgType->getContext());
498 IType = Type::getInt16Ty(ArgType->getContext());
504 IType = Type::getInt64Ty(ArgType->getContext())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 1801 QualType IType = IList->getInit(Index)->getType();
1802 if (!IType->isVectorType()) {
1808 const VectorType *IVT = IType->castAs<VectorType>();
1811 if (IType->isExtVectorType())
  /src/sys/arch/mips/include/
mips_opcode.h 57 } IType;
99 } IType;

Completed in 36 milliseconds