Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2393 const LLT DefTy = MRI.getType(DefReg); in select() local
2401 if (!DefTy.isValid()) { in select()
2406 DefRC = getRegClassForTypeOnBank(DefTy, RB); in select()
2563 const LLT DefTy = MRI.getType(DefReg); in select() local
2564 const unsigned DefSize = DefTy.getSizeInBits(); in select()
2607 const TargetRegisterClass &FPRRC = *getRegClassForTypeOnBank(DefTy, RB); in select()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp200 const LLT DefTy = MRI->getType(DefReg); in selectPHI() local
201 if (DefTy == LLT::scalar(1)) { in selectPHI()
218 if (!DefTy.isValid()) { in selectPHI()
224 DefRC = TRI.getRegClassForTypeOnBank(DefTy, RB); in selectPHI()