OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ptrs
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/AST/
MicrosoftCXXABI.cpp
225
unsigned
Ptrs
= 0;
228
Ptrs
= 1;
238
return std::make_pair(
Ptrs
, Ints);
249
unsigned
Ptrs
, Ints;
250
std::tie(
Ptrs
, Ints) = getMSMemberPointerSlots(MPT);
251
uint64_t Width =
Ptrs
* PtrSize + Ints * IntSize;
257
if (
Ptrs
+ Ints > 1 && Target.getTriple().isArch32Bit())
259
else if (
Ptrs
)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ScalarizeMaskedMemIntrin.cpp
350
// <16 x i32 > @llvm.masked.gather.v16i32( <16 x i32*> %
Ptrs
, i32 4,
355
// %
Ptrs
= getelementptr i32, i32* %base, <16 x i64> %ind
361
// % Ptr0 = extractelement <16 x i32*> %
Ptrs
, i32 0
373
// % Ptr1 = extractelement <16 x i32*> %
Ptrs
, i32 1
381
Value *
Ptrs
= CI->getArgOperand(0);
413
Value *Ptr = Builder.CreateExtractElement(
Ptrs
, Builder.getInt32(Idx),
459
Value *Ptr = Builder.CreateExtractElement(
Ptrs
, Builder.getInt32(Idx),
485
// void @llvm.masked.scatter.v16i32(<16 x i32> %Src, <16 x i32*>* %
Ptrs
, i32 4,
490
// %
Ptrs
= getelementptr i32, i32* %ptr, <16 x i64> %ind
497
// % Ptr0 = extractelement <16 x i32*> %
Ptrs
, i32
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
726
/// Bases[i] is the base pointer for
Ptrs
[i]. Together they denote the set
729
SmallVector<const Value *, 16>
Ptrs
;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
751
/// Bases[i] is the base pointer for
Ptrs
[i]. Together they denote the set
754
SmallVector<const Value *, 16>
Ptrs
;
[
all
...]
/external/clang/lib/CodeGen/
CGException.cpp
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
Completed in 507 milliseconds