Home
last modified time | relevance | path

Searched refs:setTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp278 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 DMipsRegisterBankInfo.h172 void setTypes(const MachineInstr *MI, InstType ITy);