Searched refs:MV (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp43 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV,
48 unsigned FinalOff = Offset+MV.getConstant()+4;
42 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
H A DX86TargetObjectFile.h34 const MCValue &MV, int64_t Offset,
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.h44 const MCValue &MV, int64_t Offset,
H A DAArch64TargetObjectFile.cpp60 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV,
62 assert((Offset+MV.getConstant() == 0) &&
59 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp171 MutableValue *MV = this; local
173 !CastInst::isBitOrNoopPointerCastable(Ty, MV->getType(), DL)) {
174 if (MV->Val.is<Constant *>() && !MV->makeMutable())
177 MutableAggregate *Agg = MV->Val.get<MutableAggregate *>();
184 MV = &Agg->Elements[Index->getZExtValue()];
187 Type *MVType = MV->getType();
188 MV->clear();
190 MV->Val = ConstantExpr::getIntToPtr(V, MVType);
192 MV
[all...]
/openbsd-current/gnu/lib/libreadline/support/
H A Dshlib-install43 MV=mv
52 ${echo} $MV $INSTALLDIR/$LIBNAME ${INSTALLDIR}/${LIBNAME}.${OLDSUFF}
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp852 CurMatchRAII(MatchASTVisitor &MV, const MatchCallback *CB, argument
854 : MV(MV) {
855 MV.CurMatchState.SetCallbackAndRawNode(CB, NT);
858 ~CurMatchRAII() { MV.CurMatchState.reset(); }
861 MatchASTVisitor &MV; member in struct:clang::ast_matchers::internal::__anon339::MatchASTVisitor::CurMatchRAII
913 TraceReporter(const MatchASTVisitor &MV) : MV(MV) {} argument
915 const CurMatchData &State = MV
950 const MatchASTVisitor &MV; member in class:clang::ast_matchers::internal::__anon339::MatchASTVisitor::TraceReporter
964 MatchASTVisitor *MV; member in struct:clang::ast_matchers::internal::__anon339::MatchASTVisitor::ASTNodeNotSpelledInSourceScope
976 MatchASTVisitor *MV; member in struct:clang::ast_matchers::internal::__anon339::MatchASTVisitor::ASTNodeNotAsIsSourceScope
1253 MatchVisitor(MatchASTVisitor &MV, ASTContext *Context, MatchFinder::MatchCallback *Callback) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_NW5.t34 MV => 'mv',
108 # qw( TOUCH CHMOD CP RM_F RM_RF MV NOOP TEST_F LD AR LDLOADLIBS DEV_NUL )
112 my @keys = qw( TOUCH CHMOD CP RM_F RM_RF MV NOOP
H A DMM_Win32.t33 MV => 'mv',
111 my @keys = qw( TOUCH CHMOD CP RM_F RM_RF MV NOOP NOECHO ECHO ECHO_N TEST_F DEV_NULL );
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp59 if (auto MV = elementV.getAs<loc::MemRegionVal>())
60 if (const auto *R = dyn_cast<TypedValueRegion>(MV->getRegion())) {
/openbsd-current/gnu/llvm/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h235 const MCValue &MV,
233 getIndirectSymViaGOTPCRel(const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h153 const MCValue &MV, int64_t Offset,
/openbsd-current/gnu/lib/libreadline/
H A DMakefile.in36 MV = mv
211 -$(MV) $(DESTDIR)$(libdir)/libreadline.a $(DESTDIR)$(libdir)/libreadline.old
214 -$(MV) $(DESTDIR)$(libdir)/libhistory.a $(DESTDIR)$(libdir)/libhistory.old
/openbsd-current/gnu/lib/libreadline/shlib/
H A DMakefile.in38 MV = mv
98 $(MV) $*.o $@
161 $(MV) tilde.o $@
/openbsd-current/usr.sbin/unbound/
H A Dltmain.sh319 : ${MV="mv -f"}
2742 $MV "${write_libobj}T" "$write_libobj"
3542 func_show_eval '$MV "$output_obj" "$lobj"' \
3591 func_show_eval '$MV "$output_obj" "$obj"' \
4639 eval '$MV "$nlist"T "$nlist"'
4646 eval '$MV "$nlist"T "$nlist"'
4667 eval '$MV "$nlist"T "$nlist"'
4736 $MV "$nlist"T "$nlist"
5450 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
5452 $MV \"\
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3370 MCValue MV; local
3371 if (!(*ME)->evaluateAsRelocatable(MV, nullptr, nullptr) || MV.isAbsolute())
3373 const MCSymbolRefExpr *SymA = MV.getSymA();
3388 const MCSymbolRefExpr *SymB = MV.getSymB();
3400 int64_t GOTPCRelCst = Offset + MV.getConstant();
3427 FinalGV, FinalSym, MV, Offset, AP.MMI, *AP.OutStreamer);
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Unix.pm1969 $self->{MV} ||= "mv";
2727 $(MV) $@t $@
2879 -$(NOECHO) $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD)
4043 $(MV) $*.xsc $*.c
4059 $(MV) $*.xsc $*.cpp
4083 $(MV) $*.xsc $*.c
4103 $(MV) $*.xsc $*.c
H A DMM_Any.pm777 - $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL)
1157 -$(NOECHO) $(MV) META_new.yml $(DISTVNAME)/META.yml
1160 -$(NOECHO) $(MV) META_new.json $(DISTVNAME)/META.json
2340 MV Move a file
2369 $self->{MV} ||= $self->oneliner('mv', ["-MExtUtils::Command"]);
2503 for my $tool (qw{ SHELL CHMOD CP MV NOOP NOECHO RM_F RM_RF TEST_F TOUCH
H A DMM_VMS.pm922 $(MV) $(MMS$TARGET_NAME).xsc $(MMS$TARGET_NAME).c
938 $(MV) $(MMS$TARGET_NAME).xsc $(MMS$TARGET_NAME).c
954 $(MV) $(MMS$TARGET_NAME).xsc $(MMS$TARGET_NAME).c
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h1440 auto *MV = local
1442 return cast<MDNode>(MV->getMetadata());
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h817 : MV(V), MB(V->isMatchingChildrenNotSpelledInSource()) {
821 MV->setMatchingChildrenNotSpelledInSource(MB);
825 ASTMatchFinder *MV; member in struct:clang::ast_matchers::internal::ASTChildrenNotSpelledInSourceScope
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1463 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV,
1508 Offset = -MV.getConstant();
1509 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol();
1462 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
H A DCodeGenPrepare.cpp3848 for (auto MV : Matched)
3849 ST.ReplacePhi(MV.first, MV.second);
/openbsd-current/usr.sbin/user/
H A Duser.c178 #define MV "/bin/mv" macro
1731 run(MV, mv_argv) != 0) {
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp1831 int MV = SVI->getMaskValue(Idx); local
1832 if (MV == -1)
1834 return Off + MV;

Completed in 521 milliseconds

12