| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Reference.rst | 25 GetElementPtr 184 :doc:`GetElementPtr`
|
| H A D | GetElementPtr.rst | 12 `GetElementPtr <LangRef.html#getelementptr-instruction>`_ (GEP) instruction. 33 GetElementPtr instruction as if it was a C index operator. They aren't the 177 The GetElementPtr instruction dereferences nothing. That is, it doesn't access 449 GetElementPtr operators are created. 509 In summary, here's some things to always remember about the GetElementPtr
|
| H A D | Lexicon.rst | 133 ``GetElementPtr``. An LLVM IR instruction that is used to get the address 135 `here <https://llvm.org/docs/GetElementPtr.html>`_.
|
| H A D | FAQ.rst | 132 I don't understand the ``GetElementPtr`` instruction. Help! 134 See `The Often Misunderstood GEP Instruction <GetElementPtr.html>`_.
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | multidim_gep_pointercast2.ll | 3 ; Verfy that we do not use the GetElementPtr information to delinearize A
|
| H A D | multidim_gep_pointercast.ll | 4 ; GetElementPtr. Verify that we do not the GEP delinearization because it
|
| /llvm-project-15.0.7/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 78 case Instruction::GetElementPtr: in isCompatibleReplacement()
|
| H A D | IRMutator.cpp | 240 case Instruction::GetElementPtr: in mutate()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 308 case Instruction::GetElementPtr: in isAddressExpression() 338 case Instruction::GetElementPtr: in getPointerOperands() 641 case Instruction::GetElementPtr: { in cloneInstructionWithNewAddressSpace() 746 if (CE->getOpcode() == Instruction::GetElementPtr) { in cloneConstantExprWithNewAddressSpace()
|
| H A D | SpeculativeExecution.cpp | 216 case Instruction::GetElementPtr: in ComputeSpeculationCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteKernelArguments.cpp | 84 case Instruction::GetElementPtr: in enqueueUsers()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Operator.cpp | 35 case Instruction::GetElementPtr: { in hasPoisonGeneratingFlags()
|
| H A D | ConstantsContext.h | 238 return CE->getOpcode() == Instruction::GetElementPtr; in classof() 538 case Instruction::GetElementPtr:
|
| H A D | Instruction.cpp | 164 case Instruction::GetElementPtr: in dropPoisonGeneratingFlags() 392 case GetElementPtr: return "getelementptr"; in getOpcodeName()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/ |
| H A D | VPlanHCFGTest.cpp | 64 EXPECT_EQ(Instruction::GetElementPtr, Idx->getOpcode()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TypeMetadataUtils.cpp | 182 if (CE->getOpcode() != Instruction::GetElementPtr) in getPointerAtOffset()
|
| H A D | CaptureTracking.cpp | 395 case Instruction::GetElementPtr: in DetermineUseCaptureKind()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 269 case Instruction::GetElementPtr: { in ResolveConstantValue() 469 case Instruction::GetElementPtr: { in CanResolveConstant() 544 case Instruction::GetElementPtr: in CanInterpret() 969 case Instruction::GetElementPtr: { in Interpret()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 273 case Instruction::GetElementPtr: in remapConstantExpr()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InferAddressSpaces/AMDGPU/ |
| H A D | infer-getelementptr.ll | 3 ; Test that pure GetElementPtr instructions not directly connected to
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 693 case Instruction::GetElementPtr: in determinePointerAccessAttrs() 1122 case Instruction::GetElementPtr: in isFunctionMallocLike() 1233 case Instruction::GetElementPtr: in isReturnNonNull()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 174 HANDLE_MEMORY_INST(34, GetElementPtr, GetElementPtrInst)
|
| H A D | Operator.h | 376 : public ConcreteOperator<Operator, Instruction::GetElementPtr> {
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 58 case Instruction::GetElementPtr: in getIntImmCostInst()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 199 case Instruction::GetElementPtr: { in HasAddressTaken()
|