Searched refs:CP (Results 51 - 75 of 153) sorted by relevance

1234567

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp403 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){
404 int offset = CP->getOffset();
405 if (CP->isMachineConstantPoolEntry())
406 OS << "<" << *CP->getMachineCPVal() << ">";
408 OS << "<" << *CP->getConstVal() << ">";
413 if (unsigned int TF = CP->getTargetFlags())
H A DInstrEmitter.cpp387 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(Op)) {
388 int Offset = CP->getOffset();
389 unsigned Align = CP->getAlignment();
390 Type *Type = CP->getType();
402 if (CP->isMachineConstantPoolEntry())
403 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
405 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
407 CP->getTargetFlags()));
/macosx-10.10/Heimdal-398.1.2/packages/windows/installer/
H A DNTMakefile69 $(CP) $** $@
84 $(CP) $** $@
/macosx-10.10/apr-32/apr/
H A DMakefile16 $(CP) $(DSTROOT)/usr/lib/libapr-1.0.dylib $(SYMROOT)
/macosx-10.10/cups-408/
H A DMakefile46 $(CP) "$(Sources)/Makefile" "$(BuildDirectory)/Makefile"; \
/macosx-10.10/hunspell-9/
H A DMakefile16 $(CP) $(DSTROOT)/usr/lib/libhunspell-1.2.0.0.0.dylib $(SYMROOT)/libhunspell-1.2.0.0.0.dylib
/macosx-10.10/ksh-23/
H A DMakefile46 $(CP) $(BuildDirectory)/arch/$(KSH_ARCH)/bin/ksh $(SYMROOT)/ksh
/macosx-10.10/libxslt-13/
H A DMakefile29 $(CP) $$(find $(OBJROOT) -path "*/.libs/$${binary}") $(SYMROOT)/; \
/macosx-10.10/lukemftpd-50/
H A DAEP.make178 $(_v) $(CP) $(Sources) $(BuildDirectory)
206 $(CP) $${file} $(SYMROOT); \
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A DNTMakefile82 $(CP) $(SRCDIR)\kadmin-commands.in $(OBJ)
/macosx-10.10/apache_mod_php-93/libjpeg/
H A DMakefile155 $(_v) $(CP) $(Sources) $(BuildDirectory)
187 $(CP) $${file} $(SYMROOT); \
/macosx-10.10/bash-94.1.2/bash-3.2/lib/tilde/
H A DMakefile.in37 CP = cp
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmakefile.vms53 $(CP) $< $@
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A DCONVERT.mk105 TWFLAGS = -CP
178 $$(CP) $$(CPFLAGS) $$(*) $$(<)
/macosx-10.10/llvmCore-3425.0.34/docs/
H A DMakefile90 $(Verb) $(CP) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(PROJ_OBJ_DIR)/doxygen/html/
112 $(Verb) $(CP) $(PROJ_OBJ_DIR)/ocamldoc.tar.gz $(PROJ_OBJ_DIR)/ocamldoc/html/
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherGen.cpp463 if (const ComplexPattern *CP =
465 const std::vector<Record*> &OpNodes = CP->getRootNodes();
498 const ComplexPattern &CP = local
503 AddMatcher(new CheckComplexPatMatcher(CP, RecNodeEntry,
507 NextRecordedOperandNo += CP.getNumOperands();
508 if (CP.hasProperty(SDNPHasChain)) {
538 if (const ComplexPattern *CP = N->getComplexPatternInfo(CGP)) {
549 for (unsigned i = 0, e = CP->getNumOperands(); i != e; ++i)
/macosx-10.10/tcl-105/tcl_ext/
H A DTEA.make74 $(CP) "./$(TclExtLibDir)"/$(TclExtDir)*/*.dylib "$(SYMROOT)" && \
/macosx-10.10/apache_mod_php-93/
H A DMakefile204 $(_v) $(CP) $(Sources) $(BuildDirectory)
236 $(CP) $${file} $(SYMROOT); \
361 $(CP) $(DSTROOT)$(USRBINDIR)/php-config $(SYMROOT)/php-config \
364 $(CP) $(DSTROOT)$(USRINCLUDEDIR)/$(Project)/main/build-defs.h $(SYMROOT) \
378 $(CP) $(DSTROOT)/$(USRLIBDIR)/php/pearcmd.php $(PEAR_Cmd); \
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A DMakefile15 CP = $(STDCP|"cp") macro
/macosx-10.10/libpcap-48/
H A DMakefile44 $(CP) $(DSTROOT)/usr/lib/libpcap.A.dylib $(SYMROOT)
/macosx-10.10/tcsh-65/
H A DMakefile26 $(_v) $(CP) $(OBJROOT)/tcsh $(SYMROOT)/tcsh
/macosx-10.10/PostgreSQL-97/Support/Migration_9.0_to_9.2/
H A DMakefile185 $(_v) $(CP) $(Sources) $(BuildDirectory)
217 $(CP) $${file} $(SYMROOT); \
/macosx-10.10/PostgreSQL-97/Support/Migration_9.1_to_9.2/
H A DMakefile186 $(_v) $(CP) $(Sources) $(BuildDirectory)
218 $(CP) $${file} $(SYMROOT); \
/macosx-10.10/bash-94.1.2/bash-3.2/lib/glob/
H A DMakefile.in37 CP = cp
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A DNTMakefile465 $(CP) $** $@
468 $(CP) $** $@
471 $(CP) $** $@
474 $(CP) $** $@
477 $(CP) $** $@
480 $(CP) $** $@
559 $(CP) $(SRCDIR)\gss-commands.in gss-commands.in

Completed in 311 milliseconds

1234567