Searched defs:CS (Results 26 - 50 of 94) sorted by relevance

1234

/freebsd-11.0-release/sys/cddl/dev/dtrace/x86/
H A Dregset.h129 #define CS 15 macro
150 #define CS 14 macro
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DInstVisitor.h246 RetTy visitCallSite(CallSite CS) { argument
H A DStatepoint.h72 explicit StatepointBase(CallSiteTy CS) { argument
294 explicit ImmutableStatepoint(ImmutableCallSite CS) : Base(CS) {} argument
305 explicit Statepoint(CallSite CS) : Base(CS) {} argument
[all...]
H A DCallSite.h563 ImmutableCallSite(CallSite CS) : CallSiteBase(CS.getInstruction()) {} argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp333 CXXCatchStmt *CS = TS->getHandler(I); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp558 CFGStmt CS = (*Block)[Idx].castAs<CFGStmt>(); local
H A DExprEngineCXX.cpp538 void ExprEngine::VisitCXXCatchStmt(const CXXCatchStmt *CS, argument
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h74 ImmutableCallSite *CS; member in struct:llvm::FastISel::CallLoweringInfo
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp99 static bool InlineCallIfPossible(Pass &P, CallSite CS, InlineFunctionInfo &IFI, argument
307 static void emitAnalysis(CallSite CS, const Twine &Msg) { argument
315 shouldInline(CallSite CS) argument
517 CallSite CS = CallSites[CSi].first; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp235 void callUsesLocalStack(CallSite CS, bool IsNocapture) { argument
H A DPlaceSafepoints.cpp195 static bool needsStatepoint(const CallSite &CS) { argument
378 doesNotRequireEntrySafepointBefore(const CallSite &CS) argument
695 CallSite &CS = ParsePointNeeded[i]; local
714 CallSite &CS = ParsePointNeeded[i]; local
[all...]
H A DLoopUnswitch.cpp509 auto CS = CallSite(&I); local
H A DMemCpyOptimizer.cpp1173 processByValArgument(CallSite CS, unsigned ArgNo) argument
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Di386-stub.c125 CS, SS, DS, ES, FS, GS}; enumerator in enum:regnames
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp123 bool TraverseCapturedStmt(CapturedStmt *CS) { return true; } argument
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DGlobalsModRef.cpp243 GlobalsAAResult::getModRefBehavior(ImmutableCallSite CS) { argument
853 ModRefInfo GlobalsAAResult::getModRefInfoForArgument(ImmutableCallSite CS, argument
877 getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc) argument
[all...]
H A DLint.cpp203 void Lint::visitCallSite(CallSite CS) { argument
[all...]
H A DMemoryBuiltins.cpp456 SizeOffsetType ObjectSizeOffsetVisitor::visitCallSite(CallSite CS) { argument
672 visitCallSite(CallSite CS) argument
[all...]
H A DBasicAliasAnalysis.cpp550 FunctionModRefBehavior BasicAAResult::getModRefBehavior(ImmutableCallSite CS) { argument
594 static bool isWriteOnlyParam(ImmutableCallSite CS, unsigned ArgIdx, argument
626 ModRefInfo BasicAAResult::getArgModRefInfo(ImmutableCallSite CS, argument
643 isAssumeIntrinsic(ImmutableCallSite CS) argument
697 getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc) argument
[all...]
H A DInlineCost.cpp731 bool CallAnalyzer::simplifyCallSite(Function *F, CallSite CS) { argument
760 bool CallAnalyzer::visitCallSite(CallSite CS) { argument
1067 analyzeCall(CallSite CS) argument
1338 getInlineCost(CallSite CS, int Threshold, TargetTransformInfo &CalleeTTI, AssumptionCacheTracker *ACT) argument
1344 getInlineCost(CallSite CS, Function *Callee, int Threshold, TargetTransformInfo &CalleeTTI, AssumptionCacheTracker *ACT) argument
[all...]
H A DMemoryDependenceAnalysis.cpp207 getCallSiteDependencyFrom(CallSite CS, bool isReadOnlyCall, argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp491 bool llvm::isInTailCallPosition(ImmutableCallSite CS, const TargetMachine &TM) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h266 bool doesNotAccessMemory(ImmutableCallSite CS) { argument
294 bool onlyReadsMemory(ImmutableCallSite CS) { argument
336 ModRefInfo getModRefInfo(ImmutableCallSite CS, const Value *P, argument
734 getArgModRefInfo(ImmutableCallSite CS, unsigned ArgIdx) argument
738 getModRefBehavior(ImmutableCallSite CS) argument
746 getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc) argument
781 getArgModRefInfo(ImmutableCallSite CS, unsigned ArgIdx) argument
785 getModRefBehavior(ImmutableCallSite CS) argument
812 getModRefInfo(ImmutableCallSite CS, const MemoryLocation &Loc) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp822 MachO::CPUSubTypeX86 CS = local
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp388 ConstantStruct *CS = dyn_cast<ConstantStruct>(InitList->getOperand(i)); local

Completed in 237 milliseconds

1234