Searched refs:SystemZII (Results 1 - 6 of 6) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZMCInstLower.cpp | 21 switch (Flags & SystemZII::MO_SYMBOL_MODIFIER) { 24 case SystemZII::MO_GOT: 26 case SystemZII::MO_INDNTPOFF:
|
H A D | SystemZInstrInfo.cpp | 214 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad); 219 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXStore); 273 SystemZII::Branch Branch(getBranchInfo(I)); 278 if (Branch.Type != SystemZII::BranchNormal) 494 bool IsLogical = (Compare->getDesc().TSFlags & SystemZII::IsLogical) != 0; 841 if (isSimpleBD12Move(MI, SystemZII::SimpleBDXLoad)) { 852 if (isSimpleBD12Move(MI, SystemZII::SimpleBDXStore)) { 872 uint64_t AccessBytes = SystemZII::getAccessSize(MemDesc.TSFlags); 881 if (MemDesc.TSFlags & SystemZII::HasIndex) 1065 SystemZII [all...] |
H A D | SystemZElimCompare.cpp | 247 unsigned ReusableCCMask = SystemZII::getCompareZeroCCMask(MIFlags); 251 if (CompareFlags & SystemZII::IsLogical) 257 unsigned CCValues = SystemZII::getCCValues(MIFlags); 268 if (Flags & SystemZII::CCMaskFirst) 270 else if (Flags & SystemZII::CCMaskLast)
|
H A D | SystemZInstrInfo.h | 28 namespace SystemZII { namespace in namespace:llvm 114 } // end namespace SystemZII 209 SystemZII::Branch getBranchInfo(const MachineInstr *MI) const;
|
H A D | SystemZRegisterInfo.cpp | 105 if (MI->getDesc().TSFlags & SystemZII::HasIndex
|
H A D | SystemZISelLowering.cpp | 2435 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, SystemZII::MO_GOT); 2578 SystemZII::MO_INDNTPOFF);
|
Completed in 1097 milliseconds