Home
last modified time | relevance | path

Searched refs:DefTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp685 const LLT DefTy = MRI->getType(DefReg); in select() local
693 if (!DefTy.isValid()) { in select()
699 DefRC = getRegClassForTypeOnBank(DefTy, RB); in select()
1109 const LLT DefTy = MRI->getType(DefReg); in selectAddr() local
1133 DefTy, Align(DefTy.getSizeInBits() / 8)); in selectAddr()
1187 DefTy, Align(DefTy.getSizeInBits() / 8)); in selectAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2594 const LLT DefTy = MRI.getType(DefReg); in select() local
2602 if (!DefTy.isValid()) { in select()
2607 DefRC = getRegClassForTypeOnBank(DefTy, RB); in select()
2737 const LLT DefTy = MRI.getType(DefReg); in select() local
2738 const unsigned DefSize = DefTy.getSizeInBits(); in select()
2781 const TargetRegisterClass &FPRRC = *getRegClassForTypeOnBank(DefTy, RB); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp291 const LLT DefTy = MRI->getType(DefReg); in selectPHI() local
297 if (DefTy == LLT::scalar(1)) in selectPHI()
308 if (!DefTy.isValid()) { in selectPHI()
314 DefRC = TRI.getRegClassForTypeOnBank(DefTy, RB); in selectPHI()