OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TB_FOLDED_STORE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrFoldTables.h
40
TB_FOLDED_STORE
= 1 << 6,
X86InstrFoldTables.cpp
280
{ X86::EXTRACTPSrr, X86::EXTRACTPSmr,
TB_FOLDED_STORE
},
295
{ X86::MMX_MOVD64from64rr, X86::MMX_MOVD64from64rm,
TB_FOLDED_STORE
| TB_NO_REVERSE },
296
{ X86::MMX_MOVD64grr, X86::MMX_MOVD64mr,
TB_FOLDED_STORE
| TB_NO_REVERSE },
297
{ X86::MOV16ri, X86::MOV16mi,
TB_FOLDED_STORE
},
298
{ X86::MOV16rr, X86::MOV16mr,
TB_FOLDED_STORE
},
299
{ X86::MOV32ri, X86::MOV32mi,
TB_FOLDED_STORE
},
300
{ X86::MOV32rr, X86::MOV32mr,
TB_FOLDED_STORE
},
301
{ X86::MOV64ri32, X86::MOV64mi32,
TB_FOLDED_STORE
},
302
{ X86::MOV64rr, X86::MOV64mr,
TB_FOLDED_STORE
},
303
{ X86::MOV64toSDrr, X86::MOV64mr,
TB_FOLDED_STORE
| TB_NO_REVERSE }
[
all
...]
X86InstrInfo.cpp
5576
isTwoAddrFold || (OpNum == 0 && I->Flags &
TB_FOLDED_STORE
);
6262
bool FoldedStore = I->Flags &
TB_FOLDED_STORE
;
6410
bool FoldedStore = I->Flags &
TB_FOLDED_STORE
;
6537
bool FoldedStore = I->Flags &
TB_FOLDED_STORE
;
Completed in 47 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026