Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp111 return LI.legalizeIntrinsic(*this, MI) ? Legalized : UnableToLegalize; in legalizeInstrStep()
140 return LI.legalizeCustom(*this, MI) ? Legalized : UnableToLegalize; in legalizeInstrStep()
537 return LegalizerHelper::Legalized; in createLibcall()
637 return LegalizerHelper::Legalized; in createMemLibcall()
686 if (Status != Legalized) in libcall()
718 if (Status != Legalized) in libcall()
729 if (Status != Legalized) in libcall()
744 if (Status != Legalized) in libcall()
759 if (Status != Legalized) in libcall()
769 if (Result != Legalized) in libcall()
[all …]
H A DLegalizer.cpp255 Changed |= Res == LegalizerHelper::Legalized; in legalizeMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h41 .set(MachineFunctionProperties::Property::Legalized) in getRequiredProperties()
H A DLegalizer.h59 MachineFunctionProperties::Property::Legalized); in getSetProperties()
H A DRegBankSelect.h629 .set(MachineFunctionProperties::Property::Legalized); in getRequiredProperties()
H A DLegalizerHelper.h58 Legalized, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp391 if (Status != LegalizerHelper::Legalized) in legalizeCustom()
428 if (Status != LegalizerHelper::Legalized) in legalizeCustom()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h687 bool Legalized = false;
715 YamlIO.mapOptional("legalized", MF.Legalized, false);
H A DMachineFunction.h158 Legalized,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp358 MachineFunctionProperties::Property::Legalized) && in runOnMachineFunction()
H A DAArch64PostLegalizerLowering.cpp1044 MachineFunctionProperties::Property::Legalized) && in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp208 YamlMF.Legalized = MF.getProperties().hasProperty( in print()
209 MachineFunctionProperties::Property::Legalized); in print()
H A DMachineFunction.cpp95 case P::Legalized: return "Legalized"; in getPropertyName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3581 bool Legalized = in ExpandNode() local
3585 if (Legalized) { in ExpandNode()
3654 bool Legalized = false; in ExpandNode() local
3661 Legalized = true; in ExpandNode()
3671 Legalized = true; in ExpandNode()
3677 if (!Legalized) { in ExpandNode()
3678 Legalized = TLI.LegalizeSetCCCondCode( in ExpandNode()
3682 assert(Legalized && "Can't legalize SELECT_CC with legal condition!"); in ExpandNode()
3713 bool Legalized = in ExpandNode() local
3716 (void)Legalized; in ExpandNode()
[all …]
H A DLegalizeVectorOps.cpp1366 bool Legalized = TLI.LegalizeSetCCCondCode(DAG, Node->getValueType(0), LHS, in ExpandSETCC() local
1369 if (Legalized) { in ExpandSETCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp441 if (YamlMF.Legalized) in initializeMachineFunction()
442 MF.getProperties().set(MachineFunctionProperties::Property::Legalized); in initializeMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1233 if (Helper.fewerElementsVector(MI, 0, LoadSplitTy) != LegalizerHelper::Legalized) in applyMappingLoad()
1236 if (Helper.narrowScalar(MI, 0, LoadSplitTy) != LegalizerHelper::Legalized) in applyMappingLoad()
2118 if (Helper.widenScalar(MI, 0, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
2263 LegalizerHelper::Legalized) in applyMappingImpl()
2355 if (Helper.widenScalar(MI, 0, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
2362 if (Helper.widenScalar(MI, 1, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
2428 if (Helper.narrowScalar(MI, 1, S32) != LegalizerHelper::Legalized) in applyMappingImpl()
H A DAMDGPULegalizerInfo.cpp2101 return Helper.lowerFMinNumMaxNum(MI) == LegalizerHelper::Legalized; in legalizeMinNumMaxNum()
2186 return Helper.lowerShuffleVector(MI) == LegalizerHelper::Legalized; in legalizeShuffleVector()
2490 return Helper.lowerFMad(MI) == LegalizerHelper::Legalized; in legalizeFMad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td638 …:FailedISel) || !MF->getProperties().hasProperty(MachineFunctionProperties::Property::Legalized)">;