Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DRegion.cpp185 for (auto &RPtr : Regions) in createRegionsFromMD() local
186 for (auto *I : RPtr->getAux()) in createRegionsFromMD()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp272 [&SymbolicBeforeOffset](const Binding *LPtr, const Binding *RPtr) { in printJson() argument
274 const BindingKey &R = RPtr->first; in printJson()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1922 Value *RPtr, ShapeInfo RShape, StoreInst *Store) { in createTiledLoops() argument
1958 loadMatrix(RPtr, {}, false, RShape, TI.KLoop.Index, TI.ColumnLoop.Index, in createTiledLoops()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1288 llvm::Value *RPtr = Builder.CreateExtractValue(R, 0, "rhs.memptr.ptr"); in EmitMemberPointerComparison() local
1292 llvm::Value *PtrEq = Builder.CreateICmp(Eq, LPtr, RPtr, "cmp.ptr"); in EmitMemberPointerComparison()