Home
last modified time | relevance | path

Searched defs:InstTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h76 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64()
82 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32()
88 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64()
94 bool isAmbiguousWithMergeOrUnmerge_64(InstType InstTy, in isAmbiguousWithMergeOrUnmerge_64()
101 bool isFloatingPoint_32or64(InstType InstTy, unsigned OpSize) const { in isFloatingPoint_32or64()
107 bool isFloatingPoint_64(InstType InstTy, unsigned OpSize) const { in isFloatingPoint_64()
113 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32()
198 void changeRecordedTypeForInstr(const MachineInstr *MI, InstType InstTy) { in changeRecordedTypeForInstr()
H A DMipsRegisterBankInfo.cpp354 setTypes(const MachineInstr * MI,InstType InstTy) setTypes() argument
464 InstType InstTy = InstType::Integer; getInstrMapping() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1396 TypeSourceInfo *InstTy; VisitFriendDecl() local