Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp487 Register DataReg = MI.getOperand(0).getReg(); in emitEndCf() local
490 if (I->modifiesRegister(DataReg, TRI)) { in emitEndCf()
517 LV->replaceKillInstruction(DataReg, MI, *NewMI); in emitEndCf()
H A DSIInstrInfo.cpp9930 Register DataReg = Op.getReg(); in enforceOperandRCAlignment() local
9931 bool IsAGPR = RI.isAGPR(MRI, DataReg); in enforceOperandRCAlignment()
9939 .addReg(DataReg, 0, Op.getSubReg()) in enforceOperandRCAlignment()
H A DAMDGPULegalizerInfo.cpp3159 Register DataReg = MI.getOperand(0).getReg(); in legalizeStore() local
3160 LLT DataTy = MRI.getType(DataReg); in legalizeStore()
/freebsd/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()