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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 38 ImplicitDefine = Implicit | Define,
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 428 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead));
569 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead));
    [all...]
ARMFrameLowering.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMLoadStoreOptimizer.cpp 358 MIB.addReg(ImpDefs[i], RegState::ImplicitDefine);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]

Completed in 220 milliseconds