| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Reference.rst | 25 GetElementPtr 180 :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 178 The GetElementPtr instruction dereferences nothing. That is, it doesn't access 462 GetElementPtr operators are created. 522 In summary, here's some things to always remember about the GetElementPtr
|
| H A D | Lexicon.rst | 126 ``GetElementPtr``. An LLVM IR instruction that is used to get the address 128 `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>`_.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ReplaceConstant.cpp | 26 case Instruction::GetElementPtr: { in createReplacementInstr()
|
| H A D | Instruction.cpp | 157 case Instruction::GetElementPtr: in dropPoisonGeneratingFlags() 362 case GetElementPtr: return "getelementptr"; in getOpcodeName()
|
| H A D | ConstantFold.cpp | 571 } else if (CE->getOpcode() == Instruction::GetElementPtr && in ConstantFoldCastInstruction() 672 if (CE->getOpcode() == Instruction::GetElementPtr && in ConstantFoldCastInstruction() 883 if (CE->getOpcode() == Instruction::GetElementPtr) { in ConstantFoldExtractElementInstruction() 1831 case Instruction::GetElementPtr: { in evaluateICmpRelation() 1884 case Instruction::GetElementPtr: in evaluateICmpRelation() 2419 if (CE->getOpcode() == Instruction::GetElementPtr) { in ConstantFoldGetElementPtr()
|
| H A D | ConstantsContext.h | 305 return CE->getOpcode() == Instruction::GetElementPtr; in classof() 632 case Instruction::GetElementPtr:
|
| H A D | Globals.cpp | 458 case Instruction::GetElementPtr: in findBaseObject()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 99 case Instruction::GetElementPtr: in isSimpleEnoughValueToCommitHelper() 142 if (CE->getOpcode() == Instruction::GetElementPtr && in isSimpleEnoughPointerToCommit() 229 case Instruction::GetElementPtr: in ComputeLoadResult()
|
| H A D | LoopRotationUtils.cpp | 715 case Instruction::GetElementPtr: in shouldSpeculateInstrs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 50 case Instruction::GetElementPtr: in getIntImmCostInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 287 case Instruction::GetElementPtr: in isAddressExpression() 318 case Instruction::GetElementPtr: in getPointerOperands() 605 case Instruction::GetElementPtr: { in cloneInstructionWithNewAddressSpace() 705 if (CE->getOpcode() == Instruction::GetElementPtr) { in cloneConstantExprWithNewAddressSpace()
|
| H A D | SpeculativeExecution.cpp | 216 case Instruction::GetElementPtr: in ComputeSpeculationCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 75 case Instruction::GetElementPtr: in isCompatibleReplacement()
|
| H A D | IRMutator.cpp | 232 case Instruction::GetElementPtr: in mutate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | CaptureTracking.cpp | 327 case Instruction::GetElementPtr: in PointerMayBeCaptured()
|
| H A D | CFLGraph.h | 518 case Instruction::GetElementPtr: { in visitConstantExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 480 case Instruction::GetElementPtr: in determinePointerReadAttrs() 896 case Instruction::GetElementPtr: in isFunctionMallocLike() 1009 case Instruction::GetElementPtr: in isReturnNonNull()
|
| H A D | GlobalOpt.cpp | 311 if (CE->getOpcode() == Instruction::GetElementPtr) { in CleanupConstantGlobalUsers() 336 if (Init && CE && CE->getOpcode() == Instruction::GetElementPtr) in CleanupConstantGlobalUsers() 434 cast<ConstantExpr>(U)->getOpcode() != Instruction::GetElementPtr)) in GlobalUsersSafeToSRA() 522 Instruction::GetElementPtr) || in SRAGlobal() 599 cast<ConstantExpr>(GEP)->getOpcode()==Instruction::GetElementPtr)|| in SRAGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 284 case Instruction::GetElementPtr: in remapConstantExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 174 HANDLE_MEMORY_INST(34, GetElementPtr, GetElementPtrInst)
|
| H A D | Operator.h | 458 : public ConcreteOperator<Operator, Instruction::GetElementPtr> {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 202 case Instruction::GetElementPtr: { in HasAddressTaken()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 377 return (PtrInst->getOpcode() == Instruction::GetElementPtr || in canVectorizeInst() 398 (UserInst->getOpcode() == Instruction::GetElementPtr || in canVectorizeInst()
|