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

  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 199 MIB.addReg(Reg, getKillRegState(isKill) | getUndefRegState(isUndef) |
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 310 inline unsigned getUndefRegState(bool B) {
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
ARMExpandPseudoInsts.cpp 546 unsigned SrcFlags = (getUndefRegState(MO.isUndef()) |
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 175 .addReg(Reg, getDefRegState(!isSub) | getUndefRegState(isSub));
    [all...]
X86InstrInfo.cpp     [all...]

Completed in 274 milliseconds