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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FixupLEAs.cpp 352 if (isLEASimpleIncOrDec(MI) && TII->isSafeToClobberEFLAGS(*MFI, I)) {
424 !TII->isSafeToClobberEFLAGS(*MFI, I))
477 !TII->isSafeToClobberEFLAGS(*MFI, MI) ||
X86InstrInfo.h 454 /// isSafeToClobberEFLAGS - Return true if it's safe insert an instruction tha
458 bool isSafeToClobberEFLAGS(MachineBasicBlock &MBB,
X86InstrInfo.cpp 583 bool X86InstrInfo::isSafeToClobberEFLAGS(MachineBasicBlock &MBB,
673 if (ClobbersEFLAGS && !isSafeToClobberEFLAGS(MBB, I)) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 272 if (isLEASimpleIncOrDec(MI) && TII->isSafeToClobberEFLAGS(*MFI, I)) {
344 !TII->isSafeToClobberEFLAGS(*MFI, I))
X86InstrInfo.h 433 /// isSafeToClobberEFLAGS - Return true if it's safe insert an instruction tha
437 bool isSafeToClobberEFLAGS(MachineBasicBlock &MBB,
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 570 milliseconds