/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 56 IndexType() {} in IndexType() function 57 IndexType(unsigned Idx) : Index(Idx) {} in IndexType() function
|
H A D | HexagonFrameLowering.cpp | 2178 using IndexType = HexagonBlockRanges::IndexType; optimizeSpillSlots() typedef [all...] |
/llvm-project/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/ |
H A D | mlir-support.cpp | 13 mlir::Type IndexType = mlir::IndexType::get(&Context); variable
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | FileIndex.h | 42 enum class IndexType { enum
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugValueManager.cpp | 406 auto IndexType = DBI->isIndirectDebugValue() in replaceWithLocal() local
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | BuiltinTypes.h | 29 class IndexType; global() variable
|
H A D | Builders.h | 27 class IndexType; global() variable
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.h | 87 const TypeDescriptor &IndexType; member
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 193 using IndexType = uint32_t; member
|
/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTF.h | 171 uint32_t IndexType; ///< Index type member
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 400 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord() argument 411 TypeIndex IndexType; variable
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVConversion.cpp | 705 __anonb08dc71c0202(IndexType ) SPIRVTypeConverter() argument
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1731 TypeIndex IndexType = getPointerSizeInBytes() == 8 lowerTypeArray() local 1794 TypeIndex IndexType = getPointerSizeInBytes() == 8 lowerTypeString() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1520 isIndexTypeSigned(MemIndexType IndexType) isIndexTypeSigned() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4828 getUniformBase(const Value * Ptr,SDValue & Base,SDValue & Index,ISD::MemIndexType & IndexType,SDValue & Scale,SelectionDAGBuilder * SDB,const BasicBlock * CurBB,uint64_t ElemSize) getUniformBase() argument 4900 ISD::MemIndexType IndexType; visitMaskedScatter() local 5018 ISD::MemIndexType IndexType; visitMaskedGather() local 6348 ISD::MemIndexType IndexType; visitVectorHistogram() local 8306 ISD::MemIndexType IndexType; visitVPGather() local 8369 ISD::MemIndexType IndexType; visitVPScatter() local [all...] |
H A D | SelectionDAG.cpp | 9470 getGatherVP(SDVTList VTs,EVT VT,const SDLoc & dl,ArrayRef<SDValue> Ops,MachineMemOperand * MMO,ISD::MemIndexType IndexType) getGatherVP() argument 9514 getScatterVP(SDVTList VTs,EVT VT,const SDLoc & dl,ArrayRef<SDValue> Ops,MachineMemOperand * MMO,ISD::MemIndexType IndexType) getScatterVP() argument 9653 getMaskedGather(SDVTList VTs,EVT MemVT,const SDLoc & dl,ArrayRef<SDValue> Ops,MachineMemOperand * MMO,ISD::MemIndexType IndexType,ISD::LoadExtType ExtTy) getMaskedGather() argument 9700 getMaskedScatter(SDVTList VTs,EVT MemVT,const SDLoc & dl,ArrayRef<SDValue> Ops,MachineMemOperand * MMO,ISD::MemIndexType IndexType,bool IsTrunc) getMaskedScatter() argument 9746 getMaskedHistogram(SDVTList VTs,EVT MemVT,const SDLoc & dl,ArrayRef<SDValue> Ops,MachineMemOperand * MMO,ISD::MemIndexType IndexType) getMaskedHistogram() argument [all...] |
H A D | DAGCombiner.cpp | 11880 refineIndexType(SDValue & Index,ISD::MemIndexType & IndexType,EVT DataVT,SelectionDAG & DAG) refineIndexType() argument 11917 ISD::MemIndexType IndexType = MSC->getIndexType(); visitVPSCATTER() local 11947 ISD::MemIndexType IndexType = MSC->getIndexType(); visitMSCATTER() local 12076 ISD::MemIndexType IndexType = MGT->getIndexType(); visitVPGATHER() local 12104 ISD::MemIndexType IndexType = MGT->getIndexType(); visitMGATHER() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1165 EmitBoundsCheck(const Expr * E,const Expr * Base,llvm::Value * Index,QualType IndexType,bool Accessed) EmitBoundsCheck() argument 1180 EmitBoundsCheckImpl(const Expr * E,llvm::Value * Bound,llvm::Value * Index,QualType IndexType,QualType IndexedType,bool Accessed) EmitBoundsCheckImpl() argument
|
H A D | CGBuiltin.cpp | 1798 llvm::Type *IndexType = IndexAddress.getElementType(); EmitMSVCBuiltinExpr() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 14071 narrowIndex(SDValue & N,ISD::MemIndexType IndexType,SelectionDAG & DAG) narrowIndex() argument 16297 legalizeScatterGatherIndexType(SDLoc DL,SDValue & Index,ISD::MemIndexType & IndexType,RISCVTargetLowering::DAGCombinerInfo & DCI) legalizeScatterGatherIndexType() argument 17005 ISD::MemIndexType IndexType = MGN->getIndexType(); PerformDAGCombine() local 17104 ISD::MemIndexType IndexType = MSN->getIndexType(); PerformDAGCombine() local 17140 ISD::MemIndexType IndexType = VPGN->getIndexType(); PerformDAGCombine() local 17165 ISD::MemIndexType IndexType = VPSN->getIndexType(); PerformDAGCombine() local [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 1376 auto IndexType = GR->getSPIRVTypeForVReg(IndexRegister); genWorkgroupQuery() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1337 Type *IndexType = Type::getIntNTy(C, IndexBits); buildFrameType() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 550 Type *IndexType = IntegerType::get( in rewriteGEPAsOffset() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 6166 ISD::MemIndexType IndexType = MGT->getIndexType(); LowerMGATHER() local 6264 ISD::MemIndexType IndexType = MSC->getIndexType(); LowerMSCATTER() local 22947 ISD::MemIndexType IndexType = MGS->getIndexType(); performMaskedGatherScatterCombine() local 27783 ISD::MemIndexType IndexType = HG->getIndexType(); LowerVECTOR_HISTOGRAM() local [all...] |