Searched refs:isLegal (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp92 virtual bool isLegal(const MachineInstr *MI, function in class:__anon4424::InstrConverterBase
119 assert(isLegal(MI, TII) && "Cannot convert instruction");
138 bool isLegal(const MachineInstr *MI,
140 if (!InstrConverterBase::isLegal(MI, TII))
153 assert(isLegal(MI, TII) && "Cannot convert instruction");
181 assert(isLegal(MI, TII) && "Cannot convert instruction");
215 bool isLegal(const MachineInstr *MI,
217 if (!InstrConverterBase::isLegal(MI, TII))
269 assert(isLegal(MI, TII) && "Cannot convert instruction");
328 bool isLegal(RegDomai function in class:__anon4424::Closure
[all...]
H A DX86CallFrameOptimization.cpp98 bool isLegal(MachineFunction &MF);
135 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) { function in class:X86CallFrameOptimization
248 if (skipFunction(MF.getFunction()) || !isLegal(MF))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1207 bool isLegal(const LegalityQuery &Query) const {
1210 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp514 bool LegalizerInfo::isLegal(const MachineInstr &MI, function in class:LegalizerInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16923 bool isLegal = false; local
16925 isLegal = Subtarget->hasMVEIntegerOps() &&
16931 isLegal = getT2IndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base,
16934 isLegal = getARMIndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base,
16937 if (!isLegal)
17001 bool isLegal = false; local
17003 isLegal = Subtarget->hasMVEIntegerOps() &&
17009 isLegal = getT2IndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset,
17012 isLegal = getARMIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset,
17015 if (!isLegal)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15101 bool isLegal() const { function in struct:__anon3570::LoadedSlice
15169 /// object passed the legal check: LoadedSlice::isLegal returned true.
15458 if (!LS.isLegal())

Completed in 228 milliseconds