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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp92 virtual bool isLegal(const MachineInstr *MI, function in class:__anon2716::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))
267 assert(isLegal(MI, TII) && "Cannot convert instruction");
326 bool isLegal(RegDomai function in class:__anon2716::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))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1274 bool isLegal(const LegalityQuery &Query) const {
1283 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp516 bool LegalizerInfo::isLegal(const MachineInstr &MI, function in class:LegalizerInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17970 bool isLegal = false; local
17972 isLegal = Subtarget->hasMVEIntegerOps() &&
17978 isLegal = getT2IndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base,
17981 isLegal = getARMIndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base,
17984 if (!isLegal)
18048 bool isLegal = false; local
18050 isLegal = Subtarget->hasMVEIntegerOps() &&
18056 isLegal = getT2IndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset,
18059 isLegal = getARMIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset,
18062 if (!isLegal)
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15920 bool isLegal() const { function in struct:__anon1873::LoadedSlice
15988 /// object passed the legal check: LoadedSlice::isLegal returned true.
16277 if (!LS.isLegal())

Completed in 415 milliseconds