Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp93 virtual bool isLegal(const MachineInstr *MI, in isLegal() function in __anon73142a400111::InstrConverterBase
139 bool isLegal(const MachineInstr *MI, in isLegal() function in __anon73142a400111::InstrReplacer
216 bool isLegal(const MachineInstr *MI, in isLegal() function in __anon73142a400111::InstrCOPYReplacer
327 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal() function in __anon73142a400111::Closure
H A DX86CallFrameOptimization.cpp135 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) { in isLegal() function in X86CallFrameOptimization
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp358 bool LegalizerInfo::isLegal(const MachineInstr &MI, in isLegal() function in LegalizerInfo
H A DCombinerHelper.cpp138 bool CombinerHelper::isLegal(const LegalityQuery &Query) const { in isLegal() function in CombinerHelper
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1255 bool isLegal(const LegalityQuery &Query) const { in isLegal() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19726 bool isLegal = false; in getPreIndexedAddressParts() local
19806 bool isLegal = false; in getPostIndexedAddressParts() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17710 bool isLegal() const { in isLegal() function