Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h456 static inline bool isDef32(const SDNode &N) { in isDef32() function
H A DAArch64ISelDAGToDAG.cpp792 Reg->getValueType(0).getSizeInBits() == 32 && isDef32(*Reg.getNode())) in SelectArithExtendedRegister()
H A DAArch64InstrInfo.td6913 return isDef32(*N);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp432 bool isDef32(const MachineInstr &MI) const;
2989 if (!Def || !isDef32(*Def)) { in select()
5873 if (ExtInst && isDef32(*ExtInst)) in selectArithExtendedRegister()
5955 bool AArch64InstructionSelector::isDef32(const MachineInstr &MI) const { in isDef32() function in AArch64InstructionSelector