Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp92 virtual bool isLegal(const MachineInstr *MI, isLegal() function in __anonec12a15c0111::InstrConverterBase
138 bool isLegal(const MachineInstr *MI, isLegal() function in __anonec12a15c0111::InstrReplacer
215 bool isLegal(const MachineInstr *MI, isLegal() function in __anonec12a15c0111::InstrCOPYReplacer
326 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } isLegal() function in __anonec12a15c0111::Closure
[all...]
H A DX86CallFrameOptimization.cpp135 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) { in isLegal() function in X86CallFrameOptimization
/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 { isLegal() function in CombinerHelper
[all...]
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp3085 bool TypeConverter::isLegal(Type type) const { isLegal() function in TypeConverter
3088 bool TypeConverter::isLegal(Operation *op) const { isLegal() function in TypeConverter
3092 bool TypeConverter::isLegal(Region *region) const { isLegal() function in TypeConverter
3307 auto ConversionTarget::isLegal(Operation *op) const isLegal() function in ConversionTarget
[all...]
/llvm-project/mlir/include/mlir/Transforms/
H A DDialectConversion.h274 isLegal(RangeT &&range) const { isLegal() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1296 bool isLegal(const LegalityQuery &Query) const { isLegal() function
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19977 bool isLegal = false; getPreIndexedAddressParts() local
20057 bool isLegal = false; getPostIndexedAddressParts() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19288 bool isLegal() const { isLegal() function
[all...]