Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp721 const LLT DefTy = MRI.getType(DefReg); in select() local
732 if (!DefTy.isValid()) { in select()
737 DefRC = getRegClassForTypeOnBank(DefTy, RB, RBI); in select()
808 const LLT DefTy = MRI.getType(DefReg); in select() local
809 const unsigned DefSize = DefTy.getSizeInBits(); in select()