Home
last modified time | relevance | path

Searched refs:getImplRegState (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp192 getImplRegState(true)); in finalizeBundle()
201 getImplRegState(true)); in finalizeBundle()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp375 MIB.addReg(R->getReg(), getImplRegState(Imp)); in AddOperand()
925 getImplRegState(TargetRegisterInfo::isPhysicalRegister(Reg))); in EmitSpecialNode()
933 getImplRegState(TargetRegisterInfo::isPhysicalRegister(Reg))); in EmitSpecialNode()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h341 inline unsigned getImplRegState(bool B) { in getImplRegState() function