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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterBankInfo.cpp 356 InstType InstTy) {
357 changeRecordedTypeForInstr(MI, InstTy);
359 setTypes(WaitingInstr, InstTy);
466 InstType InstTy = InstType::Integer;
508 InstTy = TI.determineInstType(&MI);
510 if (isFloatingPoint_32or64(InstTy, Op0Size) ||
511 isAmbiguous_64(InstTy, Op0Size)) {
515 assert((isInteger_32(InstTy, Op0Size) ||
516 isAmbiguous_32(InstTy, Op0Size) ||
517 isAmbiguousWithMergeOrUnmerge_64(InstTy, Op0Size)) &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 214 struct InstTy {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1236 TypeSourceInfo *InstTy;
1242 InstTy = Ty;
1244 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
1247 if (!InstTy)
1251 D->getFriendLoc(), InstTy);

Completed in 22 milliseconds