Searched refs:GEP (Results 1 - 25 of 140) sorted by relevance

123456

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h93 // the first element this is an unbounded array of the GEP's source element
126 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
127 auto *GEPOp = cast<GEPOperator>(GEP);
130 GEP->op_begin() + 1);
133 inline gep_type_iterator gep_type_end(const User *GEP) { argument
134 return gep_type_iterator::end(GEP->op_end());
137 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
138 auto &GEPOp = cast<GEPOperator>(GEP);
141 GEP.op_begin() + 1);
144 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h93 // the first element this is an unbounded array of the GEP's source element
126 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
127 auto *GEPOp = cast<GEPOperator>(GEP);
130 GEP->op_begin() + 1);
133 inline gep_type_iterator gep_type_end(const User *GEP) { argument
134 return gep_type_iterator::end(GEP->op_end());
137 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
138 auto &GEPOp = cast<GEPOperator>(GEP);
141 GEP.op_begin() + 1);
144 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h110 // Reassociate GEP for better CSE.
111 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
112 // Try splitting GEP at the I-th index and see whether either part can be
115 // \p IndexedType The element type indexed by GEP's I-th index. This is
117 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
121 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
122 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h110 // Reassociate GEP for better CSE.
111 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
112 // Try splitting GEP at the I-th index and see whether either part can be
115 // \p IndexedType The element type indexed by GEP's I-th index. This is
117 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
121 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
122 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h110 // Reassociate GEP for better CSE.
111 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
112 // Try splitting GEP at the I-th index and see whether either part can be
115 // \p IndexedType The element type indexed by GEP's I-th index. This is
117 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
121 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
122 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h110 // Reassociate GEP for better CSE.
111 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
112 // Try splitting GEP at the I-th index and see whether either part can be
115 // \p IndexedType The element type indexed by GEP's I-th index. This is
117 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
121 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
122 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h110 // Reassociate GEP for better CSE.
111 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
112 // Try splitting GEP at the I-th index and see whether either part can be
115 // \p IndexedType The element type indexed by GEP's I-th index. This is
117 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
121 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
122 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h110 // Reassociate GEP for better CSE.
111 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
112 // Try splitting GEP at the I-th index and see whether either part can be
115 // \p IndexedType The element type indexed by GEP's I-th index. This is
117 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
119 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
121 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
122 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
123 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DGetElementPtrTypeIterator.h95 // the first element this is an unbounded array of the GEP's source element
128 inline gep_type_iterator gep_type_begin(const User *GEP) { argument
129 auto *GEPOp = cast<GEPOperator>(GEP);
132 GEP->op_begin() + 1);
135 inline gep_type_iterator gep_type_end(const User *GEP) { argument
136 return gep_type_iterator::end(GEP->op_end());
139 inline gep_type_iterator gep_type_begin(const User &GEP) { argument
140 auto &GEPOp = cast<GEPOperator>(GEP);
143 GEP.op_begin() + 1);
146 inline gep_type_iterator gep_type_end(const User &GEP) { argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h120 // Reassociate GEP for better CSE.
121 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
123 // Try splitting GEP at the I-th index and see whether either part can be
126 // \p IndexedType The element type indexed by GEP's I-th index. This is
128 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
133 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
134 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h120 // Reassociate GEP for better CSE.
121 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
123 // Try splitting GEP at the I-th index and see whether either part can be
126 // \p IndexedType The element type indexed by GEP's I-th index. This is
128 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
133 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
134 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h120 // Reassociate GEP for better CSE.
121 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
123 // Try splitting GEP at the I-th index and see whether either part can be
126 // \p IndexedType The element type indexed by GEP's I-th index. This is
128 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
133 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
134 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h120 // Reassociate GEP for better CSE.
121 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
123 // Try splitting GEP at the I-th index and see whether either part can be
126 // \p IndexedType The element type indexed by GEP's I-th index. This is
128 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
133 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
134 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h120 // Reassociate GEP for better CSE.
121 Instruction *tryReassociateGEP(GetElementPtrInst *GEP);
123 // Try splitting GEP at the I-th index and see whether either part can be
126 // \p IndexedType The element type indexed by GEP's I-th index. This is
128 // GEP->getIndexedType(GEP->getPointerOperand(), 0-th index,
130 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
133 // Given GEP's I-th index = LHS + RHS, see whether &Base[..][LHS][..] or
134 // &Base[..][RHS][..] can be CSE'ed and rewrite GEP accordingly.
135 GetElementPtrInst *tryReassociateGEPAtIndex(GetElementPtrInst *GEP,
[all...]

Completed in 359 milliseconds

123456