Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp28 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() argument
66 AlignStyle Where = AlignStyle::Right; in parseReplacementItem() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h74 const Decl *Where, in handleCapturedNeverCalled()
90 const Decl *Function, const Stmt *Where, in handleNeverCalled()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h28 AlignStyle Where; global() variable
33 AlignAdapter(T && Item,AlignStyle Where,size_t Amount,char Fill) AlignAdapter() argument
H A DFormatCommon.h21 AlignStyle Where; member
H A DFormatVariadic.h61 AlignStyle Where = AlignStyle::Right; member
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp72 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { in AddToken()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp101 MachineInstr *Where = O.getParent(); in replaceDominatedUses() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1142 WhereType Where) { in moveTo() argument
1166 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() argument
1171 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() argument
1176 moveToPlace(MemoryUseOrDef * What,BasicBlock * BB,MemorySSA::InsertionPlace Where) moveToPlace() argument
1180 if (auto *Where = MSSA->getMemoryAccess(BB->getTerminator())) moveToPlace() local
[all...]
H A DMemoryBuiltins.cpp873 auto Where = VisitedBlocks.find(&BB); in findLoadSizeOffset() local
H A DMemorySSA.cpp1652 moveTo(MemoryUseOrDef * What,BasicBlock * BB,AccessList::iterator Where) moveTo() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp113 Error LVSplitContext::createSplitFolder(StringRef Where) { in createSplitFolder()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp70 auto Where = ConstantDependenciesCache.find(CE); in ComputeDependencies() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h125 auto Where = MDMap->find(MD); in getMappedMD() local
H A DModule.h577 insertGlobalVariable(GlobalListType::iterator Where,GlobalVariable * GV) insertGlobalVariable() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp224 ProfilingData::iterator Where; overlapRecord() local
246 ProfilingData::iterator Where; addRecord() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp222 auto PrintStatsWrapper = [this, &AllFeatures](const char* Where) { in CrashResistantMergeInternalStep()
H A DFuzzerLoop.cpp325 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units, in PrintStats()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp672 auto Where = Info.find(&Op); getFwdReference() local
779 auto Where = Info.find(Op); propagateChanges() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp1092 insertDPValueBefore(DPValue * DPV,InstListType::iterator Where) insertDPValueBefore() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1150 CombineInfo *Where; checkAndPrepareMerge() local
2418 CombineInfo *Where = checkAndPrepareMerge(CI, Paired); optimizeInstsWithSameBaseAddr() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dacobject.h556 union acpi_operand_object **Where; /* Target of Index */ member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp878 predicateAt(const MachineOperand & DefOp,MachineInstr & MI,MachineBasicBlock::iterator Where,const MachineOperand & PredOp,bool Cond,std::set<Register> & UpdRegs) predicateAt() argument
H A DHexagonVectorCombine.cpp1046 Instruction *Where = Move.Main.front(); in moveTogether() local
1229 if (auto *Where = std::min(PrevAt, ThisAt, isEarlier)) { realignLoadGroup() local
1251 if (auto *Where = EarliestUser[&ASpan[Index]]) { realignLoadGroup() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1717 const Stmt *Where, NeverCalledReason Reason, in handleNeverCalled() argument
1737 const Decl *Where, in handleCapturedNeverCalled() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp627 auto Where = llvm::find_if(PrologMBB, [](MachineInstr &MI) { inlineStackProbe() local