OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ptrs
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp
249
unsigned
Ptrs
= 0;
252
Ptrs
= 1;
262
return std::make_pair(
Ptrs
, Ints);
273
unsigned
Ptrs
, Ints;
274
std::tie(
Ptrs
, Ints) = getMSMemberPointerSlots(MPT);
277
MPI.Width =
Ptrs
* PtrSize + Ints * IntSize;
282
if (
Ptrs
+ Ints > 1 && Target.getTriple().isArch32Bit())
284
else if (
Ptrs
)
291
MPI.HasPadding = MPI.Width != (
Ptrs
* PtrSize + Ints * IntSize);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp
534
for (const Value *V : SI.
Ptrs
) {
541
assert(SI.Bases.size() == SI.
Ptrs
.size() && "Pointer without base!");
544
assert(SI.
Ptrs
.empty() && "No gc specified, so cannot relocate pointers!");
614
for (const Value *V : SI.
Ptrs
)
640
for (const Value *V : SI.
Ptrs
) {
711
pushStackMapConstant(Ops, Builder, SI.
Ptrs
.size());
713
for (unsigned i = 0; i < SI.
Ptrs
.size(); ++i) {
718
SDValue Derived = Builder.getValue(SI.
Ptrs
[i]);
734
assert(SI.Bases.size() == SI.
Ptrs
.size());
1044
SI.
Ptrs
.push_back(Relocate->getDerivedPtr())
[
all
...]
SelectionDAGBuilder.h
579
/// Bases[i] is the base pointer for
Ptrs
[i]. Together they denote the set
582
SmallVector<const Value *, 16>
Ptrs
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ScalarizeMaskedMemIntrin.cpp
387
// <16 x i32 > @llvm.masked.gather.v16i32( <16 x i32*> %
Ptrs
, i32 4,
392
// %
Ptrs
= getelementptr i32, i32* %base, <16 x i64> %ind
397
// %Ptr0 = extractelement <16 x i32*> %
Ptrs
, i32 0
408
// %Ptr1 = extractelement <16 x i32*> %
Ptrs
, i32 1
417
Value *
Ptrs
= CI->getArgOperand(0);
442
Value *Ptr = Builder.CreateExtractElement(
Ptrs
, Idx, "Ptr" + Twine(Idx));
493
Value *Ptr = Builder.CreateExtractElement(
Ptrs
, Idx, "Ptr" + Twine(Idx));
520
// void @llvm.masked.scatter.v16i32(<16 x i32> %Src, <16 x i32*>* %
Ptrs
, i32 4,
525
// %
Ptrs
= getelementptr i32, i32* %ptr, <16 x i64> %ind
531
// %Ptr0 = extractelement <16 x i32*> %
Ptrs
, i32
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp
534
/// \p
Ptrs
- vector of pointers for loading
541
CallInst *IRBuilderBase::CreateMaskedGather(Value *
Ptrs
, Align Alignment,
544
auto *PtrsTy = cast<VectorType>(
Ptrs
->getType());
557
Value *Ops[] = {
Ptrs
, getInt32(Alignment.value()), Mask, PassThru};
567
/// \p
Ptrs
- the vector of pointers, where the \p Data elements should be
572
CallInst *IRBuilderBase::CreateMaskedScatter(Value *Data, Value *
Ptrs
,
574
auto *PtrsTy = cast<VectorType>(
Ptrs
->getType());
590
Value *Ops[] = {Data,
Ptrs
, getInt32(Alignment.value()), Mask};
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp
494
llvm::Value *
Ptrs
[N];
498
Ptrs
[I] =
505
CallerCGF.EmitNounwindRuntimeCall(F,
Ptrs
);
CGException.cpp
2115
llvm::Value *
Ptrs
= Builder.CreateBitCast(SEHInfo, PtrsTy->getPointerTo());
2116
llvm::Value *Rec = Builder.CreateStructGEP(PtrsTy,
Ptrs
, 0);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
760
CallInst *CreateMaskedGather(Value *
Ptrs
, Align Alignment,
765
CallInst *CreateMaskedScatter(Value *Val, Value *
Ptrs
, Align Alignment,
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
4315
const Value *
Ptrs
= GEP->getPointerOperand();
4316
if (
Ptrs
->getType()->isVectorTy() && !getSplatValue(
Ptrs
))
Completed in 34 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026