Home
last modified time | relevance | path

Searched refs:InstrNum (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1491 uint64_t InstrNum; ///< Instruction number of this DBG_PHI. member in __anon36b66d1c0211::InstrRefBasedLDV::DebugPHIRecord
1496 operator unsigned() const { return InstrNum; } in operator unsigned()
1575 uint64_t InstrNum);
1865 } else if (PHIIt != DebugPHINumToValue.end() && PHIIt->InstrNum == InstNo) { in transferDebugInstrRef()
2009 unsigned InstrNum = MI.getOperand(1).getImm(); in transferDebugPHI() local
2017 {InstrNum, MI.getParent(), Num, MTracker->lookupOrTrackRegister(Reg)}); in transferDebugPHI()
2041 {InstrNum, MI.getParent(), *Num, *MTracker->getSpillMLoc(SL)}); in transferDebugPHI()
3952 uint64_t InstrNum) { in resolveDbgPHIs() argument
3956 DebugPHINumToValue.end(), InstrNum); in resolveDbgPHIs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3341 for (unsigned InstrNum : TouchedInstructions.set_bits()) { in iterateTouchedInstructions() local
3345 if (InstrNum == 0) { in iterateTouchedInstructions()
3346 TouchedInstructions.reset(InstrNum); in iterateTouchedInstructions()
3350 Value *V = InstrFromDFSNum(InstrNum); in iterateTouchedInstructions()
3371 TouchedInstructions.reset(InstrNum); in iterateTouchedInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp848 unsigned InstrNum = DefMI->getDebugInstrNum(); in EmitDbgInstrRef() local
849 MIB.addImm(InstrNum); in EmitDbgInstrRef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1041 unsigned InstrNum = 0; in parse() local
1046 if (getUnsigned(InstrNum)) in parse()
1110 if (InstrNum) in parse()
1111 MI->setDebugInstrNum(InstrNum); in parse()