Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp484 Register DataReg = MI.getOperand(0).getReg(); in emitEndCf() local
487 if (I->modifiesRegister(DataReg, TRI)) { in emitEndCf()
514 LV->replaceKillInstruction(DataReg, MI, *NewMI); in emitEndCf()
H A DSIInstrInfo.cpp8726 Register DataReg = Op.getReg(); in enforceOperandRCAlignment() local
8727 bool IsAGPR = RI.isAGPR(MRI, DataReg); in enforceOperandRCAlignment()
8735 .addReg(DataReg, 0, Op.getSubReg()) in enforceOperandRCAlignment()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp850 const MemRegion *DataReg = getSVal(Callee).getAsRegion(); in getBlockRegion() local
852 return dyn_cast_or_null<BlockDataRegion>(DataReg); in getBlockRegion()