Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h247 LegalityPredicate typeInSet(unsigned TypeIdx,
259 LegalityPredicate
264 LegalityPredicate typePairAndMemDescInSet(
268 LegalityPredicate isScalar(unsigned TypeIdx);
270 LegalityPredicate isVector(unsigned TypeIdx);
272 LegalityPredicate isPointer(unsigned TypeIdx);
298 LegalityPredicate sizeNotPow2(unsigned TypeIdx);
319 LegalityPredicate memSizeInBytesNotPow2(unsigned MMOIdx);
322 LegalityPredicate numElementsNotPow2(unsigned TypeIdx);
363 LegalityPredicate Predicate;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp65 static LegalityPredicate isSmallOddVector(unsigned TypeIdx) { in isSmallOddVector()
79 static LegalityPredicate sizeIsMultipleOf32(unsigned TypeIdx) { in sizeIsMultipleOf32()
86 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()