Home
last modified time | relevance | path

Searched refs:Legalized (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp125 return LI.legalizeIntrinsic(*this, MI) ? Legalized : UnableToLegalize; in legalizeInstrStep()
154 return LI.legalizeCustom(*this, MI, LocObserver) ? Legalized in legalizeInstrStep()
608 return LegalizerHelper::Legalized; in createLibcall()
725 return LegalizerHelper::Legalized; in createMemLibcall()
851 return LegalizerHelper::Legalized; in createAtomicLibcall()
949 if (Res != LegalizerHelper::Legalized) in createGetStateLibcall()
957 return LegalizerHelper::Legalized; in createGetStateLibcall()
1041 if (Status != Legalized) in libcall()
1084 if (Status != Legalized) in libcall()
1103 if (Status != Legalized) in libcall()
[all …]
H A DLegalizer.cpp261 Changed |= Res == LegalizerHelper::Legalized; in legalizeMachineFunction()
H A DLoadStoreOpt.cpp72 MachineFunctionProperties::Property::Legalized); in init()
H A DCombinerHelper.cpp1637 LegalizerHelper::LegalizeResult::Legalized; in tryEmitMemcpyInline()
1645 LegalizerHelper::LegalizeResult::Legalized; in tryCombineMemCpyFamily()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h43 .set(MachineFunctionProperties::Property::Legalized) in getRequiredProperties()
H A DLegalizer.h65 MachineFunctionProperties::Property::Legalized); in getSetProperties()
H A DRegBankSelect.h629 .set(MachineFunctionProperties::Property::Legalized); in getRequiredProperties()
643 /// Legalized property, so it should be.
H A DLegalizerHelper.h69 Legalized, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVPostLegalizerCombiner.cpp135 MachineFunctionProperties::Property::Legalized) && in runOnMachineFunction()
H A DRISCVLegalizerInfo.cpp800 LegalizerHelper::Legalized; in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp369 if (Status != LegalizerHelper::Legalized) in legalizeCustom()
407 if (Status != LegalizerHelper::Legalized) in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h725 bool Legalized = false;
766 YamlIO.mapOptional("legalized", MF.Legalized, false);
H A DMachineFunction.h185 Legalized,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp211 YamlMF.Legalized = MF.getProperties().hasProperty( in print()
212 MachineFunctionProperties::Property::Legalized); in print()
H A DMachineFunction.cpp98 case P::Legalized: return "Legalized"; in getPropertyName()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1116 LegalizerHelper::Legalized) in applyMappingLoad()
1158 if (Helper.fewerElementsVector(MI, 0, LoadSplitTy) != LegalizerHelper::Legalized) in applyMappingLoad()
1161 if (Helper.narrowScalar(MI, 0, LoadSplitTy) != LegalizerHelper::Legalized) in applyMappingLoad()
2255 if (Helper.widenScalar(MI, 0, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
2400 LegalizerHelper::Legalized) in applyMappingImpl()
2457 if (Helper.lowerAbsToMaxNeg(MI) != LegalizerHelper::Legalized) in applyMappingImpl()
2527 if (Helper.widenScalar(MI, 0, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
2534 if (Helper.widenScalar(MI, 1, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
2664 if (Helper.narrowScalar(MI, 1, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
H A DAMDGPULegalizerInfo.cpp2698 return Helper.lowerFMinNumMaxNum(MI) == LegalizerHelper::Legalized; in legalizeMinNumMaxNum()
3192 return Helper.lowerFMad(MI) == LegalizerHelper::Legalized; in legalizeFMad()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp501 if (YamlMF.Legalized) in initializeMachineFunction()
502 MF.getProperties().set(MachineFunctionProperties::Property::Legalized); in initializeMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4112 bool Legalized = TLI.LegalizeSetCCCondCode( in ExpandNode() local
4116 if (Legalized) { in ExpandNode()
4192 bool Legalized = false; in ExpandNode() local
4199 Legalized = true; in ExpandNode()
4209 Legalized = true; in ExpandNode()
4215 if (!Legalized) { in ExpandNode()
4216 Legalized = TLI.LegalizeSetCCCondCode( in ExpandNode()
4220 assert(Legalized && "Can't legalize SELECT_CC with legal condition!"); in ExpandNode()
4251 bool Legalized = TLI.LegalizeSetCCCondCode( in ExpandNode() local
4254 (void)Legalized; in ExpandNode()
[all …]
H A DLegalizeVectorOps.cpp1727 bool Legalized = in ExpandSETCC() local
1731 if (Legalized) { in ExpandSETCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp548 MachineFunctionProperties::Property::Legalized) && in runOnMachineFunction()
H A DAArch64LegalizerInfo.cpp1374 LegalizerHelper::LegalizeResult::Legalized); in legalizeFunnelShift()
1928 LegalizerHelper::LegalizeResult::Legalized; in legalizeCTPOP()
H A DAArch64PostLegalizerLowering.cpp1284 MachineFunctionProperties::Property::Legalized) && in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp410 MFProps.set(MachineFunctionProperties::Property::Legalized); in getRequiredProperties()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td1015 …:FailedISel) || !MF->getProperties().hasProperty(MachineFunctionProperties::Property::Legalized)">;