/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 75 Type *IndexTy = DL.getIndexType(Ptr->getType()); getBoundsCheckCond() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | SystemZ.cpp | 292 llvm::Type *IndexTy = CGF.Int64Ty; in EmitVAArg() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1387 constructSubrangeDIE(DIE & Buffer,const DISubrange * SR,DIE * IndexTy) constructSubrangeDIE() argument 1429 constructGenericSubrangeDIE(DIE & Buffer,const DIGenericSubrange * GSR,DIE * IndexTy) constructGenericSubrangeDIE() argument
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2234 Type *IndexTy = Builder.getIndexTy( shuffleAndStore() local 2308 Type *IndexTy = Builder.getIndexTy( emitReductionListCopy() local 2552 Type *IndexTy = Builder.getIndexTy( emitInterWarpCopyFunction() local 2862 Type *IndexTy = Builder.getIndexTy( emitListToGlobalCopyFunction() local 2980 Type *IndexTy = Builder.getIndexTy( emitListToGlobalReduceFunction() local 3053 Type *IndexTy = Builder.getIndexTy( emitGlobalToListCopyFunction() local 3171 Type *IndexTy = Builder.getIndexTy( emitGlobalToListReduceFunction() local 3240 Type *IndexTy = Builder.getIndexTy( createReductionFunction() local 3386 Type *IndexTy = Builder.getIndexTy( createReductionsGPU() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 1507 Type *IndexTy = State.VF.isScalable() && (IsReverse || Part > 0) execute() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1758 SplitBlockAndInsertForEachLane(ElementCount EC,Type * IndexTy,Instruction * InsertBefore,std::function<void (IRBuilderBase &,Value *)> Func) SplitBlockAndInsertForEachLane() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5940 auto *IndexTy = VectorType::get(ScalarIndexTy, NumElts); optimizeGatherScatterInst() local 5975 auto *IndexTy = VectorType::get(ScalarIndexTy, NumElts); optimizeGatherScatterInst() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1172 *IndexTy = FrameTy->getElementType(IndexIndex); buildFrameDebugInfo() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 3754 llvm::Type *IndexTy = Int32Ty; GenerateClass() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2754 Type *IndexTy = (*I)->getType(); visitGetElementPtrInst() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 4091 Type *IndexTy = Idx->getType(); visitGetElementPtrInst() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2344 ISD::MemIndexType IndexTy = MGT->getIndexType(); SplitVecRes_Gather() local
|