Home
last modified time | relevance | path

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

12345678910>>...87

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h111 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 DIntrinsicInst.h133 static bool classof(const CallInst *I) { in classof()
158 static bool classof(const IntrinsicInst *I) { in classof()
185 static bool classof(const IntrinsicInst *I) { in classof()
200 PointerUnion<ValueAsMetadata *, ValueAsMetadata **> I; variable
426 static bool classof(const IntrinsicInst *I) { in classof()
458 static bool classof(const IntrinsicInst *I) { in classof()
481 static bool classof(const IntrinsicInst *I) { in classof()
533 static bool classof(const IntrinsicInst *I) { in classof()
556 static bool classof(const IntrinsicInst *I) { in classof()
620 static bool classof(const IntrinsicInst *I) { in classof()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp36 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 Dck_pr.h61 #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 DInstructionWorklist.h44 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 Dstats.h34 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/llvm/lib/Target/RISCV/
H A DRISCVFoldMemOffset.cpp116 if (auto I = RegToOffsetMap.find(User.getOperand(1).getReg()); in foldOffset() local
119 if (auto I = RegToOffsetMap.find(User.getOperand(2).getReg()); in foldOffset() local
124 if (auto I = RegToOffsetMap.find(User.getOperand(1).getReg()); in foldOffset() local
127 if (auto I = RegToOffsetMap.find(User.getOperand(2).getReg()); in foldOffset() local
132 if (auto I = RegToOffsetMap.find(User.getOperand(1).getReg()); in foldOffset() local
135 if (auto I = RegToOffsetMap.find(User.getOperand(2).getReg()); in foldOffset() local
140 if (auto I = RegToOffsetMap.find(User.getOperand(1).getReg()); in foldOffset() local
143 if (auto I = RegToOffsetMap.find(User.getOperand(2).getReg()); in foldOffset() local
154 if (auto I = RegToOffsetMap.find(User.getOperand(2).getReg()); in foldOffset() local
160 if (auto I = RegToOffsetMap.find(User.getOperand(1).getReg()); in foldOffset() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h61 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
85 MapTy::const_iterator I = Map.find(D); in mayInline() local
92 MapTy::iterator I = findOrInsertSummary(D); in markVisitedBasicBlock() local
103 MapTy::const_iterator I = Map.find(D); in getNumVisitedBasicBlocks() local
110 MapTy::const_iterator I = Map.find(D); in getNumTimesInlined() local
117 MapTy::iterator I = findOrInsertSummary(D); in bumpNumTimesInlined() local
123 MapTy::const_iterator I = Map.find(D); in getPercentBlocksReachable() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitset.h48 for (auto I : Init) in Bitset() local
57 constexpr Bitset &set(unsigned I) { in set()
62 constexpr Bitset &reset(unsigned I) { in reset()
67 constexpr Bitset &flip(unsigned I) { in flip()
77 constexpr bool test(unsigned I) const { return (*this)[I]; } in test()
93 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { variable
105 for (unsigned I = 0, E = Bits.size(); I != E; ++I) variable
116 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { variable
141 for (unsigned I = 0, E = size(); I != E; ++I) { variable
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()
/freebsd/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h71 #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/clang/lib/Headers/
H A Dgfniintrin.h71 #define _mm_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
76 #define _mm_gf2p8affine_epi64_epi8(A, B, I) \ argument
89 #define _mm256_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
94 #define _mm256_gf2p8affine_epi64_epi8(A, B, I) \ argument
108 #define _mm512_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
113 #define _mm512_mask_gf2p8affineinv_epi64_epi8(S, U, A, B, I) \ argument
118 #define _mm512_maskz_gf2p8affineinv_epi64_epi8(U, A, B, I) \ argument
122 #define _mm512_gf2p8affine_epi64_epi8(A, B, I) \ argument
127 #define _mm512_mask_gf2p8affine_epi64_epi8(S, U, A, B, I) \ argument
132 #define _mm512_maskz_gf2p8affine_epi64_epi8(U, A, B, I) \ argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h54 for (auto I : Init) in FeatureBitset() local
63 constexpr FeatureBitset &set(unsigned I) { in set()
68 constexpr FeatureBitset &reset(unsigned I) { in reset()
73 constexpr FeatureBitset &flip(unsigned I) { in flip()
83 constexpr bool test(unsigned I) const { return (*this)[I]; } in test()
99 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { variable
111 for (unsigned I = 0, E = Bits.size(); I != E; ++I) variable
122 for (unsigned I = 0, E = Bits.size(); I != E; ++I) { variable
147 for (unsigned I = 0, E = size(); I != E; ++I) { variable
/freebsd/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h61 #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/Target/Sparc/
H A DLeonPasses.cpp34 bool ErrataWorkaround::moveNext(MachineBasicBlock::iterator &I) { in moveNext()
52 void ErrataWorkaround::insertNop(MachineBasicBlock::iterator I) { in insertNop()
56 bool ErrataWorkaround::isFloat(MachineBasicBlock::iterator I) { in isFloat()
71 bool ErrataWorkaround::isDivSqrt(MachineBasicBlock::iterator I) { in isDivSqrt()
86 bool ErrataWorkaround::checkSeqTN0009A(MachineBasicBlock::iterator I) { in checkSeqTN0009A()
124 bool ErrataWorkaround::checkSeqTN0009B(MachineBasicBlock::iterator I) { in checkSeqTN0009B()
151 bool ErrataWorkaround::checkSeqTN0010(MachineBasicBlock::iterator I) { in checkSeqTN0010()
198 MachineBasicBlock::iterator I = MBB.begin(); in checkSeqTN0010First() local
215 bool ErrataWorkaround::checkSeqTN0012(MachineBasicBlock::iterator I) { in checkSeqTN0012()
245 bool ErrataWorkaround::checkSeqTN0013(MachineBasicBlock::iterator I) { in checkSeqTN0013()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp189 void Lint::visitCallBase(CallBase &I) { in visitCallBase()
387 void Lint::visitReturnInst(ReturnInst &I) { in visitReturnInst()
400 void Lint::visitMemoryReference(Instruction &I, const MemoryLocation &Loc, in visitMemoryReference()
495 void Lint::visitLoadInst(LoadInst &I) { in visitLoadInst()
500 void Lint::visitStoreInst(StoreInst &I) { in visitStoreInst()
505 void Lint::visitAtomicCmpXchgInst(AtomicCmpXchgInst &I) { in visitAtomicCmpXchgInst()
510 void Lint::visitAtomicRMWInst(AtomicRMWInst &I) { in visitAtomicRMWInst()
515 void Lint::visitXor(BinaryOperator &I) { in visitXor()
520 void Lint::visitSub(BinaryOperator &I) { in visitSub()
525 void Lint::visitLShr(BinaryOperator &I) { in visitLShr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConvergenceVerifier.cpp18 auto GenericConvergenceVerifier<SSAContext>::getConvOp(const Instruction &I) in getConvOp()
37 const Instruction &I) {} in checkConvergenceTokenProduced()
42 const Instruction &I) { in findAndCheckConvergenceTokenUsed()
76 const Instruction &I) { in isInsideConvergentFunction()
83 const Instruction &I) { in isConvergent()
H A DProfDataUtils.cpp99 bool hasProfMD(const Instruction &I) { in hasProfMD()
111 bool hasBranchWeightMD(const Instruction &I) { in hasBranchWeightMD()
116 static bool hasCountTypeMD(const Instruction &I) { in hasCountTypeMD()
126 bool hasValidBranchWeightMD(const Instruction &I) { in hasValidBranchWeightMD()
130 bool hasBranchWeightOrigin(const Instruction &I) { in hasBranchWeightOrigin()
155 MDNode *getBranchWeightMDNode(const Instruction &I) { in getBranchWeightMDNode()
162 MDNode *getValidBranchWeightMDNode(const Instruction &I) { in getValidBranchWeightMDNode()
187 bool extractBranchWeights(const Instruction &I, in extractBranchWeights()
193 bool extractBranchWeights(const Instruction &I, uint64_t &TrueVal, in extractBranchWeights()
241 bool extractProfTotalWeight(const Instruction &I, uint64_t &TotalVal) { in extractProfTotalWeight()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h62 static bool classof(const IntrinsicInst *I) { in classof()
74 static bool classof(const IntrinsicInst *I) { in classof()
135 static bool classof(const IntrinsicInst *I) { in classof()
227 static bool classof(const IntrinsicInst *I) { in classof()
271 static bool classof(const IntrinsicInst *I) { in classof()
285 static bool classof(const IntrinsicInst *I) { in classof()
297 static bool classof(const IntrinsicInst *I) { in classof()
346 static bool classof(const IntrinsicInst *I) { in classof()
367 static bool classof(const IntrinsicInst *I) { in classof()
385 static bool classof(const IntrinsicInst *I) { in classof()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp56 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/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp64 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
149 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitInterp() local
195 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitEmitter() local
207 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
242 for (size_t I = 0; I < TypeCount; ++I) { in EmitProto() local
271 for (size_t I = 0, N = Types->size(); I < N; ++I) in EmitGroup() local
287 for (size_t I = 0, N = Types->size(); I < N; ++I) in EmitGroup() local
289 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitGroup() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DRegion.cpp20 void ScoreBoard::remove(Instruction *I) { in remove()
54 void Region::addImpl(Instruction *I, bool IgnoreCost) { in addImpl()
78 void Region::setAux(unsigned Idx, Instruction *I) { in setAux()
94 void Region::dropAuxMetadata(Instruction *I) { in dropAuxMetadata()
99 void Region::removeFromAux(Instruction *I) { in removeFromAux()
113 void Region::remove(Instruction *I) { in remove()
132 for (auto *I : Insts) in dump() local
136 for (auto *I : Aux) { in dump() local
186 for (auto *I : RPtr->getAux()) in createRegionsFromMD() local
H A DContext.cpp48 if (auto *I = dyn_cast<Instruction>(V)) { in registerValue() local
525 ReturnInst *Context::createReturnInst(llvm::ReturnInst *I) { in createReturnInst()
530 CallInst *Context::createCallInst(llvm::CallInst *I) { in createCallInst()
535 InvokeInst *Context::createInvokeInst(llvm::InvokeInst *I) { in createInvokeInst()
540 CallBrInst *Context::createCallBrInst(llvm::CallBrInst *I) { in createCallBrInst()
550 LandingPadInst *Context::createLandingPadInst(llvm::LandingPadInst *I) { in createLandingPadInst()
554 CatchPadInst *Context::createCatchPadInst(llvm::CatchPadInst *I) { in createCatchPadInst()
558 CleanupPadInst *Context::createCleanupPadInst(llvm::CleanupPadInst *I) { in createCleanupPadInst()
562 CatchReturnInst *Context::createCatchReturnInst(llvm::CatchReturnInst *I) { in createCatchReturnInst()
567 Context::createCleanupReturnInst(llvm::CleanupReturnInst *I) { in createCleanupReturnInst()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h86 void setAborted(Instruction *I) { in setAborted()
93 void setEscaped(Instruction *I) { in setEscaped()
99 void setEscapedReadOnly(Instruction *I) { in setEscapedReadOnly()
108 void setEscapedAndAborted(Instruction *I) { in setEscapedAndAborted()
224 PtrInfo visitPtr(Value &I) { in visitPtr()
246 Instruction *I = cast<Instruction>(U->getUser()); in visitPtr() local
268 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
288 void visitMemIntrinsic(MemIntrinsic &I) {} in visitMemIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp198 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
750 for (Iter I = FI->begin(); I != FI->end(); ++I) { in handleMFLOSlot() local
798 for (Iter I = FI->begin(); I != FI->end(); ++I) { in handleSlot() local
836 [this](auto &I) -> bool { return TII->IsMfloOrMfhi(I); }, in handleMFLO()
837 [this](auto &IInSlot, auto &I) -> bool { in handleMFLO()
[all …]

12345678910>>...87