Home
last modified time | relevance | path

Searched defs:CI (Results 251 – 275 of 407) sorted by relevance

1...<<11121314151617

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp509 for (auto *CI : Children) { in ~RegionMRT() local
569 for (auto *CI : Children) { in contains() local
589 for (auto &CI : Children) { in replaceLiveOutReg() local
2599 for (auto CI = Children->begin(), CE = Children->end(); CI != CE; ++CI) { in structurizeComplexRegion() local
H A DAMDGPUAtomicOptimizer.cpp669 const ConstantInt *CI = dyn_cast<ConstantInt>(LHS); in buildMul() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1298 ConstantInt *CI, *CI2; // I = icmp ugt (add (add A, B), CI2), CI in foldICmpWithConstant() local
3977 ConstantInt *CI = nullptr; in foldSelectICmp() local
5865 if (ConstantInt *CI = dyn_cast<ConstantInt>(BO->getOperand(1))) { in processUMulZExtIdiom() local
5938 ConstantInt *CI = cast<ConstantInt>(BO->getOperand(1)); in processUMulZExtIdiom() local
6471 if (auto *CI = dyn_cast<ConstantInt>(C)) { in getFlippedStrictnessPredicateAndConstant() local
6487 auto *CI = dyn_cast<ConstantInt>(Elt); in getFlippedStrictnessPredicateAndConstant() local
6497 auto *CI = dyn_cast_or_null<ConstantInt>(SplatC); in getFlippedStrictnessPredicateAndConstant() local
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp816 uint8_t CI[2]; in iPktCondResult() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp563 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation() local
H A DSemaCUDA.cpp524 if (!llvm::all_of(CD->inits(), [&](const CXXCtorInitializer *CI) { in isEmptyCudaConstructor()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp773 for (const Instruction *CI : Explorer.range(&I)) in run() local
H A DBasicAliasAnalysis.cpp891 if (const CallInst *CI = dyn_cast<CallInst>(Call)) in getModRefInfo() local
915 for (auto CI = Call->data_operands_begin(), CE = Call->data_operands_end(); in getModRefInfo() local
H A DAliasAnalysis.cpp670 for (auto CI = Call->data_operands_begin(), CE = Call->data_operands_end(); in callCapturesBefore() local
H A DGlobalsModRef.cpp552 for (CallGraphNode::iterator CI = SCC[i]->begin(), E = SCC[i]->end(); in AnalyzeCallGraph() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp779 for (PDFileEntry::ConsumerFiles::const_iterator CI = files->begin(), in FlushDiagnosticsImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp324 auto *CI = dyn_cast<ConstantInt>(V); in isZero() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp148 ConstantInt *CI = ConstantInt::get(const_cast<IntegerType *>(LLVMIntTy), Val); in getOrCreateConstIntReg() local
169 ConstantInt *CI; in getOrCreateConstInt() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp650 for (const auto &CI : BD->captures()) { in LazyInitializeReferencedDecls() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp325 MachineBasicBlock::iterator CI = I; in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp1041 for (auto &CI : CopyInfos) { in appendCopies() local
H A DTypePromotion.cpp343 auto *CI = cast<ICmpInst>(*I->user_begin()); in isSafeWrap() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp340 if (const auto *CI = dyn_cast<CastInst>(V)) { in getBaseType() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp507 Constant *CI = ConstantInt::get(I32, getRandom() % (Width*2)); in Act() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp148 CallInst *CI = dyn_cast<CallInst>(&I); in deleteDeadVarargs() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp787 ObjCContextInfo CI; in convertContext() local
864 ObjCContextInfo CI; in convertNamespaceContext() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp229 static void collectIncludePCH(CompilerInstance &CI, in collectIncludePCH()
262 static void collectVFSEntries(CompilerInstance &CI, in collectVFSEntries()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp580 auto &CI = *cast<CallInst>(getUnderlyingInstr()); in execute() local
647 auto *CI = cast<CallInst>(getUnderlyingInstr()); in print() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp3433 PPConditionalInfo CI; in HandleElseDirective() local
3497 PPConditionalInfo CI; in HandleElifFamilyDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1195 } else if (CallInst *CI = dyn_cast<CallInst>(&I)) { in canSinkOrHoistInst() local
1309 if (auto *CI = dyn_cast<CallInst>(MD->getMemoryInst())) { in canSinkOrHoistInst() local
1419 if (auto *CI = dyn_cast<CallInst>(&I)) { in cloneInstructionInExitBlock() local

1...<<11121314151617