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.cpp521 const LLT DefTy = MRI.getType(DefReg); in select() local
529 if (!DefTy.isValid()) { in select()
535 DefRC = getRegClassForTypeOnBank(DefTy, RB); in select()
996 const LLT DefTy = MRI.getType(DefReg); in selectAddr() local
1020 DefTy, Align(DefTy.getSizeInBits() / 8)); in selectAddr()
1074 DefTy, Align(DefTy.getSizeInBits() / 8)); in selectAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2465 const LLT DefTy = MRI.getType(DefReg); in select() local
2473 if (!DefTy.isValid()) { in select()
2478 DefRC = getRegClassForTypeOnBank(DefTy, RB); in select()
2608 const LLT DefTy = MRI.getType(DefReg); in select() local
2609 const unsigned DefSize = DefTy.getSizeInBits(); in select()
2652 const TargetRegisterClass &FPRRC = *getRegClassForTypeOnBank(DefTy, RB); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp207 const LLT DefTy = MRI->getType(DefReg); in selectPHI() local
213 if (DefTy == LLT::scalar(1)) in selectPHI()
224 if (!DefTy.isValid()) { in selectPHI()
230 DefRC = TRI.getRegClassForTypeOnBank(DefTy, RB); in selectPHI()