/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mutexset.h | 25 struct Desc { struct 32 Desc() { internal_memset(this, 0, sizeof(*this)); } in Desc() argument 33 Desc(const Desc& other) { *this = other; } in Desc() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCTargetDesc.cpp | 170 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isPredicated() local 176 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isCPSRDefined() local 417 const MCInstrDesc &Desc = Info->get(Inst.getOpcode()); in evaluateBranch() local 440 evaluateMemOpAddrForAddrMode_i12(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode_i12() 458 evaluateMemOpAddrForAddrMode3(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode3() 478 evaluateMemOpAddrForAddrMode5(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode5() 497 evaluateMemOpAddrForAddrMode5FP16(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode5FP16() 517 evaluateMemOpAddrForAddrModeT2_i8s4(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT2_i8s4() 538 evaluateMemOpAddrForAddrModeT2_pc(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT2_pc() 554 evaluateMemOpAddrForAddrModeT1_s(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT1_s() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | TaskDispatch.h | 64 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl() 73 const char *Desc; variable 80 std::string Desc) { in makeGenericNamedTask()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StreamChecker.cpp | 220 SVal getStreamArg(const FnDescription *Desc, const CallEvent &Call) { in getStreamArg() 871 const FnDescription *Desc = lookupFn(Call); in checkPreCall() local 879 const FnDescription *Desc = lookupFn(Call); in evalCall() local 890 void StreamChecker::evalFopen(const FnDescription *Desc, const CallEvent &Call, in evalFopen() 919 void StreamChecker::preFreopen(const FnDescription *Desc, const CallEvent &Call, in preFreopen() 931 void StreamChecker::evalFreopen(const FnDescription *Desc, in evalFreopen() 977 void StreamChecker::evalFclose(const FnDescription *Desc, const CallEvent &Call, in evalFclose() 994 void StreamChecker::preRead(const FnDescription *Desc, const CallEvent &Call, in preRead() 1019 void StreamChecker::preWrite(const FnDescription *Desc, const CallEvent &Call, in preWrite() 1110 void StreamChecker::evalFreadFwrite(const FnDescription *Desc, in evalFreadFwrite() [all …]
|
H A D | ObjCSuperDeallocChecker.cpp | 97 StringRef Desc; in checkPreObjCMessage() local 159 StringRef Desc = StringRef(); in checkLocation() local 177 StringRef Desc, in reportUseAfterDealloc()
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Support.cpp | 51 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/Interp/ |
H A D | Program.cpp | 56 Descriptor *Desc = in createGlobalString() local 156 Descriptor *Desc; in getOrCreateDummy() local 219 Descriptor *Desc; in createGlobal() local 302 const Descriptor *Desc = GetBaseDesc(BD, BR); in getOrCreateRecord() local 319 const Descriptor *Desc = GetBaseDesc(BD, BR); in getOrCreateRecord() local 343 const Descriptor *Desc; in getOrCreateRecord() local 413 const Descriptor *Desc = createDescriptor(D, ElemTy.getTypePtr(), in createDescriptor() local
|
H A D | Pointer.cpp | 136 const Descriptor *Desc = getDeclDesc(); in toAPValue() local 186 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local 277 const Descriptor *Desc = getFieldDesc(); in isInitialized() local 306 const Descriptor *Desc = getFieldDesc(); in initialize() local
|
H A D | InterpBlock.h | 136 Block(unsigned EvalID, const Descriptor *Desc, bool IsExtern, bool IsStatic, in Block() 173 const Descriptor *Desc; variable
|
H A D | Record.h | 31 const Descriptor *Desc; member 39 const Descriptor *Desc; member
|
H A D | EvaluationResult.cpp | 128 const Descriptor *Desc = BasePtr.getDeclDesc(); in CheckFieldsInitialized() local 189 const Descriptor *Desc = Ptr.getFieldDesc(); in collectBlocks() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | CustomBehaviour.h | 120 const StringRef Desc; variable 126 Instrument(StringRef Desc, StringRef Data) : Desc(Desc), Data(Data) {} in Instrument()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DebugCounter.h | 82 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 D | Registry.h | 28 StringRef Name, Desc; variable 121 Add(StringRef Name, StringRef Desc) in Add()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 54 const char *const Desc; variable 60 const char *Desc) in TrackingStatistic()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 61 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/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUMCCodeEmitter.cpp | 357 static bool isVCMPX64(const MCInstrDesc &Desc) { in isVCMPX64() 369 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local 501 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getSDWASrcEncoding() local 688 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValueCommon() local 695 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValueCommon() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.h | 92 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 D | TableGenBackend.h | 46 OptClass(StringRef Name,StringRef Desc) OptClass() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 343 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/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.h | 174 static inline unsigned getVLOpNum(const MCInstrDesc &Desc) { in getVLOpNum() 185 static inline unsigned getSEWOpNum(const MCInstrDesc &Desc) { in getSEWOpNum() 194 static inline unsigned getVecPolicyOpNum(const MCInstrDesc &Desc) { in getVecPolicyOpNum() 201 static inline int getFRMOpNum(const MCInstrDesc &Desc) { in getFRMOpNum() 216 static inline int getVXRMOpNum(const MCInstrDesc &Desc) { in getVXRMOpNum() 232 static inline bool isFirstDefTiedToFirstUse(const MCInstrDesc &Desc) { in isFirstDefTiedToFirstUse()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | flags_parser.h | 35 const char *Desc; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 82 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); printInst() local 295 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); printOperand() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | InstructionTables.cpp | 23 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in execute() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugArangeSet.cpp | 174 for (const auto &Desc : ArangeDescriptors) { in dump() local
|