Home
last modified time | relevance | path

Searched defs:isLegal (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp92 virtual bool isLegal(const MachineInstr *MI, in isLegal() function in __anond9661d290111::InstrConverterBase
138 bool isLegal(const MachineInstr *MI, in isLegal() function in __anond9661d290111::InstrReplacer
215 bool isLegal(const MachineInstr *MI, in isLegal() function in __anond9661d290111::InstrCOPYReplacer
326 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal() function in __anond9661d290111::Closure
H A DX86CallFrameOptimization.cpp135 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) { in isLegal() function in X86CallFrameOptimization
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp362 bool LegalizerInfo::isLegal(const MachineInstr &MI, in isLegal() function in LegalizerInfo
H A DCombinerHelper.cpp143 bool CombinerHelper::isLegal(const LegalityQuery &Query) const { in isLegal() function in CombinerHelper
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1296 bool isLegal(const LegalityQuery &Query) const { in isLegal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19962 bool isLegal = false; in getPreIndexedAddressParts() local
20042 bool isLegal = false; in getPostIndexedAddressParts() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19335 bool isLegal() const { in isLegal() function