Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h37 SimpleBDXStore = (1 << 1), enumerator
H A DSystemZInstrInfo.cpp345 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXStore); in isStoreToStackSlot()
1364 if (isSimpleBD12Move(&MI, SystemZII::SimpleBDXStore)) { in foldMemoryOperandImpl()
H A DSystemZInstrFP.td151 let SimpleBDXStore = 1, mayStore = 1 in {
H A DSystemZInstrFormats.td58 bit SimpleBDXStore = 0;
102 let TSFlags{1} = SimpleBDXStore;
H A DSystemZInstrInfo.td515 let SimpleBDXStore = 1, mayStore = 1 in {