HomeSort by: relevance | last modified time | path
    Searched refs:SystemZII (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 365 unsigned CompareCCValues = SystemZII::getCCValues(CompareFlags);
383 unsigned CCValues = SystemZII::getCCValues(MIFlags);
386 if (CompareFlags & SystemZII::IsLogical)
392 (MIFlags & SystemZII::CCIfNoSignedWrap)) {
394 // SystemZII::CCIfNoSignedWrap flag, all CCValues are valid.
396 else if ((MIFlags & SystemZII::CCIfNoSignedWrap) &&
412 else if ((MIFlags & SystemZII::IsLogical) && CCValues) {
419 ReusableCCMask &= SystemZII::getCompareZeroCCMask(MIFlags);
436 if (Flags & SystemZII::CCMaskFirst)
438 else if (Flags & SystemZII::CCMaskLast
    [all...]
SystemZMCInstLower.cpp 20 switch (Flags & SystemZII::MO_SYMBOL_MODIFIER) {
23 case SystemZII::MO_GOT:
25 case SystemZII::MO_INDNTPOFF:
SystemZInstrInfo.cpp 322 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad);
327 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXStore);
379 SystemZII::Branch Branch(getBranchInfo(*I));
384 if (Branch.Type != SystemZII::BranchNormal)
1157 if (isSimpleBD12Move(&MI, SystemZII::SimpleBDXLoad)) {
1168 if (isSimpleBD12Move(&MI, SystemZII::SimpleBDXStore)) {
1265 uint64_t AccessBytes = SystemZII::getAccessSize(MemDesc.TSFlags);
1289 if (MemDesc.TSFlags & SystemZII::HasIndex)
1521 SystemZII::Branch
1528 return SystemZII::Branch(SystemZII::BranchNormal, SystemZ::CCMASK_ANY
    [all...]
SystemZInstrInfo.h 32 namespace SystemZII {
153 } // end namespace SystemZII
301 SystemZII::Branch getBranchInfo(const MachineInstr &MI) const;
328 SystemZII::FusedCompareType Type,
SystemZRegisterInfo.cpp 345 if (MI->getDesc().TSFlags & SystemZII::HasIndex
SystemZISelLowering.cpp 3055 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, SystemZII::MO_GOT);
3208 SystemZII::MO_INDNTPOFF);

Completed in 29 milliseconds