Searched refs:It (Results 126 - 150 of 448) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp75 for (MachineInstr::mop_iterator It = MI.operands_begin(),
77 It != E; ++It) {
78 MachineOperand &MO = *It;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp118 MachineFunction::iterator It = ++BB.getIterator(); local
119 MF->insert(It, loop1MBB);
120 MF->insert(It, loop2MBB);
121 MF->insert(It, sinkMBB);
122 MF->insert(It, exitMBB);
254 MachineFunction::iterator It = ++BB.getIterator(); local
255 MF->insert(It, loop1MBB);
256 MF->insert(It, loop2MBB);
257 MF->insert(It, exitMBB);
424 MachineFunction::iterator It local
717 MachineFunction::iterator It = ++BB.getIterator(); local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp39 // purpose. It is provided "as is" without express or implied
265 template<typename It>
267 copy_from_range(It first_it, It last_it);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp39 // purpose. It is provided "as is" without express or implied
53 template<typename It>
56 copy_from_range(It first_it, It last_it)
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Drb_tree_.hpp39 // purpose. It is provided "as is" without express or implied
165 template<typename It>
167 copy_from_range(It, It);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp39 // purpose. It is provided "as is" without express or implied
60 * purpose. It is provided "as is" without express or implied warranty.
72 * purpose. It is provided "as is" without express or implied warranty.
186 template<typename It>
188 copy_from_range(It, It);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp39 // purpose. It is provided "as is" without express or implied
186 template<typename It>
188 copy_from_range(It first_it, It last_it);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h168 /// set. It is an error to call this method for a value that is not yet in
247 auto It = findLeader(V1);
248 return It != member_end() && It == findLeader(V2);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h84 auto It = GlobalSpecMap.find(FAddr); local
85 if (It == GlobalSpecMap.end())
87 CandidateSet = It->getSecond();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp62 auto It = Strings.find(Query); local
63 if (It != Strings.end())
64 return It->second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h271 auto It = JumpTableEntryInfo.find(Idx); local
272 if (It != JumpTableEntryInfo.end())
273 return It->second.first;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp400 auto It = local
406 return It != Range.second ? It : Map.end();
508 auto It = findFunctionInConfig(CustomPropagations, FData); local
509 if (It != CustomPropagations.end()) {
510 const auto &Value = It->second;
567 auto It = findFunctionInConfig(CustomFilters, FData); local
568 if (It == CustomFilters.end())
572 const auto &Value = It->second;
853 // TODO: It migh
917 auto It = findFunctionInConfig(CustomSinks, FData); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp167 auto It = DefMap.find(Block); local
169 if (It == DefMap.end()) {
172 const auto *DefBlock = It->second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp281 auto It = pImpl->GCNames.find(&Fn); local
283 if (It == pImpl->GCNames.end()) {
287 It->second = std::move(GCName);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp346 MachineFunction::iterator It = MBB->getIterator(); local
347 ++It; // Point to the successor block of MBB.
367 MF->insert(It, FalseBlock);
372 MF->insert(It, TrueBlock);
376 MF->insert(It, NewSuccessor);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp68 It = CompilationDatabasePluginRegistry::begin(),
70 It != Ie; ++It) {
72 std::unique_ptr<CompilationDatabasePlugin> Plugin(It->instantiate());
76 ErrorStream << It->getName() << ": " << DatabaseErrorMessage << "\n";
284 // It will then issue warnings via Diagnostics about un-used options that
334 // Remove the -c add above as well. It will be at the end right now.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp9 // This pass hoists expressions from branches to a common dominator. It uses
26 // they are already handled by GVN-PRE. It is advisable to run gvn-hoist before
133 // CHI keeps information about values flowing out of a basic block. It is
348 auto It = BBSideEffects.find(BB); local
349 if (It != BBSideEffects.end())
350 return It->second;
643 for (auto It = VCHI.begin(), E = VCHI.end(); It != E;) {
644 CHIArg &C = *It;
659 It
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp63 auto It = StmtStack.end()-2;
64 while (isa<CastExpr>(*It) || isa<ParenExpr>(*It)) {
65 if (auto ICE = dyn_cast<ImplicitCastExpr>(*It)) {
69 if (It == StmtStack.begin())
71 --It;
73 const Stmt *Parent = *It;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp679 auto It = Rules.find(*ParentRule); local
680 if (It != Rules.end()) {
685 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second
703 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); local
704 if (It != RulesToFirstSpecifiedNegatedSubRule.end() &&
705 It->second != Rule) {
708 It->second.second.getBegin(),
712 attr::SubjectMatchRule(It->second.first))
715 replacementRangeForListElement(*this, It->second.second));
718 RulesToFirstSpecifiedNegatedSubRule.erase(It);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp921 MachineBasicBlock::const_iterator It = BI, End = B.end();
928 const MachineInstr &MI = *It;
954 ++It;
955 } while (FallsThrough && It != End);
1064 MachineBasicBlock::const_iterator It = B.begin(), End = B.end();
1066 while (It != End && It->isPHI()) {
1067 const MachineInstr &PI = *It++;
1080 while (It != End && !It
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp490 auto It = InstrumentedFiles.find(Filename);
491 if (It != InstrumentedFiles.end()) {
492 return It->second;
623 static bool shouldKeepInEntry(BasicBlock::iterator It) {
624 if (isa<AllocaInst>(*It)) return true;
625 if (isa<DbgInfoIntrinsic>(*It)) return true;
626 if (auto *II = dyn_cast<IntrinsicInst>(It)) {
745 BasicBlock::iterator It = EntryBlock.begin();
746 while (shouldKeepInEntry(It))
747 ++It;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h11 /// It uses target hooks to lower the ABI but aside from that, the pass
85 auto It = ValToVRegs.find(&V); local
86 if (It != ValToVRegs.end())
87 return It->second;
93 auto It = TypeToOffsets.find(V.getType()); local
94 if (It != TypeToOffsets.end())
95 return It->second;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp177 // needed by __xray_set_buffer_iterator(...). It maintains a global state of the
185 // - It will keep returning the next buffer and extents as there are more
222 static BufferQueue::const_iterator It{};
230 It = BQ->cbegin();
239 if (It == End)
253 auto BufferSize = atomic_load(It->Extents, memory_order_acquire);
269 internal_memcpy(AfterExtents, It->Data, BufferSize);
274 ++It;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp11 /// branches when profitable. This pass is conservative. It transforms if and
667 MachineFunction::iterator It = ++MBB->getIterator(); local
673 F->insert(It, FalseMBB);
674 F->insert(It, SinkMBB);
786 auto It = FalseBBRegRewriteTable.find(MOp.getReg()); local
787 if (It == FalseBBRegRewriteTable.end())
790 MOp.setReg(It->second);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp286 auto It = this->Params.find(PD);
287 if (It != this->Params.end()) {
288 unsigned Idx = It->second;
328 auto It = Locals.find(VD);
329 if (It != Locals.end()) {
330 const auto &L = It->second;

Completed in 283 milliseconds

1234567891011>>