Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h456 static inline bool isDef32(const SDNode &N) { in isDef32() function
H A DAArch64ISelDAGToDAG.cpp826 Reg->getValueType(0).getSizeInBits() == 32 && isDef32(*Reg.getNode())) in SelectArithExtendedRegister()
H A DAArch64InstrInfo.td7008 return isDef32(*N);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp432 bool isDef32(const MachineInstr &MI) const;
3109 if (!Def || !isDef32(*Def)) { in select()
6033 if (ExtInst && isDef32(*ExtInst)) in selectArithExtendedRegister()
6115 bool AArch64InstructionSelector::isDef32(const MachineInstr &MI) const { in isDef32() function in AArch64InstructionSelector