/llvm-project/llvm/unittests/ADT/ |
H A D | MapVectorTest.cpp | 70 MapVector<int, int> MV; in TEST() local 192 MapVector<int, int> MV; in TEST() local 217 MapVector<int, int> MV; in TEST() local 238 MapVector<int, int> MV; in TEST() local 262 MapVector<int, std::unique_ptr<int>> MV; in TEST() local 284 MapVectorType MV; in TYPED_TEST() local 310 SmallMapVector<int, int, 32> MV; in TEST() local 351 SmallMapVector<int, int, 32> MV; in TEST() local 374 SmallMapVector<int, int, 32> MV; in TEST() local 395 SmallMapVector<int, int, 32> MV; in TEST() local [all …]
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetObjectFile.cpp | 43 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() 61 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel()
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetObjectFile.cpp | 33 getIndirectSymViaGOTPCRel(const GlobalValue * GV,const MCSymbol * Sym,const MCValue & MV,int64_t Offset,MachineModuleInfo * MMI,MCStreamer & Streamer) const getIndirectSymViaGOTPCRel() argument 74 getIndirectSymViaGOTPCRel(const GlobalValue * GV,const MCSymbol * Sym,const MCValue & MV,int64_t Offset,MachineModuleInfo * MMI,MCStreamer & Streamer) const getIndirectSymViaGOTPCRel() argument
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetObjectFile.cpp | 49 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetObjectFile.cpp | 61 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 171 MutableValue *MV = this; write() local 202 for (const MutableValue &MV : Elements) toConstant() local [all...] |
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 872 MatchASTVisitor &MV; global() member 924 TraceReporter(const MatchASTVisitor & MV) TraceReporter() argument 961 const MatchASTVisitor &MV; global() member in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor::TraceReporter 975 MatchASTVisitor *MV; global() member 987 MatchASTVisitor *MV; global() member 1264 MatchVisitor(MatchASTVisitor & MV,ASTContext * Context,MatchFinder::MatchCallback * Callback) MatchVisitor() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineObjC.cpp | 59 if (auto MV = elementV.getAs<loc::MemRegionVal>()) in populateObjCForDestinationSet() local
|
/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 235 getIndirectSymViaGOTPCRel(const GlobalValue * GV,const MCSymbol * Sym,const MCValue & MV,int64_t Offset,MachineModuleInfo * MMI,MCStreamer & Streamer) getIndirectSymViaGOTPCRel() argument
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 1667 auto *MV = getScopeList() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1481 getIndirectSymViaGOTPCRel(const GlobalValue * GV,const MCSymbol * Sym,const MCValue & MV,int64_t Offset,MachineModuleInfo * MMI,MCStreamer & Streamer) const getIndirectSymViaGOTPCRel() argument
|
H A D | CodeGenPrepare.cpp | 4084 for (auto MV : Matched) MatchPhiSet() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3627 MCValue MV; handleIndirectSymViaGOTPCRel() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1762 if (const auto *MV = dyn_cast<ConstantVector>(Mask)) { isValidOperands() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 2015 int MV = SVI->getMaskValue(Idx); getMaskElt() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 148 if (auto *MV = dyn_cast<MetadataAsValue>(V)) dropIntrinsicWithUnknownMetadataArgument() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 10580 auto MV = isBetterMultiversionCandidate(Cand1, Cand2); isBetterOverloadCandidate() local
|