Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp489 Register DataReg = MI.getOperand(0).getReg(); in emitEndCf() local
492 if (I->modifiesRegister(DataReg, TRI)) { in emitEndCf()
519 LV->replaceKillInstruction(DataReg, MI, *NewMI); in emitEndCf()
H A DSIInstrInfo.cpp9805 Register DataReg = Op.getReg(); in enforceOperandRCAlignment() local
9806 bool IsAGPR = RI.isAGPR(MRI, DataReg); in enforceOperandRCAlignment()
9814 .addReg(DataReg, 0, Op.getSubReg()) in enforceOperandRCAlignment()
H A DAMDGPULegalizerInfo.cpp3063 Register DataReg = MI.getOperand(0).getReg(); in legalizeStore() local
3064 LLT DataTy = MRI.getType(DataReg); in legalizeStore()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp878 const MemRegion *DataReg = getSVal(Callee).getAsRegion(); in getBlockRegion() local
880 return dyn_cast_or_null<BlockDataRegion>(DataReg); in getBlockRegion()