Searched refs:VarReg (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | InvalidPtrChecker.cpp | 246 if (const auto *VarReg = dyn_cast<VarRegion>(SRV->getRegion())) in findInvalidatedSymbolicBase() local 247 Reg = VarReg; in findInvalidatedSymbolicBase()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 860 Register VarReg = MRI->createGenericVirtualRegister(LLT::scalar(32)); in selectMemOperation() local 861 GR.add(GV, GR.CurMF, VarReg); in selectMemOperation() 863 buildOpDecorate(VarReg, I, TII, SPIRV::Decoration::Constant, {}); in selectMemOperation() 865 .addDef(VarReg) in selectMemOperation() 873 selectUnOpWithSrc(SrcReg, SourceTy, I, VarReg, SPIRV::OpBitcast); in selectMemOperation() 2313 Register VarReg = MRI->createVirtualRegister(&SPIRV::IDRegClass); in selectLog10() local 2316 .addDef(VarReg) in selectLog10() 2341 .addUse(VarReg) in selectLog10()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 998 Register VarReg; in reassociateFMA() local 1001 VarReg = RegM31; in reassociateFMA() 1004 VarReg = RegM32; in reassociateFMA() 1020 .addReg(VarReg, getKillRegState(KillVarReg)); in reassociateFMA()
|