Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp461 Register DataReg = MI.getOperand(0).getReg(); in emitEndCf() local
464 if (I->modifiesRegister(DataReg, TRI)) { in emitEndCf()
H A DSIISelLowering.cpp4273 Register DataReg = Op->getReg(); in EmitInstrWithCustomInserter() local
4274 bool IsAGPR = TRI->isAGPR(MRI, DataReg); in EmitInstrWithCustomInserter()
4282 .addReg(DataReg, 0, Op->getSubReg()) in EmitInstrWithCustomInserter()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp884 const MemRegion *DataReg = getSVal(Callee).getAsRegion(); in getBlockRegion() local
886 return dyn_cast_or_null<BlockDataRegion>(DataReg); in getBlockRegion()