Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp509 const LLT DefTy = MRI.getType(DefReg); in select() local
517 if (!DefTy.isValid()) { in select()
523 DefRC = getRegClassForTypeOnBank(DefTy, RB); in select()
968 const LLT DefTy = MRI.getType(DefReg); in selectAddr() local
992 DefTy, Align(DefTy.getSizeInBits() / 8)); in selectAddr()
1046 DefTy, Align(DefTy.getSizeInBits() / 8)); in selectAddr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2449 const LLT DefTy = MRI.getType(DefReg); in select() local
2457 if (!DefTy.isValid()) { in select()
2462 DefRC = getRegClassForTypeOnBank(DefTy, RB); in select()
2619 const LLT DefTy = MRI.getType(DefReg); in select() local
2620 const unsigned DefSize = DefTy.getSizeInBits(); in select()
2663 const TargetRegisterClass &FPRRC = *getRegClassForTypeOnBank(DefTy, RB); in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp212 const LLT DefTy = MRI->getType(DefReg); in selectPHI() local
213 if (DefTy == LLT::scalar(1)) { in selectPHI()
230 if (!DefTy.isValid()) { in selectPHI()
236 DefRC = TRI.getRegClassForTypeOnBank(DefTy, RB); in selectPHI()