OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ptrs
(Results
1 - 5
of
5
) 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/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/CodeGen/SelectionDAG/
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/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);
Completed in 63 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026