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

  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 248 unsigned ReusableCCMask = SystemZII::getCompareZeroCCMask(MIFlags);
252 if (CompareFlags & SystemZII::IsLogical)
258 unsigned CCValues = SystemZII::getCCValues(MIFlags);
269 if (Flags & SystemZII::CCMaskFirst)
271 else if (Flags & SystemZII::CCMaskLast)
381 SystemZII::FusedCompareType Type;
384 Type = SystemZII::CompareAndBranch;
387 Type = SystemZII::CompareAndReturn;
390 Type = SystemZII::CompareAndSibcall;
393 Type = SystemZII::CompareAndTrap
    [all...]
SystemZMCInstLower.cpp 21 switch (Flags & SystemZII::MO_SYMBOL_MODIFIER) {
24 case SystemZII::MO_GOT:
26 case SystemZII::MO_INDNTPOFF:
SystemZInstrInfo.cpp 243 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad);
248 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXStore);
300 SystemZII::Branch Branch(getBranchInfo(*I));
305 if (Branch.Type != SystemZII::BranchNormal)
518 bool IsLogical = (Compare.getDesc().TSFlags & SystemZII::IsLogical) != 0;
    [all...]
SystemZInstrInfo.h 28 namespace SystemZII {
130 } // end namespace SystemZII
229 SystemZII::Branch getBranchInfo(const MachineInstr &MI) const;
256 SystemZII::FusedCompareType Type,
SystemZRegisterInfo.cpp 119 if (MI->getDesc().TSFlags & SystemZII::HasIndex
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrInfo.h 29 /// SystemZII - This namespace holds all of the target specific flags that
32 namespace SystemZII {
SystemZAsmPrinter.cpp 171 case SystemZII::MO_NO_FLAG:
173 case SystemZII::MO_GOTENT: O << "@GOTENT"; break;
174 case SystemZII::MO_PLT: O << "@PLT"; break;
SystemZISelLowering.cpp 742 OpFlags = SystemZII::MO_GOTENT;
    [all...]

Completed in 3282 milliseconds