Searched defs:CS (Results 1 - 25 of 107) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTypeMetadataUtils.h36 CallSite CS; member in struct:llvm::DevirtCallSite
H A DObjCARCAnalysisUtils.h198 inline ARCInstKind GetCallSiteClass(ImmutableCallSite CS) { argument
H A DPtrUseVisitor.h298 void visitCallSite(CallSite CS) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp64 setChecksums( const DebugChecksumsSubsectionRef &CS) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUFixFunctionBitcasts.cpp34 void visitCallSite(CallSite CS) { argument
H A DAMDGPUInline.cpp159 static bool isWrapperOnlyCall(CallSite CS) { argument
177 InlineCost AMDGPUInliner::getInlineCost(CallSite CS) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp52 Optional<CFGStmt> CS = CE.getAs<CFGStmt>(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp58 void OptimizeReturned::visitCallSite(CallSite CS) { argument
H A DWebAssemblyLowerGlobalDtors.cpp83 auto *CS = dyn_cast<ConstantStruct>(O); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp28 CountKey(const StackFrameContext *CS, unsigned ID) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp72 ConstantStruct *CS = cast<ConstantStruct>(V); local
97 ConstantStruct *CS = cast<ConstantStruct>(V); local
H A DCallPromotionUtils.cpp161 static void createRetBitCast(CallSite CS, Type *RetTy, CastInst **RetBitCast) { argument
256 static Instruction *versionCallSite(CallSite CS, Value *Callee, argument
319 isLegalToPromote(CallSite CS, Function *Callee, const char **FailureReason) argument
365 promoteCall(CallSite CS, Function *Callee, CastInst **RetBitCast) argument
449 promoteCallWithIfThenElse(CallSite CS, Function *Callee, MDNode *BranchWeights) argument
[all...]
H A DEvaluator.cpp269 Evaluator::getCalleeWithFormalArgs(CallSite &CS, argument
284 bool Evaluator::getFormalParams(CallSite &CS, Function *F, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h18 #undef CS macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp71 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp154 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallSite CS) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp226 const ScanfConversionSpecifier &CS = getConversionSpecifier(); local
31 ParseScanList(FormatStringHandler &H, ScanfConversionSpecifier &CS, const char *&Beg, const char *E) argument
[all...]
H A DPrintfFormatString.cpp668 const PrintfConversionSpecifier &CS = getConversionSpecifier(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h504 auto CS = F(Size); variable
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Dregset.h129 #define CS 15 macro
150 #define CS 14 macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp307 void llvm::format_provider<ConstString>::format(const ConstString &CS, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp75 ConstantStruct *CS = dyn_cast<ConstantStruct>(InitList->getOperand(I)); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp337 bool ProfileSummaryInfo::isHotCallSite(const CallSite &CS, argument
343 bool ProfileSummaryInfo::isColdCallSite(const CallSite &CS, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp32 bool CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, ImmutableCallSite CS, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp301 const CycleSegment &CS = R.second.CS; local

Completed in 166 milliseconds

12345