Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp92 virtual bool isLegal(const MachineInstr *MI, in isLegal() function in __anoncbde8b740111::InstrConverterBase
138 bool isLegal(const MachineInstr *MI, in isLegal() function in __anoncbde8b740111::InstrReplacer
215 bool isLegal(const MachineInstr *MI, in isLegal() function in __anoncbde8b740111::InstrCOPYReplacer
326 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal() function in __anoncbde8b740111::Closure
H A DX86CallFrameOptimization.cpp135 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) { in isLegal() function in X86CallFrameOptimization
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp516 bool LegalizerInfo::isLegal(const MachineInstr &MI, in isLegal() function in LegalizerInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1274 bool isLegal(const LegalityQuery &Query) const { in isLegal() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17970 bool isLegal = false; in getPreIndexedAddressParts() local
18048 bool isLegal = false; in getPostIndexedAddressParts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15920 bool isLegal() const { in isLegal() function