Home
last modified time | relevance | path

Searched defs:I (Results 1 – 25 of 2030) sorted by relevance

12345678910>>...82

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h112 RetTy visit(Instruction *I) { return visit(*I); } in visit()
116 RetTy visit(Instruction &I) { in visit()
167 RetTy visitICmpInst(ICmpInst &I) { DELEGATE(CmpInst);} in visitICmpInst()
168 RetTy visitFCmpInst(FCmpInst &I) { DELEGATE(CmpInst);} in visitFCmpInst()
169 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} in visitAllocaInst()
170 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);} in visitLoadInst()
171 RetTy visitStoreInst(StoreInst &I) { DELEGATE(Instruction);} in visitStoreInst()
172 RetTy visitAtomicCmpXchgInst(AtomicCmpXchgInst &I) { DELEGATE(Instruction);} in visitAtomicCmpXchgInst()
173 RetTy visitAtomicRMWInst(AtomicRMWInst &I) { DELEGATE(Instruction);} in visitAtomicRMWInst()
174 RetTy visitFenceInst(FenceInst &I) { DELEGATE(Instruction);} in visitFenceInst()
[all …]
H A DIntrinsicInst.h110 static bool classof(const CallInst *I) { in classof()
138 static bool classof(const IntrinsicInst *I) { in classof()
156 PointerUnion<ValueAsMetadata *, ValueAsMetadata **> I; variable
286 static bool classof(const IntrinsicInst *I) { in classof()
318 static bool classof(const IntrinsicInst *I) { in classof()
338 static bool classof(const IntrinsicInst *I) { in classof()
360 static bool classof(const IntrinsicInst *I) { in classof()
380 static bool classof(const IntrinsicInst *I) { in classof()
417 static bool classof(const IntrinsicInst *I) { in classof()
455 static bool classof(const IntrinsicInst *I) { in classof()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h62 MapTy::iterator I = Map.find(D); in findOrInsertSummary() local
74 MapTy::iterator I = findOrInsertSummary(D); in markMayInline() local
80 MapTy::iterator I = findOrInsertSummary(D); in markShouldNotInline() local
90 MapTy::const_iterator I = Map.find(D); in mayInline() local
97 MapTy::iterator I = findOrInsertSummary(D); in markVisitedBasicBlock() local
108 MapTy::const_iterator I = Map.find(D); in getNumVisitedBasicBlocks() local
115 MapTy::const_iterator I = Map.find(D); in getNumTimesInlined() local
122 MapTy::iterator I = findOrInsertSummary(D); in bumpNumTimesInlined() local
128 MapTy::const_iterator I = Map.find(D); in getPercentBlocksReachable() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h46 void add(Instruction *I) { in add()
54 if (Instruction *I = dyn_cast<Instruction>(V)) in addValue() local
60 void push(Instruction *I) { in push()
71 if (Instruction *I = dyn_cast<Instruction>(V)) in pushValue() local
87 void remove(Instruction *I) { in remove()
101 Instruction *I = Worklist.pop_back_val(); in removeOne() local
108 void pushUsersToWorkList(Instruction &I) { in pushUsersToWorkList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dgfniintrin.h30 #define _mm_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
35 #define _mm_gf2p8affine_epi64_epi8(A, B, I) \ argument
48 #define _mm256_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
53 #define _mm256_gf2p8affine_epi64_epi8(A, B, I) \ argument
67 #define _mm512_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
72 #define _mm512_mask_gf2p8affineinv_epi64_epi8(S, U, A, B, I) \ argument
77 #define _mm512_maskz_gf2p8affineinv_epi64_epi8(U, A, B, I) \ argument
81 #define _mm512_gf2p8affine_epi64_epi8(A, B, I) \ argument
86 #define _mm512_mask_gf2p8affine_epi64_epi8(S, U, A, B, I) \ argument
91 #define _mm512_maskz_gf2p8affine_epi64_epi8(U, A, B, I) \ argument
[all …]
H A Davx512vlvbmi2intrin.h241 #define _mm256_shldi_epi64(A, B, I) \ argument
245 #define _mm256_mask_shldi_epi64(S, U, A, B, I) \ argument
250 #define _mm256_maskz_shldi_epi64(U, A, B, I) \ argument
255 #define _mm_shldi_epi64(A, B, I) \ argument
259 #define _mm_mask_shldi_epi64(S, U, A, B, I) \ argument
264 #define _mm_maskz_shldi_epi64(U, A, B, I) \ argument
269 #define _mm256_shldi_epi32(A, B, I) \ argument
273 #define _mm256_mask_shldi_epi32(S, U, A, B, I) \ argument
278 #define _mm256_maskz_shldi_epi32(U, A, B, I) \ argument
283 #define _mm_shldi_epi32(A, B, I) \ argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSubtargetFeature.h48 for (unsigned I = 0; I != B.size(); ++I) in FeatureBitset() local
55 for (auto I : Init) in FeatureBitset() local
64 constexpr FeatureBitset &set(unsigned I) { in set()
71 constexpr FeatureBitset &reset(unsigned I) { in reset()
78 constexpr FeatureBitset &flip(unsigned I) { in flip()
90 constexpr bool test(unsigned I) const { return (*this)[I]; } in test()
106 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) { variable
118 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) { variable
130 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) { variable
155 for (unsigned I = 0, E = size(); I != E; ++I) { variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h61 static bool classof(const IntrinsicInst *I) { in classof()
73 static bool classof(const IntrinsicInst *I) { in classof()
100 static bool classof(const IntrinsicInst *I) { in classof()
194 static bool classof(const IntrinsicInst *I) { in classof()
240 static bool classof(const IntrinsicInst *I) { in classof()
255 static bool classof(const IntrinsicInst *I) { in classof()
268 static bool classof(const IntrinsicInst *I) { in classof()
317 static bool classof(const IntrinsicInst *I) { in classof()
338 static bool classof(const IntrinsicInst *I) { in classof()
357 static bool classof(const IntrinsicInst *I) { in classof()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp67 Rec = [&TypePath, Types, &Rec, &F](size_t I, const Twine &ID) { in Enumerate()
124 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitInterp() local
140 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitInterp() local
183 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitEmitter() local
189 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitEmitter() local
195 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitEmitter() local
218 for (size_t I = 0; I < TypeCount; ++I) { in EmitProto() local
244 for (size_t I = 0, N = Types->size(); I < N; ++I) in EmitGroup() local
260 for (size_t I = 0, N = Types->size(); I < N; ++I) in EmitGroup() local
262 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitGroup() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h685 void visitFNeg(const User &I) { visitUnary(I, ISD::FNEG); } in visitFNeg()
689 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); } in visitAdd()
690 void visitFAdd(const User &I) { visitBinary(I, ISD::FADD); } in visitFAdd()
691 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } in visitSub()
692 void visitFSub(const User &I) { visitBinary(I, ISD::FSUB); } in visitFSub()
693 void visitMul(const User &I) { visitBinary(I, ISD::MUL); } in visitMul()
694 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); } in visitFMul()
695 void visitURem(const User &I) { visitBinary(I, ISD::UREM); } in visitURem()
696 void visitSRem(const User &I) { visitBinary(I, ISD::SREM); } in visitSRem()
697 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dfallible_iterator.h84 static fallible_iterator itr(Underlying I, Error &Err) { in itr()
94 static fallible_iterator end(Underlying I) { in end()
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator()
214 Underlying I; variable
221 fallible_iterator<Underlying> make_fallible_itr(Underlying I, Error &Err) { in make_fallible_itr()
234 make_fallible_range(Underlying I, Underlying E, Error &Err) { in make_fallible_range()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp54 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init() local
289 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK() local
296 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK() local
311 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in reportBranchErrors() local
322 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkHWLoop() local
336 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkCOFMax1() local
342 MCInst const &I = *BranchLocations[J]; in checkCOFMax1() local
391 for (const auto &I : NewPreds) { in checkPredicates() local
404 for (const auto &I : LatePreds) { in checkPredicates() local
421 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkNewValues() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp190 void Lint::visitCallBase(CallBase &I) { in visitCallBase()
376 void Lint::visitReturnInst(ReturnInst &I) { in visitReturnInst()
389 void Lint::visitMemoryReference(Instruction &I, const MemoryLocation &Loc, in visitMemoryReference()
478 void Lint::visitLoadInst(LoadInst &I) { in visitLoadInst()
483 void Lint::visitStoreInst(StoreInst &I) { in visitStoreInst()
488 void Lint::visitXor(BinaryOperator &I) { in visitXor()
493 void Lint::visitSub(BinaryOperator &I) { in visitSub()
498 void Lint::visitLShr(BinaryOperator &I) { in visitLShr()
505 void Lint::visitAShr(BinaryOperator &I) { in visitAShr()
512 void Lint::visitShl(BinaryOperator &I) { in visitShl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp138 I = N->instr_begin(), E = N->instr_end(); I != E; ++I) in addNodeToList() local
201 instr_iterator I = instr_begin(), E = instr_end(); in getFirstNonPHI() local
210 MachineBasicBlock::SkipPHIsAndLabels(MachineBasicBlock::iterator I) { in SkipPHIsAndLabels()
225 MachineBasicBlock::SkipPHIsLabelsAndDebug(MachineBasicBlock::iterator I, in SkipPHIsLabelsAndDebug()
243 iterator B = begin(), E = end(), I = E; in getFirstTerminator() local
252 instr_iterator B = instr_begin(), E = instr_end(), I = E; in getFirstInstrTerminator() local
269 instr_iterator B = instr_begin(), I = instr_end(); in getLastNonDebugInstr() local
284 for (const_succ_iterator I = succ_begin(), E = succ_end(); I != E; ++I) in hasEHPadSuccessor() local
386 for (auto I = succ_begin(), E = succ_end(); I != E; ++I) { in print() local
397 for (auto I = succ_begin(), E = succ_end(); I != E; ++I) { in print() local
[all …]
H A DTypePromotion.cpp277 bool TypePromotion::isSafeWrap(Instruction *I) { in isSafeWrap()
397 auto *I = dyn_cast<Instruction>(V); in shouldPromote() local
443 if (auto *I = dyn_cast<Instruction>(From)) in ReplaceAllUsersOfWith() local
455 for (auto *I : SafeWrap) { in PrepareWrappingAdds() local
476 for (auto *I : NewInsts) in PrepareWrappingAdds() local
487 if (auto *I = dyn_cast<Instruction>(V)) in ExtendSources() local
491 if (auto *I = dyn_cast<Instruction>(ZExt)) { in ExtendSources() local
506 if (auto *I = dyn_cast<Instruction>(V)) in ExtendSources() local
529 auto *I = cast<Instruction>(V); in PromoteTree() local
576 for (auto I : Sinks) { in TruncateSinks() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DUnresolvedSet.h103 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I) in replace() local
111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace()
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
117 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); } in erase()
119 void erase(iterator I) { *I.I = decls().pop_back_val(); } in erase()
121 void setAccess(iterator I, AccessSpecifier AS) { I.I->setAccess(AS); } in setAccess()
129 void append(iterator I, iterator E) { decls().append(I.I, E.I); } in append()
131 template<typename Iter> void assign(Iter I, Iter E) { decls().assign(I, E); } in assign()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp101 static bool isMemoryInst(const Instruction *I) { in isMemoryInst()
239 for (unsigned I = 0, E = PN->getNumIncomingValues(); I != E; ++I) in ModelledPHI() local
268 for (auto *I : Insts) in ModelledPHI() local
354 InstructionUseExpr(Instruction *I, ArrayRecycler<Value *> &R, in InstructionUseExpr()
397 InstructionUseExpr *createExpr(Instruction *I) { in createExpr()
413 template <class Inst> InstructionUseExpr *createMemoryExpr(Inst *I) { in createMemoryExpr()
436 Instruction *I = cast<Instruction>(V); in lookupOrAdd() local
501 auto I = HashNumbering.find(H); in lookupOrAdd() local
543 for (auto I = std::next(Inst->getIterator()), E = BB->end(); in getMemoryUseOrder() local
582 bool shouldAvoidSinkingInstruction(Instruction *I) { in shouldAvoidSinkingInstruction()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ieee/
H A Dieee_arithmetic.F90542 integer(kind=16), intent(in) :: I variable
548 integer(kind=16), intent(in) :: I variable
553 integer(kind=16), intent(in) :: I variable
557 integer(kind=16), intent(in) :: I variable
565 integer(kind=8), intent(in) :: I variable
571 integer(kind=8), intent(in) :: I variable
576 integer(kind=8), intent(in) :: I variable
580 integer(kind=8), intent(in) :: I variable
588 integer(kind=2), intent(in) :: I variable
594 integer(kind=2), intent(in) :: I variable
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ieee/
H A Dieee_arithmetic.F90542 integer(kind=16), intent(in) :: I variable
548 integer(kind=16), intent(in) :: I variable
553 integer(kind=16), intent(in) :: I variable
557 integer(kind=16), intent(in) :: I variable
565 integer(kind=8), intent(in) :: I variable
571 integer(kind=8), intent(in) :: I variable
576 integer(kind=8), intent(in) :: I variable
580 integer(kind=8), intent(in) :: I variable
588 integer(kind=2), intent(in) :: I variable
594 integer(kind=2), intent(in) :: I variable
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp85 for (unsigned I = 1, E = Info.NumRegisterFiles; I < E; ++I) { in initialize() local
123 for (MCSubRegIterator I(RegID, &MRI); I.isValid(); ++I) { in onInstructionExecuted() local
132 for (MCSuperRegIterator I(RegID, &MRI); I.isValid(); ++I) { in onInstructionExecuted() local
178 for (MCSubRegIterator I(Reg, &MRI); I.isValid(); ++I) { in addRegisterFile() local
274 for (MCSubRegIterator I(ZeroRegisterID, &MRI); I.isValid(); ++I) in addRegisterWrite() local
283 for (MCSubRegIterator I(RegID, &MRI); I.isValid(); ++I) { in addRegisterWrite() local
298 for (MCSuperRegIterator I(RegID, &MRI); I.isValid(); ++I) { in addRegisterWrite() local
340 for (MCSubRegIterator I(RegID, &MRI); I.isValid(); ++I) { in removeRegisterWrite() local
349 for (MCSuperRegIterator I(RegID, &MRI); I.isValid(); ++I) { in removeRegisterWrite() local
421 for (size_t I = 0, E = Writes.size(); I < E; ++I) { in tryEliminateMoveOrSwap() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.cpp62 for (auto *I : DistinctMDNodes) in ~LLVMContextImpl() local
84 for (auto *I : ExprConstants) in ~LLVMContextImpl() local
86 for (auto *I : ArrayConstants) in ~LLVMContextImpl() local
88 for (auto *I : StructConstants) in ~LLVMContextImpl() local
90 for (auto *I : VectorConstants) in ~LLVMContextImpl() local
107 for (FoldingSetIterator<AttributeSetNode> I = AttrsSetNodes.begin(), in ~LLVMContextImpl() local
204 auto I = BundleTagCache.find(Tag); in getOperandBundleTagID() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp118 for (const GlobalIFunc &I : M.ifuncs()) in orderModule() local
140 for (const Instruction &I : BB) in orderModule() local
168 for (const GlobalIFunc &I : M.ifuncs()) in orderModule() local
185 for (const Instruction &I : BB) { in orderModule() local
194 for (const Instruction &I : BB) in orderModule() local
265 for (size_t I = 0, E = List.size(); I != E; ++I) in predictValueUseListOrderImpl() local
309 for (auto I = M.rbegin(), E = M.rend(); I != E; ++I) { in predictUseListOrder() local
318 for (const Instruction &I : BB) { in predictUseListOrder() local
327 for (const Instruction &I : BB) in predictUseListOrder() local
339 for (const GlobalIFunc &I : M.ifuncs()) in predictUseListOrder() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DGraph.h244 auto I = NL.find(A); in size() local
361 InOutEdgeView<false, true> outEdges(const VertexIdentifier I) { in outEdges()
365 InOutEdgeView<true, true> outEdges(const VertexIdentifier I) const { in outEdges()
371 InOutEdgeView<false, false> inEdges(const VertexIdentifier I) { in inEdges()
375 InOutEdgeView<true, false> inEdges(const VertexIdentifier I) const { in inEdges()
398 Expected<VertexAttribute &> at(const VertexIdentifier &I) { in at()
407 Expected<const VertexAttribute &> at(const VertexIdentifier &I) const { in at()
417 Expected<EdgeAttribute &> at(const EdgeIdentifier &I) { in at()
426 Expected<const EdgeAttribute &> at(const EdgeIdentifier &I) const { in at()
437 size_type count(const VertexIdentifier &I) const { in count()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h51 void deferred_insert(MachineInstr *I) { in deferred_insert()
75 void insert(MachineInstr *I) { in insert()
82 void remove(const MachineInstr *I) { in remove()
101 MachineInstr *I; in pop_back_val() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp61 for (Module::const_global_iterator I = M.global_begin(), E = M.global_end(); in CloneModule() local
75 for (const Function &I : M) { in CloneModule() local
84 for (Module::const_alias_iterator I = M.alias_begin(), E = M.alias_end(); in CloneModule() local
142 for (const Function &I : M) { in CloneModule() local
173 for (Module::const_alias_iterator I = M.alias_begin(), E = M.alias_end(); in CloneModule() local
184 for (Module::const_named_metadata_iterator I = M.named_metadata_begin(), in CloneModule() local

12345678910>>...82