Home
last modified time | relevance | path

Searched refs:LegalityPredicate (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp33 LegalityPredicate
42 LegalityPredicate LegalityPredicates::typePairInSet( in typePairInSet()
52 LegalityPredicate LegalityPredicates::typePairAndMemDescInSet( in typePairAndMemDescInSet()
67 LegalityPredicate LegalityPredicates::isScalar(unsigned TypeIdx) { in isScalar()
73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector()
79 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx) { in isPointer()
85 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx, in isPointer()
93 LegalityPredicate LegalityPredicates::elementTypeIs(unsigned TypeIdx, in elementTypeIs()
117 LegalityPredicate LegalityPredicates::smallerThan(unsigned TypeIdx0, in smallerThan()
125 LegalityPredicate LegalityPredicates::largerThan(unsigned TypeIdx0, in largerThan()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h255 LegalityPredicate typeInSet(unsigned TypeIdx,
267 LegalityPredicate
272 LegalityPredicate typePairAndMemDescInSet(
276 LegalityPredicate isScalar(unsigned TypeIdx);
278 LegalityPredicate isVector(unsigned TypeIdx);
280 LegalityPredicate isPointer(unsigned TypeIdx);
310 LegalityPredicate sizeNotPow2(unsigned TypeIdx);
332 LegalityPredicate memSizeInBytesNotPow2(unsigned MMOIdx);
340 LegalityPredicate numElementsNotPow2(unsigned TypeIdx);
394 LegalityPredicate Predicate;
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp176 LegalityPredicate(([=](const LegalityQuery &Query) { in SPIRVLegalizerInfo()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp66 static LegalityPredicate isSmallOddVector(unsigned TypeIdx) { in isSmallOddVector()
80 static LegalityPredicate sizeIsMultipleOf32(unsigned TypeIdx) { in sizeIsMultipleOf32()
87 static LegalityPredicate isWideVec16(unsigned TypeIdx) { in isWideVec16()
164 static LegalityPredicate vectorSmallerThan(unsigned TypeIdx, unsigned Size) { in vectorSmallerThan()
171 static LegalityPredicate vectorWiderThan(unsigned TypeIdx, unsigned Size) { in vectorWiderThan()
178 static LegalityPredicate numElementsNotEven(unsigned TypeIdx) { in numElementsNotEven()
213 static LegalityPredicate isRegisterType(unsigned TypeIdx) { in isRegisterType()
219 static LegalityPredicate elementTypeIsLegal(unsigned TypeIdx) { in elementTypeIsLegal()
231 static LegalityPredicate isWideScalarExtLoadTruncStore(unsigned TypeIdx) { in isWideScalarExtLoadTruncStore()
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A DLegalizer.rst210 ``LegalityPredicate`` function returns true. This predicate has access to the