OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MMOIdx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalityPredicates.cpp
53
unsigned TypeIdx0, unsigned TypeIdx1, unsigned
MMOIdx
,
58
Query.MMODescrs[
MMOIdx
].SizeInBits,
59
Query.MMODescrs[
MMOIdx
].AlignInBits};
177
LegalityPredicate LegalityPredicates::memSizeInBytesNotPow2(unsigned
MMOIdx
) {
179
return !isPowerOf2_32(Query.MMODescrs[
MMOIdx
].SizeInBits / 8);
191
unsigned
MMOIdx
, AtomicOrdering Ordering) {
193
return isAtLeastOrStrongerThan(Query.MMODescrs[
MMOIdx
].Ordering, Ordering);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h
436
int64_t
MMOIdx
= MatchTable[CurrentIdx++];
440
if (State.MIs[InsnID]->getNumMemOperands() <=
MMOIdx
) {
451
= *(State.MIs[InsnID]->memoperands_begin() +
MMOIdx
);
475
int64_t
MMOIdx
= MatchTable[CurrentIdx++];
480
if (State.MIs[InsnID]->getNumMemOperands() <=
MMOIdx
) {
487
= *(State.MIs[InsnID]->memoperands_begin() +
MMOIdx
);
490
<< "(MIs[" << InsnID << "]->memoperands() + " <<
MMOIdx
499
int64_t
MMOIdx
= MatchTable[CurrentIdx++];
505
<< "]->memoperands() + " <<
MMOIdx
509
if (State.MIs[InsnID]->getNumMemOperands() <=
MMOIdx
) {
[
all
...]
LegalizerInfo.h
241
unsigned TypeIdx0, unsigned TypeIdx1, unsigned
MMOIdx
,
295
LegalityPredicate memSizeInBytesNotPow2(unsigned
MMOIdx
);
301
LegalityPredicate atomicOrderingAtLeastOrStrongerThan(unsigned
MMOIdx
,
566
typeIdx(0), typeIdx(1), /*
MMOIdx
*/ 0, TypesAndMemDesc));
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp
2019
unsigned
MMOIdx
;
2023
MemorySizePredicateMatcher(unsigned InsnVarID, unsigned
MMOIdx
, unsigned Size)
2025
MMOIdx
(
MMOIdx
), Size(Size) {}
2032
MMOIdx
== cast<MemorySizePredicateMatcher>(&B)->
MMOIdx
&&
2040
<< MatchTable::Comment("MMO") << MatchTable::IntValue(
MMOIdx
)
2048
unsigned
MMOIdx
;
2052
MemoryAddressSpacePredicateMatcher(unsigned InsnVarID, unsigned
MMOIdx
,
2055
MMOIdx
(MMOIdx), AddrSpaces(AddrSpaces.begin(), AddrSpaces.end()) {
[
all
...]
Completed in 57 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026