Searched refs:setTypes (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 278 setTypes(MI, Integer); in visit() 298 setTypes(MI, AmbiguousTy); in visit() 321 setTypes(MI, InstType::FloatingPoint); in visitAdjacentInstrs() 337 setTypes(MI, InstType::Integer); in visitAdjacentInstrs() 347 setTypes(MI, getRecordedTypeForInstr(AdjMI)); in visitAdjacentInstrs() 355 void MipsRegisterBankInfo::TypeInfoForMF::setTypes(const MachineInstr *MI, in setTypes() function in MipsRegisterBankInfo::TypeInfoForMF 359 setTypes(WaitingInstr, InstTy); in setTypes() 377 setTypes(MI, InstType::FloatingPoint); in setTypesAccordingToPhysicalRegister() 379 setTypes(MI, InstType::Integer); in setTypesAccordingToPhysicalRegister()
|
| H A D | MipsRegisterBankInfo.h | 172 void setTypes(const MachineInstr *MI, InstType ITy);
|