OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoreOpcode
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
396
unsigned LoadOpcode,
StoreOpcode
;
397
getLoadStoreOpcodes(RC, LoadOpcode,
StoreOpcode
);
398
addFrameReference(BuildMI(MBB, MBBI, DL, get(
StoreOpcode
))
412
unsigned LoadOpcode,
StoreOpcode
;
413
getLoadStoreOpcodes(RC, LoadOpcode,
StoreOpcode
);
560
unsigned
StoreOpcode
= Op1IsGPR ? SystemZ::STG : SystemZ::STD;
561
return BuildMI(MF, MI->getDebugLoc(), get(
StoreOpcode
))
712
unsigned &
StoreOpcode
) const {
715
StoreOpcode
= SystemZ::ST32;
719
StoreOpcode
= SystemZ::STG
[
all
...]
SystemZInstrInfo.h
198
unsigned &LoadOpcode, unsigned &
StoreOpcode
) const;
SystemZISelLowering.h
217
unsigned
StoreOpcode
, unsigned STOCOpcode,
SystemZISelLowering.cpp
[
all
...]
Completed in 43 milliseconds