HomeSort by relevance Sort by last modified time
    Searched refs:SystemZII (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 105 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad);
110 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXStore);
164 SystemZII::Branch Branch(getBranchInfo(I));
169 if (Branch.Type != SystemZII::BranchNormal)
588 if (isSimpleBD12Move(MI, SystemZII::SimpleBDXLoad)) {
595 if (isSimpleBD12Move(MI, SystemZII::SimpleBDXStore)) {
611 uint64_t AccessBytes = SystemZII::getAccessSize(MemDesc.TSFlags);
619 if (MemDesc.TSFlags & SystemZII::HasIndex)
672 SystemZII::Branch
678 return SystemZII::Branch(SystemZII::BranchNormal, SystemZ::CCMASK_ANY
    [all...]
SystemZMCInstLower.cpp 29 switch (Flags & SystemZII::MO_SYMBOL_MODIFIER) {
32 case SystemZII::MO_GOT:
SystemZInstrInfo.h 28 namespace SystemZII {
194 SystemZII::Branch getBranchInfo(const MachineInstr *MI) const;
SystemZElimCompare.cpp 239 unsigned ReusableCCMask = SystemZII::getCompareZeroCCMask(MIFlags);
243 if (CompareFlags & SystemZII::IsLogical)
249 unsigned CCValues = SystemZII::getCCValues(MIFlags);
260 if (Flags & SystemZII::CCMaskFirst)
262 else if (Flags & SystemZII::CCMaskLast)
SystemZRegisterInfo.cpp 104 if (MI->getDesc().TSFlags & SystemZII::HasIndex
SystemZISelLowering.cpp     [all...]

Completed in 420 milliseconds