Home
last modified time | relevance | path

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

12345678

/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
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h64 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl() argument
73 const char *Desc; variable
80 std::string Desc) { in makeGenericNamedTask() argument
[all...]
/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-amdgpu-invalid.s103 Desc: '123456' label
106 Desc: 'abcdef' label
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp170 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isPredicated() local
176 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isCPSRDefined() local
418 const MCInstrDesc &Desc = Info->get(Inst.getOpcode()); evaluateBranch() local
441 evaluateMemOpAddrForAddrMode_i12(const MCInst & Inst,const MCInstrDesc & Desc,unsigned MemOpIndex,uint64_t Addr) evaluateMemOpAddrForAddrMode_i12() argument
459 evaluateMemOpAddrForAddrMode3(const MCInst & Inst,const MCInstrDesc & Desc,unsigned MemOpIndex,uint64_t Addr) evaluateMemOpAddrForAddrMode3() argument
479 evaluateMemOpAddrForAddrMode5(const MCInst & Inst,const MCInstrDesc & Desc,unsigned MemOpIndex,uint64_t Addr) evaluateMemOpAddrForAddrMode5() argument
498 evaluateMemOpAddrForAddrMode5FP16(const MCInst & Inst,const MCInstrDesc & Desc,unsigned MemOpIndex,uint64_t Addr) evaluateMemOpAddrForAddrMode5FP16() argument
518 evaluateMemOpAddrForAddrModeT2_i8s4(const MCInst & Inst,const MCInstrDesc & Desc,unsigned MemOpIndex,uint64_t Addr) evaluateMemOpAddrForAddrModeT2_i8s4() argument
539 evaluateMemOpAddrForAddrModeT2_pc(const MCInst & Inst,const MCInstrDesc & Desc,unsigned MemOpIndex,uint64_t Addr) evaluateMemOpAddrForAddrModeT2_pc() argument
555 evaluateMemOpAddrForAddrModeT1_s(const MCInst & Inst,const MCInstrDesc & Desc,unsigned MemOpIndex,uint64_t Addr) evaluateMemOpAddrForAddrModeT1_s() argument
563 const MCInstrDesc &Desc = Info->get(Inst.getOpcode()); evaluateMemoryOperandAddress() local
[all...]
/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
/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp
H A DPointer.cpp
H A DInterpBlock.h
H A DRecord.h
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp220 SVal getStreamArg(const FnDescription *Desc, const CallEvent &Call) { in getStreamArg() argument
871 const FnDescription *Desc = lookupFn(Call); checkPreCall() local
879 const FnDescription *Desc = lookupFn(Call); evalCall() local
890 evalFopen(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFopen() argument
919 preFreopen(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const preFreopen() argument
931 evalFreopen(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFreopen() argument
977 evalFclose(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFclose() argument
994 preRead(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const preRead() argument
1019 preWrite(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const preWrite() argument
1110 evalFreadFwrite(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C,bool IsFread) const evalFreadFwrite() argument
1183 evalFgetx(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C,bool SingleChar) const evalFgetx() argument
1242 evalFputx(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C,bool IsSingleChar) const evalFputx() argument
1287 evalFprintf(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFprintf() argument
1324 evalFscanf(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFscanf() argument
1377 evalUngetc(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalUngetc() argument
1404 evalGetdelim(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalGetdelim() argument
1464 preFseek(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const preFseek() argument
1482 evalFseek(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFseek() argument
1511 evalFgetpos(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFgetpos() argument
1530 evalFsetpos(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFsetpos() argument
1558 evalFtell(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFtell() argument
1582 evalRewind(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalRewind() argument
1594 preFflush(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const preFflush() argument
1609 evalFflush(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFflush() argument
1672 evalClearerr(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalClearerr() argument
1687 evalFeofFerror(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C,const StreamErrorState & ErrorKind) const evalFeofFerror() argument
1717 evalFileno(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const evalFileno() argument
1742 preDefault(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C) const preDefault() argument
1757 evalSetFeofFerror(const FnDescription * Desc,const CallEvent & Call,CheckerContext & C,const StreamErrorState & ErrorKind,bool Indeterminate) const evalSetFeofFerror() argument
[all...]
H A DObjCSuperDeallocChecker.cpp97 StringRef Desc; in checkPreObjCMessage() local
159 StringRef Desc = StringRef(); in checkLocation() local
177 StringRef Desc, in reportUseAfterDealloc() argument
[all...]
/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h120 const StringRef Desc; variable
126 Instrument(StringRef Desc, StringRef Data) : Desc(Desc), Data(Data) {} in Instrument()
/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h82 static unsigned registerCounter(StringRef Name, StringRef Desc) { in registerCounter()
163 unsigned addCounter(const std::string &Name, const std::string &Desc) { in addCounter()
174 std::string Desc; member
H A DRegistry.h28 StringRef Name, Desc; variable
121 Add(StringRef Name,StringRef Desc) Add() argument
/llvm-project/llvm/unittests/Target/ARM/
H A DMachineInstrTest.cpp96 const MCInstrDesc &Desc = TII->get(i); in TEST() local
252 const MCInstrDesc &Desc = TII->get(i); in TEST() local
351 const MCInstrDesc &Desc = TII->get(i); in TEST() local
1200 const MCInstrDesc &Desc = TII->get(Op); in TEST() local
/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h60 : DebugType(DebugType), Name(Name), Desc(Desc), Value(0), in TrackingStatistic() argument
54 const char *const Desc; global() variable
/llvm-project/offload/src/
H A DPluginManager.cpp75 registerLib(__tgt_bin_desc * Desc) registerLib() argument
209 unregisterLib(__tgt_bin_desc * Desc) unregisterLib() argument
[all...]
/llvm-project/llvm/include/llvm/TableGen/
H A DTableGenBackend.h47 OptClass(StringRef Name,StringRef Desc) OptClass() argument
/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
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.cpp357 return (Desc.TSFlags & SIInstrFlags::VOP3) && in isVCMPX64() argument
369 unsigned bytes = Desc.getSize(); in encodeInstruction() local
501 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); getSDWASrcEncoding() local
688 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); getMachineOpValueCommon() local
695 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); getMachineOpValueCommon() local
[all...]
/llvm-project/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp256 for (const IndCallDescription &Desc : Summary->IndCallDescriptions) { in buildTables() local
264 for (const IndCallTargetDescription &Desc : in buildTables() local
275 for (const FunctionDescription &Desc : Summary->FunctionDescriptions) { in buildTables() local
[all...]
/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()
/llvm-project/llvm/unittests/Target/VE/
H A DMachineInstrTest.cpp308 const MCInstrDesc &Desc = TII->get(i); TEST() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.h36 const char *Desc; member
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp203 StringRef Desc) { in printCheckerOptionList()
215 std::string Desc = in printCheckerOptionList() local

12345678