/freebsd/contrib/llvm-project/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 | 130 static bool classof(const CallInst *I) { in classof() 156 static bool classof(const IntrinsicInst *I) { in classof() 183 static bool classof(const IntrinsicInst *I) { in classof() 198 PointerUnion<ValueAsMetadata *, ValueAsMetadata **> I; variable 416 static bool classof(const IntrinsicInst *I) { in classof() 448 static bool classof(const IntrinsicInst *I) { in classof() 471 static bool classof(const IntrinsicInst *I) { in classof() 523 static bool classof(const IntrinsicInst *I) { in classof() 546 static bool classof(const IntrinsicInst *I) { in classof() 608 static bool classof(const IntrinsicInst *I) { in classof() [all …]
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/sys/contrib/ck/include/gcc/x86/ |
H A D | ck_pr.h | 61 #define CK_PR_FENCE(T, I) \ argument 70 #define CK_PR_FENCE(T, I) \ argument 111 #define CK_PR_FAS(S, M, T, C, I) \ argument 125 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument 137 #define CK_PR_LOAD(S, M, T, C, I) \ argument 151 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument 163 #define CK_PR_STORE(S, M, T, C, I) \ argument 176 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument 191 #define CK_PR_FAA(S, M, T, C, I) \ argument 205 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument [all …]
|
/freebsd/contrib/llvm-project/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() 113 if (auto *I = dyn_cast<Instruction>(V)) { in handleUseCountDecrement() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | stats.h | 34 for (uptr I = 0; I < StatCount; I++) in init() local 38 void add(StatType I, uptr V) { in add() 43 void sub(StatType I, uptr V) { in sub() 48 void set(StatType I, uptr V) { atomic_store_relaxed(&StatsArray[I], V); } in set() 50 uptr get(StatType I) const { return atomic_load_relaxed(&StatsArray[I]); } in get() 72 for (uptr I = 0; I < StatCount; I++) in unlink() local 78 for (uptr I = 0; I < StatCount; I++) in get() local 81 for (uptr I = 0; I < StatCount; I++) in get() local 85 for (uptr I = 0; I < StatCount; I++) in get() local
|
/freebsd/contrib/llvm-project/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
|
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 71 #define CK_PR_FENCE(T, I) \ argument 140 #define CK_PR_FAS(S, M, T, C, I) \ argument 154 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument 173 #define CK_PR_LOAD(S, M, T, C, I) \ argument 187 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument 245 #define CK_PR_STORE_IMM(S, M, T, C, I, K) \ argument 256 #define CK_PR_STORE(S, M, T, C, I) \ argument 272 #define CK_PR_STORE_S(S, T, I, K) CK_PR_STORE_IMM(S, T, T, T, I, K) argument 289 #define CK_PR_FAA(S, M, T, C, I) \ argument 303 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | SubtargetFeature.h | 53 for (auto I : Init) in FeatureBitset() local 62 constexpr FeatureBitset &set(unsigned I) { in set() argument 69 reset(unsigned I) reset() argument 76 flip(unsigned I) flip() argument 88 test(unsigned I) test() argument 104 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { global() variable 116 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { global() variable 128 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { global() variable 153 for (unsigned I = 0, E = size(); I != E; ++I) { global() variable [all...] |
/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr.h | 61 #define CK_PR_FENCE(T, I) \ argument 90 #define CK_PR_LOAD(S, M, T, I) \ argument 101 #define CK_PR_LOAD_64(S, M, T, I) \ argument 116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) argument 117 #define CK_PR_LOAD_S_64(S, T, I) CK_PR_LOAD_64(S, T, T, I) argument 136 #define CK_PR_STORE(S, M, T, I) \ argument 147 #define CK_PR_STORE_64(S, M, T, I) \ argument 161 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, I) argument 162 #define CK_PR_STORE_S_64(S, T, I) CK_PR_STORE_64(S, T, T, I) argument
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConvergenceVerifier.cpp | 18 auto GenericConvergenceVerifier<SSAContext>::getConvOp(const Instruction &I) in getConvOp() 37 const Instruction &I) { in checkConvergenceTokenProduced() 44 const Instruction &I) { in findAndCheckConvergenceTokenUsed() 78 const Instruction &I) { in isInsideConvergentFunction() 85 const Instruction &I) { in isConvergent()
|
H A D | ProfDataUtils.cpp | 94 bool hasProfMD(const Instruction &I) { in hasProfMD() 106 bool hasBranchWeightMD(const Instruction &I) { in hasBranchWeightMD() 111 bool hasCountTypeMD(const Instruction &I) { in hasCountTypeMD() 121 bool hasValidBranchWeightMD(const Instruction &I) { in hasValidBranchWeightMD() 125 bool hasBranchWeightOrigin(const Instruction &I) { in hasBranchWeightOrigin() 149 MDNode *getBranchWeightMDNode(const Instruction &I) { in getBranchWeightMDNode() 156 MDNode *getValidBranchWeightMDNode(const Instruction &I) { in getValidBranchWeightMDNode() 181 bool extractBranchWeights(const Instruction &I, in extractBranchWeights() 187 bool extractBranchWeights(const Instruction &I, uint64_t &TrueVal, in extractBranchWeights() 235 bool extractProfTotalWeight(const Instruction &I, uint64_t &TotalVal) { in extractProfTotalWeight() [all …]
|
H A D | LLVMContextImpl.cpp | 71 for (auto *I : DistinctMDNodes) in ~LLVMContextImpl() local 103 for (auto *I : ExprConstants) in ~LLVMContextImpl() local 105 for (auto *I : ArrayConstants) in ~LLVMContextImpl() local 107 for (auto *I : StructConstants) in ~LLVMContextImpl() local 109 for (auto *I : VectorConstants) in ~LLVMContextImpl() local 131 for (FoldingSetIterator<AttributeSetNode> I = AttrsSetNodes.begin(), in ~LLVMContextImpl() local 228 auto I = BundleTagCache.find(Tag); in getOperandBundleTagID() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 190 void Lint::visitCallBase(CallBase &I) { in visitCallBase() 369 void Lint::visitReturnInst(ReturnInst &I) { in visitReturnInst() 382 void Lint::visitMemoryReference(Instruction &I, const MemoryLocation &Loc, in visitMemoryReference() 471 void Lint::visitLoadInst(LoadInst &I) { in visitLoadInst() 476 void Lint::visitStoreInst(StoreInst &I) { in visitStoreInst() 481 void Lint::visitXor(BinaryOperator &I) { in visitXor() 486 void Lint::visitSub(BinaryOperator &I) { in visitSub() 491 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() 498 void Lint::visitAShr(BinaryOperator &I) { in visitAShr() 505 void Lint::visitShl(BinaryOperator &I) { in visitShl() [all …]
|
/freebsd/contrib/llvm-project/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() 133 static bool classof(const IntrinsicInst *I) { in classof() 225 static bool classof(const IntrinsicInst *I) { in classof() 271 static bool classof(const IntrinsicInst *I) { in classof() 286 static bool classof(const IntrinsicInst *I) { in classof() 299 static bool classof(const IntrinsicInst *I) { in classof() 348 static bool classof(const IntrinsicInst *I) { in classof() 369 static bool classof(const IntrinsicInst *I) { in classof() 388 static bool classof(const IntrinsicInst *I) { in classof() [all …]
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 64 Rec = [&TypePath, Types, &Rec, &F](size_t I, const Twine &ID) { in Enumerate() 128 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitInterp() local 151 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitInterp() local 201 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitEmitter() local 213 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitEmitter() local 219 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitEmitter() local 233 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitProto() local 249 for (size_t I = 0; I < TypeCount; ++I) { in EmitProto() local 278 for (size_t I = 0, N = Types->size(); I < N; ++I) in EmitGroup() local 294 for (size_t I = 0, N = Types->size(); I < N; ++I) in EmitGroup() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 56 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init() local 298 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK() local 305 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK() local 320 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in reportBranchErrors() local 330 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkHWLoop() local 343 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkCOFMax1() local 348 MCInst const &I = *BranchLocations[J]; in checkCOFMax1() local 387 for (const auto &I : NewPreds) { in checkPredicates() local 400 for (const auto &I : LatePreds) { in checkPredicates() local 528 for (auto I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkRegistersReadOnly() local [all …]
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 544 void visitFNeg(const User &I) { visitUnary(I, ISD::FNEG); } in visitFNeg() 548 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); } in visitAdd() 549 void visitFAdd(const User &I) { visitBinary(I, ISD::FADD); } in visitFAdd() 550 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } in visitSub() 551 void visitFSub(const User &I) { visitBinary(I, ISD::FSUB); } in visitFSub() 552 void visitMul(const User &I) { visitBinary(I, ISD::MUL); } in visitMul() 553 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); } in visitFMul() 554 void visitURem(const User &I) { visitBinary(I, ISD::UREM); } in visitURem() 555 void visitSRem(const User &I) { visitBinary(I, ISD::SREM); } in visitSRem() 556 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneModule.cpp | 70 for (const GlobalVariable &I : M.globals()) { in CloneModule() local 80 for (const Function &I : M) { in CloneModule() local 89 for (const GlobalAlias &I : M.aliases()) { in CloneModule() local 118 for (const GlobalIFunc &I : M.ifuncs()) { in CloneModule() local 155 for (const Function &I : M) { in CloneModule() local 193 for (const GlobalAlias &I : M.aliases()) { in CloneModule() local 202 for (const GlobalIFunc &I : M.ifuncs()) { in CloneModule() local
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/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 346 for (unsigned I = 0, E = Br->getDesc().getNumOperands(); I < E; ++I) { in replaceBranch() local 412 void MipsBranchExpansion::expandToLongBranch(MBBInfo &I) { in expandToLongBranch() 734 MachineBasicBlock::iterator I = MBB.begin(); in emitGPDisp() local 749 for (Iter I = FI->begin(); I != FI->end(); ++I) { in handleSlot() local 786 [this](auto &I) -> bool { return TII->HasForbiddenSlot(I); }, in handleForbiddenSlot() 787 [this](auto &IInSlot, auto &I) -> bool { in handleForbiddenSlot() 797 return handleSlot([this](auto &I) -> bool { return TII->HasFPUDelaySlot(I); }, in handleFPUDelaySlot() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 104 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I) in replace() local 112 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace() 114 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() 118 void erase(unsigned I) { in erase() 124 void erase(iterator I) { in erase() 130 void setAccess(iterator I, AccessSpecifier AS) { I.I->setAccess(AS); } in setAccess() 138 void append(iterator I, iterator E) { decls().append(I.I, E.I); } in append() 140 template<typename Iter> void assign(Iter I, Iter E) { decls().assign(I, E); } in assign()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GISelWorkList.h | 50 void deferred_insert(MachineInstr *I) { in deferred_insert() 74 void insert(MachineInstr *I) { in insert() 83 void remove(const MachineInstr *I) { in remove() 106 MachineInstr *I; in pop_back_val() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 201 static bool GenerateSignBits(Instruction *I) { in GenerateSignBits() 275 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 546 for (auto *I : Sinks) { in TruncateSinks() local [all …]
|