Searched refs:setTypes (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 228 setTypes(MI, Integer); in visit() 248 setTypes(MI, AmbiguousTy); in visit() 271 setTypes(MI, InstType::FloatingPoint); in visitAdjacentInstrs() 287 setTypes(MI, InstType::Integer); in visitAdjacentInstrs() 297 setTypes(MI, getRecordedTypeForInstr(AdjMI)); in visitAdjacentInstrs() 305 void MipsRegisterBankInfo::TypeInfoForMF::setTypes(const MachineInstr *MI, in setTypes() function in MipsRegisterBankInfo::TypeInfoForMF 309 setTypes(WaitingInstr, InstTy); in setTypes() 327 setTypes(MI, InstType::FloatingPoint); in setTypesAccordingToPhysicalRegister() 329 setTypes(MI, InstType::Integer); in setTypesAccordingToPhysicalRegister()
|
| H A D | MipsRegisterBankInfo.h | 170 void setTypes(const MachineInstr *MI, InstType ITy);
|