HomeSort by: relevance | last modified time | path
    Searched defs:getRegClassForTypeOnBank (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h 268 getRegClassForTypeOnBank(LLT Ty,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp 483 getRegClassForTypeOnBank(LLT Ty, const RegisterBank &RB,
1732 getRegClassForTypeOnBank(Ty, RBI.getRegBank(AArch64::FPRRegBankID), RBI);
2203 DefRC = getRegClassForTypeOnBank(DefTy, RB, RBI);
2830 getRegClassForTypeOnBank(DstTy, DstRB, RBI);
2835 getRegClassForTypeOnBank(SrcTy, SrcRB, RBI);
3152 getRegClassForTypeOnBank(DstTy, DstRB, RBI);
3601 getRegClassForTypeOnBank(SrcTy, VecRB, RBI, true);
3763 getRegClassForTypeOnBank(ScalarTy, DstRB, RBI, true);
3772 getRegClassForTypeOnBank(VecTy, VecRB, RBI, true);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstructionSelector.cpp 49 getRegClassForTypeOnBank(Register Reg, MachineRegisterInfo &MRI) const;
111 const TargetRegisterClass *RC = getRegClassForTypeOnBank(DstReg, MRI);
120 const TargetRegisterClass *MipsInstructionSelector::getRegClassForTypeOnBank(
433 DefRC = getRegClassForTypeOnBank(DestReg, MRI);
580 MRI.setRegClass(Dst, getRegClassForTypeOnBank(Dst, MRI));

Completed in 47 milliseconds