Searched refs:setTypes (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsRegisterBankInfo.cpp | 257 setTypes(MI, Integer); in visit() 277 setTypes(MI, AmbiguousTy); in visit() 300 setTypes(MI, InstType::FloatingPoint); in visitAdjacentInstrs() 316 setTypes(MI, InstType::Integer); in visitAdjacentInstrs() 326 setTypes(MI, getRecordedTypeForInstr(AdjMI)); in visitAdjacentInstrs() 334 void MipsRegisterBankInfo::TypeInfoForMF::setTypes(const MachineInstr *MI, in setTypes() function in MipsRegisterBankInfo::TypeInfoForMF 338 setTypes(WaitingInstr, InstTy); in setTypes() 356 setTypes(MI, InstType::FloatingPoint); in setTypesAccordingToPhysicalRegister() 358 setTypes(MI, InstType::Integer); in setTypesAccordingToPhysicalRegister()
|
H A D | MipsRegisterBankInfo.h | 173 void setTypes(const MachineInstr *MI, InstType ITy);
|