Searched defs:Vd (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 379 Variable(const Variable &Vd, SExpr *D) // rewrite constructor in Variable() argument 675 Function(Variable *Vd, SExpr *Bd) in Function() argument 680 Function(const Function &F, Variable *Vd, SExpr *Bd) // rewrite constructor in Function() argument 726 SFunction(Variable * Vd,SExpr * B) SFunction() argument 733 SFunction(const SFunction & F,Variable * Vd,SExpr * B) SFunction() argument 1866 Let(Variable * Vd,SExpr * Bd) Let() argument 1870 Let(const Let & L,Variable * Vd,SExpr * Bd) Let() argument [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1078 insertAttrExprs(const ValueDecl * Vd,ThreadSafetyAnalyzer & Analyzer) insertAttrExprs() argument 1133 getBeforeInfoForDecl(const ValueDecl * Vd,ThreadSafetyAnalyzer & Analyzer) getBeforeInfoForDecl() argument 1154 __anonf09bee240b02(const ValueDecl* Vd) checkBeforeAfter() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 1789 unsigned Vd = fieldFromInstruction(Val, 8, 5); DecodeSPRRegListOperand() local 1814 unsigned Vd = fieldFromInstruction(Val, 8, 5); DecodeDPRRegListOperand() local 6018 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); DecodeVCVTD() local 6077 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); DecodeVCVTQ() local 6134 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); DecodeNEONComplexLane64Instruction() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 873 Vd[( in vshuff() local 858 MaskT Vd(Len); vpack() local 892 MaskT Vd(Len); vdealb4w() local [all...] |
H A D | HexagonInstrInfo.cpp | 1278 Register Vd = MI.getOperand(0).getReg(); expandPostRAPseudo() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 10150 MachO::version_min_command Vd = Obj->getVersionMinLoadCommand(Command); PrintLoadCommands() local
|