Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp276 setTypes(MI, Integer); in visit()
296 setTypes(MI, AmbiguousTy); in visit()
319 setTypes(MI, InstType::FloatingPoint); in visitAdjacentInstrs()
335 setTypes(MI, InstType::Integer); in visitAdjacentInstrs()
345 setTypes(MI, getRecordedTypeForInstr(AdjMI)); in visitAdjacentInstrs()
353 void MipsRegisterBankInfo::TypeInfoForMF::setTypes(const MachineInstr *MI, in setTypes() function in MipsRegisterBankInfo::TypeInfoForMF
357 setTypes(WaitingInstr, InstTy); in setTypes()
375 setTypes(MI, InstType::FloatingPoint); in setTypesAccordingToPhysicalRegister()
377 setTypes(MI, InstType::Integer); in setTypesAccordingToPhysicalRegister()
H A DMipsRegisterBankInfo.h172 void setTypes(const MachineInstr *MI, InstType ITy);