Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp508 bool isDef32(const MachineInstr &MI) const;
7582 if (isDef32(*ExtInst)) in selectArithExtendedRegister()
7710 bool AArch64InstructionSelector::isDef32(const MachineInstr &MI) const { in isDef32() function in AArch64InstructionSelector
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp941 auto isDef32 = [](SDValue N) { in SelectArithExtendedRegister() local
949 isDef32(Reg)) in SelectArithExtendedRegister()