OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndexType
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyDebugValueManager.cpp
85
auto
IndexType
= DBI->isIndirectDebugValue()
89
MO.ChangeToTargetIndex(
IndexType
, LocalId);
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.h
77
const TypeDescriptor &
IndexType
;
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBlockRanges.h
47
class
IndexType
{
56
IndexType
() {}
57
IndexType
(unsigned Idx) : Index(Idx) {}
59
static bool isInstr(
IndexType
X) { return X.Index >= First; }
63
bool operator== (
IndexType
Idx) const;
65
bool operator!= (
IndexType
Idx) const;
66
IndexType
operator++ ();
68
bool operator< (
IndexType
Idx) const;
69
bool operator<= (
IndexType
Idx) const;
72
bool operator> (
IndexType
Idx) const
[
all
...]
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_handlers.h
87
const TypeDescriptor &
IndexType
;
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.h
87
const TypeDescriptor &
IndexType
;
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTF.h
151
uint32_t
IndexType
; ///< Index type
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
399
ArrayRecord(TypeIndex ElementType, TypeIndex
IndexType
, uint64_t Size,
402
IndexType
(
IndexType
), Size(Size), Name(Name) {}
405
TypeIndex getIndexType() const { return
IndexType
; }
410
TypeIndex
IndexType
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
1119
Type *
IndexType
= Type::getIntNTy(C, IndexBits);
1121
SwitchIndexFieldId = B.addField(
IndexType
, None);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp
1605
//
IndexType
is size_t, which depends on the bitness of the target.
1606
TypeIndex
IndexType
= getPointerSizeInBytes() == 8
1646
ArrayRecord AR(ElementTypeIndex,
IndexType
, ArraySize, Name);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
616
Type *
IndexType
= IntegerType::get(
620
NewInsts[Base] = ConstantInt::getNullValue(
IndexType
);
629
NewInsts[PHI] = PHINode::Create(
IndexType
, PHI->getNumIncomingValues(),
727
Type *
IndexType
= IntegerType::get(V->getContext(),
730
Constant *Index = ConstantInt::getNullValue(
IndexType
);
742
Index, ConstantExpr::getSExtOrBitCast(GEPIndex,
IndexType
));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
4354
ISD::MemIndexType &
IndexType
, SDValue &Scale,
4373
IndexType
= ISD::SIGNED_SCALED;
4394
IndexType
= ISD::SIGNED_SCALED;
4419
ISD::MemIndexType
IndexType
;
4421
bool UniformBase = getUniformBase(Ptr, Base, Index,
IndexType
, Scale, this,
4433
IndexType
= ISD::SIGNED_UNSCALED;
4446
Ops, MMO,
IndexType
, false);
4538
ISD::MemIndexType
IndexType
;
4540
bool UniformBase = getUniformBase(Ptr, Base, Index,
IndexType
, Scale, this,
4552
IndexType
= ISD::SIGNED_UNSCALED
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
4238
ISD::MemIndexType
IndexType
= MGT->getIndexType();
4240
IndexType
== ISD::SIGNED_SCALED ||
IndexType
== ISD::UNSIGNED_SCALED;
4242
IndexType
== ISD::SIGNED_SCALED ||
IndexType
== ISD::SIGNED_UNSCALED;
4298
ISD::MemIndexType
IndexType
= MSC->getIndexType();
4300
IndexType
== ISD::SIGNED_SCALED ||
IndexType
== ISD::UNSIGNED_SCALED;
4302
IndexType
== ISD::SIGNED_SCALED ||
IndexType
== ISD::SIGNED_UNSCALED
[
all
...]
Completed in 52 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026