/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | InstVisitor.h | 111 RetTy visit(Instruction *I) { return visit(*I); } in visit() 115 RetTy visit(Instruction &I) { in visit() 166 RetTy visitICmpInst(ICmpInst &I) { DELEGATE(CmpInst);} in visitICmpInst() 167 RetTy visitFCmpInst(FCmpInst &I) { DELEGATE(CmpInst);} in visitFCmpInst() 168 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} in visitAllocaInst() 169 RetTy visitLoadInst(LoadInst &I) { DELEGATE(UnaryInstruction);} in visitLoadInst() 170 RetTy visitStoreInst(StoreInst &I) { DELEGATE(Instruction);} in visitStoreInst() 171 RetTy visitAtomicCmpXchgInst(AtomicCmpXchgInst &I) { DELEGATE(Instruction);} in visitAtomicCmpXchgInst() 172 RetTy visitAtomicRMWInst(AtomicRMWInst &I) { DELEGATE(Instruction);} in visitAtomicRMWInst() 173 RetTy visitFenceInst(FenceInst &I) { DELEGATE(Instruction);} in visitFenceInst() [all …]
|
H A D | IntrinsicInst.h | 117 static bool classof(const CallInst *I) { in classof() 143 static bool classof(const IntrinsicInst *I) { in classof() 171 static bool classof(const IntrinsicInst *I) { in classof() 189 PointerUnion<ValueAsMetadata *, ValueAsMetadata **> I; variable 326 static bool classof(const IntrinsicInst *I) { in classof() 359 static bool classof(const IntrinsicInst *I) { in classof() 379 static bool classof(const IntrinsicInst *I) { in classof() 401 static bool classof(const IntrinsicInst *I) { in classof() 453 static bool classof(const IntrinsicInst *I) { in classof() 473 static bool classof(const IntrinsicInst *I) { in classof() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 79 Instruction *visitInstruction(Instruction &I) { return &I; } in visitInstruction() 101 static inline bool isAssignTypeInstr(const Instruction *I) { in isAssignTypeInstr() 106 static bool isMemInstrToReplace(Instruction *I) { in isMemInstrToReplace() 116 static void setInsertPointSkippingPhis(IRBuilder<> &B, Instruction *I) { in setInsertPointSkippingPhis() 123 static bool requireAssignType(Instruction *I) { in requireAssignType() 156 for (auto &I : instructions(F)) in preprocessCompositeConstants() local 160 auto *I = Worklist.front(); in preprocessCompositeConstants() local 196 Instruction *SPIRVEmitIntrinsics::visitSwitchInst(SwitchInst &I) { in visitSwitchInst() 207 Instruction *SPIRVEmitIntrinsics::visitGetElementPtrInst(GetElementPtrInst &I) { in visitGetElementPtrInst() 219 Instruction *SPIRVEmitIntrinsics::visitBitCastInst(BitCastInst &I) { in visitBitCastInst() [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
H A D | c_api_test.cpp | 36 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST() local 42 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST() local 66 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST() local 73 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST() local 95 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST() local 104 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST() local 116 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST() local 125 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST() local 137 for (size_t I = 0; I != SmallAllocSize - 1; ++I) in TEST() local 147 for (size_t I = 0; I != SmallAllocSize - 1; ++I) in TEST() local [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | mutex_test.cpp | 19 for (scudo::u32 I = 0; I < Size; I++) in TestData() local 26 for (scudo::u32 I = 0; I < Size; I++) { in write() local 36 for (scudo::u32 I = 0; I < Size; I++) { in tryWrite() local 45 for (scudo::u32 I = 0; I < Size; I++) { in backoff() local 67 for (scudo::u32 I = 0; I < NumberOfIterations; I++) { in lockThread() local 76 for (scudo::u32 I = 0; I < NumberOfIterations; I++) { in tryThread() local 87 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST() local 89 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST() local 97 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST() local 99 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST() local
|
H A D | stats_test.cpp | 16 for (scudo::uptr I = 0; I < scudo::StatCount; I++) in TEST() local 31 for (scudo::uptr I = 0; I < scudo::StatCount; I++) in TEST() local 36 for (scudo::uptr I = 0; I < scudo::StatCount; I++) in TEST() local 39 for (scudo::uptr I = 0; I < scudo::StatCount; I++) in TEST() local 44 for (scudo::uptr I = 0; I < scudo::StatCount; I++) in TEST() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | stats.h | 33 for (uptr I = 0; I < StatCount; I++) in init() local 37 void add(StatType I, uptr V) { in add() 42 void sub(StatType I, uptr V) { in sub() 47 void set(StatType I, uptr V) { atomic_store_relaxed(&StatsArray[I], V); } in set() 49 uptr get(StatType I) const { return atomic_load_relaxed(&StatsArray[I]); } in get() 71 for (uptr I = 0; I < StatCount; I++) in unlink() local 77 for (uptr I = 0; I < StatCount; I++) in get() local 80 for (uptr I = 0; I < StatCount; I++) in get() local 84 for (uptr I = 0; I < StatCount; I++) in get() local
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | gfniintrin.h | 32 #define _mm_gf2p8affineinv_epi64_epi8(A, B, I) \ argument 37 #define _mm_gf2p8affine_epi64_epi8(A, B, I) \ argument 50 #define _mm256_gf2p8affineinv_epi64_epi8(A, B, I) \ argument 55 #define _mm256_gf2p8affine_epi64_epi8(A, B, I) \ argument 69 #define _mm512_gf2p8affineinv_epi64_epi8(A, B, I) \ argument 74 #define _mm512_mask_gf2p8affineinv_epi64_epi8(S, U, A, B, I) \ argument 79 #define _mm512_maskz_gf2p8affineinv_epi64_epi8(U, A, B, I) \ argument 83 #define _mm512_gf2p8affine_epi64_epi8(A, B, I) \ argument 88 #define _mm512_mask_gf2p8affine_epi64_epi8(S, U, A, B, I) \ argument 93 #define _mm512_maskz_gf2p8affine_epi64_epi8(U, A, B, I) \ argument [all …]
|
H A D | avx512vlvbmi2intrin.h | 241 #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 …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | typedef7.C | 4 typedef int I; typedef 5 typedef int I; typedef 8 typedef int I; typedef 9 typedef int I; typedef 14 typedef int I; typedef 15 typedef int I; typedef
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | FunctionSummary.h | 61 MapTy::iterator I = Map.find(D); in findOrInsertSummary() local 73 MapTy::iterator I = findOrInsertSummary(D); in markMayInline() local 79 MapTy::iterator I = findOrInsertSummary(D); in markShouldNotInline() local 89 MapTy::const_iterator I = Map.find(D); in mayInline() local 96 MapTy::iterator I = findOrInsertSummary(D); in markVisitedBasicBlock() local 107 MapTy::const_iterator I = Map.find(D); in getNumVisitedBasicBlocks() local 114 MapTy::const_iterator I = Map.find(D); in getNumTimesInlined() local 121 MapTy::iterator I = findOrInsertSummary(D); in bumpNumTimesInlined() local 127 MapTy::const_iterator I = Map.find(D); in getPercentBlocksReachable() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInstr.h | 61 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 …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | InstructionWorklist.h | 44 void add(Instruction *I) { in add() 52 if (Instruction *I = dyn_cast<Instruction>(V)) in addValue() local 58 void push(Instruction *I) { in push() 69 if (Instruction *I = dyn_cast<Instruction>(V)) in pushValue() local 85 void remove(Instruction *I) { in remove() 99 Instruction *I = Worklist.pop_back_val(); in removeOne() local 106 void pushUsersToWorkList(Instruction &I) { in pushUsersToWorkList()
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 67 Rec = [&TypePath, Types, &Rec, &F](size_t I, const Twine &ID) { in Enumerate() 127 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitInterp() local 143 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitInterp() local 191 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitEmitter() local 197 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitEmitter() local 203 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitEmitter() local 226 for (size_t I = 0; I < TypeCount; ++I) { in EmitProto() local 252 for (size_t I = 0, N = Types->size(); I < N; ++I) in EmitGroup() local 268 for (size_t I = 0, N = Types->size(); I < N; ++I) in EmitGroup() local 270 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitGroup() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 56 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init() local 302 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK() local 309 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK() local 324 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in reportBranchErrors() local 334 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkHWLoop() local 347 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkCOFMax1() local 352 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 532 for (auto I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkRegistersReadOnly() local [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | SubtargetFeature.h | 53 for (auto I : Init) in FeatureBitset() local 62 constexpr FeatureBitset &set(unsigned I) { in set() 69 constexpr FeatureBitset &reset(unsigned I) { in reset() 76 constexpr FeatureBitset &flip(unsigned I) { in flip() 88 constexpr bool test(unsigned I) const { return (*this)[I]; } in test() 104 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { variable 116 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { variable 128 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { variable 153 for (unsigned I = 0, E = size(); I != E; ++I) { variable
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | Lint.cpp | 187 void Lint::visitCallBase(CallBase &I) { in visitCallBase() 381 void Lint::visitReturnInst(ReturnInst &I) { in visitReturnInst() 394 void Lint::visitMemoryReference(Instruction &I, const MemoryLocation &Loc, in visitMemoryReference() 483 void Lint::visitLoadInst(LoadInst &I) { in visitLoadInst() 488 void Lint::visitStoreInst(StoreInst &I) { in visitStoreInst() 493 void Lint::visitXor(BinaryOperator &I) { in visitXor() 498 void Lint::visitSub(BinaryOperator &I) { in visitSub() 503 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() 510 void Lint::visitAShr(BinaryOperator &I) { in visitAShr() 517 void Lint::visitShl(BinaryOperator &I) { in visitShl() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 540 void visitFNeg(const User &I) { visitUnary(I, ISD::FNEG); } in visitFNeg() 544 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); } in visitAdd() 545 void visitFAdd(const User &I) { visitBinary(I, ISD::FADD); } in visitFAdd() 546 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } in visitSub() 547 void visitFSub(const User &I) { visitBinary(I, ISD::FSUB); } in visitFSub() 548 void visitMul(const User &I) { visitBinary(I, ISD::MUL); } in visitMul() 549 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); } in visitFMul() 550 void visitURem(const User &I) { visitBinary(I, ISD::UREM); } in visitURem() 551 void visitSRem(const User &I) { visitBinary(I, ISD::SREM); } in visitSRem() 552 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 122 for (const GlobalIFunc &I : M.ifuncs()) in orderModule() local 144 for (const Instruction &I : BB) in orderModule() local 172 for (const GlobalIFunc &I : M.ifuncs()) in orderModule() local 189 for (const Instruction &I : BB) { in orderModule() local 198 for (const Instruction &I : BB) in orderModule() local 270 for (size_t I = 0, E = List.size(); I != E; ++I) in predictValueUseListOrderImpl() local 322 for (const Instruction &I : BB) { in predictUseListOrder() local 331 for (const Instruction &I : BB) in predictUseListOrder() local 343 for (const GlobalIFunc &I : M.ifuncs()) in predictUseListOrder() local 350 for (const GlobalIFunc &I : M.ifuncs()) in predictUseListOrder() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | ProfDataUtils.cpp | 91 bool hasProfMD(const Instruction &I) { in hasProfMD() 99 bool hasBranchWeightMD(const Instruction &I) { in hasBranchWeightMD() 104 bool hasValidBranchWeightMD(const Instruction &I) { in hasValidBranchWeightMD() 108 MDNode *getBranchWeightMDNode(const Instruction &I) { in getBranchWeightMDNode() 115 MDNode *getValidBranchWeightMDNode(const Instruction &I) { in getValidBranchWeightMDNode() 129 bool extractBranchWeights(const Instruction &I, in extractBranchWeights() 135 bool extractBranchWeights(const Instruction &I, uint64_t &TrueVal, in extractBranchWeights() 183 bool extractProfTotalWeight(const Instruction &I, uint64_t &TotalVal) { in extractProfTotalWeight()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsBranchExpansion.cpp | 198 Iter I = Position, E = Position->getParent()->end(); in getNextMachineInstrInBB() local 231 for (unsigned I = 0, E = Br.getDesc().getNumOperands(); I < E; ++I) { in getTargetMBB() local 298 for (unsigned I = 0, E = MBBInfos.size(); I < E; ++I) { in initMBBInfo() local 347 for (unsigned I = 0, E = Br->getDesc().getNumOperands(); I < E; ++I) { in replaceBranch() local 413 void MipsBranchExpansion::expandToLongBranch(MBBInfo &I) { in expandToLongBranch() 735 MachineBasicBlock::iterator I = MBB.begin(); in emitGPDisp() local 750 for (Iter I = FI->begin(); I != FI->end(); ++I) { in handleSlot() local 787 [this](auto &I) -> bool { return TII->HasForbiddenSlot(I); }, in handleForbiddenSlot() 788 [this](auto &IInSlot, auto &I) -> bool { in handleForbiddenSlot() 798 return handleSlot([this](auto &I) -> bool { return TII->HasFPUDelaySlot(I); }, in handleFPUDelaySlot() [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | fallible_iterator.h | 84 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()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 200 static bool GenerateSignBits(Instruction *I) { in GenerateSignBits() 276 bool TypePromotionImpl::isSafeWrap(Instruction *I) { in isSafeWrap() 389 auto *I = dyn_cast<Instruction>(V); in shouldPromote() local 401 static bool isPromotedResultSafe(Instruction *I) { in isPromotedResultSafe() 432 if (auto *I = dyn_cast<Instruction>(From)) in ReplaceAllUsersOfWith() local 443 if (auto *I = dyn_cast<Instruction>(V)) in ExtendSources() local 447 if (auto *I = dyn_cast<Instruction>(ZExt)) { in ExtendSources() local 462 if (auto *I = dyn_cast<Instruction>(V)) in ExtendSources() local 483 auto *I = cast<Instruction>(V); in PromoteTree() local 538 for (auto *I : Sinks) { in TruncateSinks() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CloneModule.cpp | 64 for (const GlobalVariable &I : M.globals()) { in CloneModule() local 74 for (const Function &I : M) { in CloneModule() local 83 for (const GlobalAlias &I : M.aliases()) { in CloneModule() local 112 for (const GlobalIFunc &I : M.ifuncs()) { in CloneModule() local 149 for (const Function &I : M) { in CloneModule() local 187 for (const GlobalAlias &I : M.aliases()) { in CloneModule() local 196 for (const GlobalIFunc &I : M.ifuncs()) { in CloneModule() local
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 103 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()
|