OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIndexType
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeArray.cpp
46
return Session.getSymbolCache().findSymbolByTypeIndex(Record.
getIndexType
());
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
Local.h
32
Type *IntIdxTy = DL.
getIndexType
(GEP->getType());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInternal.h
190
IntegerType *
getIndexType
() const {
196
return ConstantInt::get(
getIndexType
(), Value);
CoroSplit.cpp
349
auto *Index = Builder.CreateLoad(Shape.
getIndexType
(), GepIndex, "index");
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
PtrUseVisitor.h
224
IntegerType *IntIdxTy = cast<IntegerType>(DL.
getIndexType
(I.getType()));
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
2426
assert(
getIndexType
() == IndexType && "Value truncated");
2430
ISD::MemIndexType
getIndexType
() const {
2437
return (
getIndexType
() == ISD::SIGNED_SCALED) ||
2438
(
getIndexType
() == ISD::UNSIGNED_SCALED);
2441
return (
getIndexType
() == ISD::SIGNED_SCALED) ||
2442
(
getIndexType
() == ISD::SIGNED_UNSCALED);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h
573
Type *
getIndexType
(Type *PtrTy) const;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
1239
Type *IndexTy = DL.
getIndexType
(PtrTy);
1889
DL.
getIndexType
(GEP.getPointerOperandType()->getScalarType());
2271
Type *IdxType = DL.
getIndexType
(GEPType);
2301
assert(Idx->getType() == DL.
getIndexType
(GEPType) &&
2343
assert(Idx->getType() == DL.
getIndexType
(GEPType) &&
2351
Type *IndTy = DL.
getIndexType
(GEPType);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp
287
printTypeIndex("IndexType", AT.
getIndexType
());
/src/external/apache2/llvm/dist/llvm/lib/IR/
DataLayout.cpp
865
Type *DataLayout::
getIndexType
(Type *Ty) const {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
1863
MMO, MGT->
getIndexType
(), ExtType);
1867
MMO, MGT->
getIndexType
(), ExtType);
2551
OpsLo, MMO, MGT->
getIndexType
(), ExtType);
2555
OpsHi, MMO, MGT->
getIndexType
(), ExtType);
2701
DL, OpsLo, MMO, N->
getIndexType
(),
2709
DL, OpsHi, MMO, N->
getIndexType
(),
4106
N->
getIndexType
(), N->getExtensionType());
4946
MG->getMemOperand(), MG->
getIndexType
(),
4989
Ops, MSC->getMemOperand(), MSC->
getIndexType
(),
LegalizeIntegerTypes.cpp
727
N->getMemOperand(), N->
getIndexType
(),
1917
N->setIndexType(TLI.getCanonicalIndexType(N->
getIndexType
(),
1926
N->
getIndexType
(), TruncateStore);
DAGCombiner.cpp
5815
GN0->getMemOperand(), GN0->
getIndexType
(), ISD::ZEXTLOAD);
9682
MSC->getMemOperand(), MSC->
getIndexType
(), MSC->isTruncatingStore());
9689
MSC->getMemOperand(), MSC->
getIndexType
(), MSC->isTruncatingStore());
9738
MGT->getMemOperand(), MGT->
getIndexType
(),
9746
MGT->getMemOperand(), MGT->
getIndexType
(),
11964
GN0->getMemOperand(), GN0->
getIndexType
(), ISD::SEXTLOAD);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
405
TypeIndex
getIndexType
() const { return IndexType; }
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp
874
IntTy = cast<IntegerType>(DL.
getIndexType
(V->getType()));
LoopAccessAnalysis.cpp
227
Type *IdxTy = DL.
getIndexType
(Ptr->getType());
ConstantFolding.cpp
806
Type *IntIdxTy = DL.
getIndexType
(ResultTy);
876
Type *IntIdxTy = DL.
getIndexType
(Ptr->getType());
InlineCost.cpp
2206
Type *IdxPtrTy = DL.
getIndexType
(V->getType());
InstructionSimplify.cpp
695
Type *IntIdxTy = DL.
getIndexType
(V->getType())->getScalarType();
701
IntIdxTy = DL.
getIndexType
(V->getType())->getScalarType();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
1053
Type *IntIdxTy = DL->
getIndexType
(DestPtr->getType());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
5553
Type *ScalarIndexTy = DL->
getIndexType
(Ops[0]->getType()->getScalarType());
5589
Type *ScalarIndexTy = DL->
getIndexType
(V->getType()->getScalarType());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp
460
Type *IntIdxTy = DL.
getIndexType
(PTy);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp
3416
index = CGF.Builder.CreateIntCast(index, DL.
getIndexType
(PtrTy), isSigned,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
5250
: DL->
getIndexType
(cast<GetElementPtrInst>(VL0)
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
4238
ISD::MemIndexType IndexType = MGT->
getIndexType
();
4298
ISD::MemIndexType IndexType = MSC->
getIndexType
();
Completed in 162 milliseconds
1
2
Indexes created Thu Aug 06 00:25:04 UTC 2026