Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h25 struct Desc { struct
32 Desc() { internal_memset(this, 0, sizeof(*this)); } in Desc() argument
33 Desc(const Desc& other) { *this = other; } in Desc() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h65 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl()
74 const char *Desc; variable
81 std::string Desc) { in makeGenericNamedTask()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp171 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isPredicated() local
177 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isCPSRDefined() local
418 const MCInstrDesc &Desc = Info->get(Inst.getOpcode()); in evaluateBranch() local
445 evaluateMemOpAddrForAddrMode_i12(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode_i12()
463 evaluateMemOpAddrForAddrMode3(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode3()
483 evaluateMemOpAddrForAddrMode5(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode5()
502 evaluateMemOpAddrForAddrMode5FP16(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode5FP16()
522 evaluateMemOpAddrForAddrModeT2_i8s4(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT2_i8s4()
543 evaluateMemOpAddrForAddrModeT2_pc(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT2_pc()
559 evaluateMemOpAddrForAddrModeT1_s(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT1_s()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp51 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
60 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
75 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DProgram.cpp57 Descriptor *Desc = in createGlobalString() local
173 Descriptor *Desc; in getOrCreateDummy() local
249 Descriptor *Desc; in createGlobal() local
332 const Descriptor *Desc = GetBaseDesc(BD, BR); in getOrCreateRecord() local
349 const Descriptor *Desc = GetBaseDesc(BD, BR); in getOrCreateRecord() local
375 const Descriptor *Desc; in getOrCreateRecord() local
446 const Descriptor *Desc = createDescriptor( in createDescriptor() local
H A DPointer.cpp174 const Descriptor *Desc = getDeclDesc(); in toAPValue() local
222 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local
230 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local
241 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local
260 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local
423 const Descriptor *Desc = getFieldDesc(); in isInitialized() local
460 const Descriptor *Desc = getFieldDesc(); in initialize() local
H A DInterpBlock.h140 Block(unsigned EvalID, const Descriptor *Desc, bool IsExtern, bool IsStatic, in Block()
178 const Descriptor *Desc; variable
H A DRecord.h31 const Descriptor *Desc; member
40 const Descriptor *Desc; member
H A DEvaluationResult.cpp129 const Descriptor *Desc = BasePtr.getDeclDesc(); in CheckFieldsInitialized() local
190 const Descriptor *Desc = Ptr.getFieldDesc(); in collectBlocks() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp220 SVal getStreamArg(const FnDescription *Desc, const CallEvent &Call) { in getStreamArg()
884 const FnDescription *Desc = lookupFn(Call); in checkPreCall() local
892 const FnDescription *Desc = lookupFn(Call); in evalCall() local
927 void StreamChecker::evalFopen(const FnDescription *Desc, const CallEvent &Call, in evalFopen()
958 void StreamChecker::preFreopen(const FnDescription *Desc, const CallEvent &Call, in preFreopen()
970 void StreamChecker::evalFreopen(const FnDescription *Desc, in evalFreopen()
1016 void StreamChecker::evalFclose(const FnDescription *Desc, const CallEvent &Call, in evalFclose()
1033 void StreamChecker::preRead(const FnDescription *Desc, const CallEvent &Call, in preRead()
1058 void StreamChecker::preWrite(const FnDescription *Desc, const CallEvent &Call, in preWrite()
1149 void StreamChecker::evalFreadFwrite(const FnDescription *Desc, in evalFreadFwrite()
[all …]
H A DObjCSuperDeallocChecker.cpp97 StringRef Desc; in checkPreObjCMessage() local
159 StringRef Desc = StringRef(); in checkLocation() local
177 StringRef Desc, in reportUseAfterDealloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h121 const StringRef Desc; variable
127 Instrument(StringRef Desc, StringRef Data) : Desc(Desc), Data(Data) {} in Instrument()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h83 static unsigned registerCounter(StringRef Name, StringRef Desc) { in registerCounter()
166 unsigned addCounter(const std::string &Name, const std::string &Desc) { in addCounter()
178 std::string Desc; member
H A DRegistry.h28 StringRef Name, Desc; variable
133 Add(StringRef Name, StringRef Desc) in Add()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp55 Opt::Opt(StringRef Name, FnT CB, StringRef Desc, bool ByDefault) { in Opt()
84 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS, in emitSourceFileHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h54 const char *const Desc; variable
60 const char *Desc) in TrackingStatistic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp61 static Value *callAppendArgs(IRBuilder<> &Builder, Value *Desc, int NumArgs, in callAppendArgs()
77 static Value *appendArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendArg()
154 static Value *callAppendStringN(IRBuilder<> &Builder, Value *Desc, Value *Str, in callAppendStringN()
165 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString()
171 static Value *processArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, in processArg()
521 auto Desc = callPrintfBegin(Builder, Builder.getIntN(64, 0)); in emitAMDGPUPrintfCall() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEntryPointStats.h116 llvm::StringLiteral Desc) in CounterEntryPointTranslationUnitStat()
143 llvm::StringLiteral Desc) in UnsignedMaxEntryPointTranslationUnitStatistic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.cpp367 static bool isVCMPX64(const MCInstrDesc &Desc) { in isVCMPX64()
379 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local
516 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getSDWASrcEncoding() local
687 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValueCommon() local
693 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValueCommon() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h92 CodeRegion(llvm::StringRef Desc, llvm::SMLoc Start) in CodeRegion()
136 InstrumentRegion(llvm::StringRef Desc, llvm::SMLoc Start, UniqueInstrument I) in InstrumentRegion()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DTableGenBackend.h44 OptClass(StringRef Name, StringRef Desc) : Opt(Name, run, Desc) {} in OptClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp343 const MCInstrDesc &Desc = MI.getDesc(); in chooseBestLEA() local
446 const MCInstrDesc &Desc = MI.getDesc(); in isReplaceable() local
510 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantAddrCalc() local
671 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantLEAs() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.h35 const char *Desc; global() member
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp23 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in execute() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h85 : BugType(this, Desc, Cat, SuppressOnSink) {} in BugType() argument

12345678