OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PtrBase
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp
1407
Register
PtrBase
= MI.getOperand(2).getReg();
1408
LLT PtrTy = MRI->getType(
PtrBase
);
1412
std::tie(
PtrBase
, Offset) = selectDS1Addr1OffsetImpl(MI.getOperand(2));
1415
if (!isDSOffsetLegal(
PtrBase
, Offset)) {
1416
PtrBase
= MI.getOperand(2).getReg();
1425
.addReg(
PtrBase
);
1426
if (!RBI.constrainGenericRegister(
PtrBase
, AMDGPU::SReg_32RegClass, *MRI))
3453
Register
PtrBase
;
3455
std::tie(
PtrBase
, ConstOffset) =
3464
return std::make_pair(
PtrBase
, ConstOffset)
[
all
...]
AMDGPUISelDAGToDAG.cpp
2432
SDValue
PtrBase
= Ptr.getOperand(0);
2436
if (isDSOffsetLegal(
PtrBase
, OffsetVal.getZExtValue())) {
2437
N = glueCopyToM0(N,
PtrBase
);
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h
610
JITTargetAddress
PtrBase
;
622
JITTargetAddress
PtrBase
;
626
std::tie(StubBase,
PtrBase
, NumStubsEmitted) = *StubInfoOrErr;
631
RemoteIndirectStubsInfos.push_back({StubBase,
PtrBase
, NumStubsEmitted});
655
assert(RemoteIndirectStubsInfos[K.first].
PtrBase
!= 0 &&
657
return RemoteIndirectStubsInfos[K.first].
PtrBase
+
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
781
Value *
PtrBase
, *Index;
782
std::tie(
PtrBase
, Index) = getAsConstantIndexedAddress(GEPLHS, DL);
787
if (!canRewriteGEPAsOffset(RHS,
PtrBase
, DL, Nodes))
796
Value *NewRHS = rewriteGEPAsOffset(RHS,
PtrBase
, DL, Nodes);
799
// GEP having
PtrBase
as the pointer base, and has returned in NewRHS the
823
Value *
PtrBase
= GEPLHS->getOperand(0);
825
if (
PtrBase
== RHS && GEPLHS->isInBounds() &&
872
if (
PtrBase
!= GEPRHS->getOperand(0)) {
895
PtrBase
->stripPointerCasts() ==
Completed in 35 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026