Searched refs:CP (Results 1 - 25 of 83) sorted by relevance

1234

/external/clang/test/Sema/
H A Dblock-args.c15 int (^CP)(int) = ^(int x) { return x*x; };
16 take(CP);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties51 Cp037 EBCDIC-CP-US,EBCDIC-CP-CA,EBCDIC-CP-WT,EBCDIC-CP-NL,IBM037 0x0019
57 Cp277 EBCDIC-CP-DK,EBCDIC-CP-NO,IBM277,csIBM277 0x0019
59 Cp278 EBCDIC-CP-FI,EBCDIC-CP-SE,IBM278,csIBM278 0x0019
61 Cp280 EBCDIC-CP-IT,IBM280,csIBM280 0x0019
64 Cp284 EBCDIC-CP
[all...]
/external/clang/test/Index/Inputs/
H A Dt1.c28 int (^CP)(int) = ^(int x) { return x * global_var; };
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp124 bool joinIntervals(CoalescerPair &CP);
127 bool joinReservedPhysReg(CoalescerPair &CP);
133 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
144 bool removeCopyByCommutingDef(const CoalescerPair &CP,MachineInstr *CopyMI);
152 bool canJoinPhys(CoalescerPair &CP);
162 bool eliminateUndefCopy(MachineInstr *CopyMI, const CoalescerPair &CP);
396 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, argument
398 assert(!CP.isPartial() && "This doesn't work for partial copies.");
399 assert(!CP.isPhys() && "This doesn't work for physreg copies.");
402 LIS->getInterval(CP
538 removeCopyByCommutingDef(const CoalescerPair &CP, MachineInstr *CopyMI) argument
802 eliminateUndefCopy(MachineInstr *CopyMI, const CoalescerPair &CP) argument
889 canJoinPhys(CoalescerPair &CP) argument
1066 joinReservedPhysReg(CoalescerPair &CP) argument
1167 RegistersDefinedFromSameValue(LiveIntervals &li, const TargetRegisterInfo &tri, CoalescerPair &CP, VNInfo *VNI, VNInfo *OtherVNI, SmallVector<MachineInstr*, 8> &DupCopies) argument
1227 joinIntervals(CoalescerPair &CP) argument
[all...]
H A DLiveRegMatrix.cpp121 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI);
123 if (VirtReg.overlaps(LIS->getRegUnit(*Units), CP, *LIS->getSlotIndexes()))
/external/qemu-pc-bios/
H A DMakefile24 CP := cp macro
33 $(CP) bochs/bios/BIOS-bochs-latest $@
37 $(CP) vgabios/VGABIOS-lgpl-latest.cirrus.bin $@
/external/compiler-rt/make/
H A Dconfig.mk23 CP := cp macro
/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp730 // Take a CP and assign addresses and sizes to everything. Returns false if the
732 static bool layoutCOFF(COFFParser &CP) { argument
738 SectionTableStart = sizeof(COFF::header) + CP.Header.SizeOfOptionalHeader;
739 SectionTableSize = sizeof(COFF::section) * CP.Sections.size();
744 for (std::vector<COFFParser::Section>::iterator i = CP.Sections.begin(),
745 e = CP.Sections.end();
762 for (std::vector<COFFParser::Symbol>::iterator i = CP.Symbols.begin(),
763 e = CP.Symbols.end();
774 CP.Header.NumberOfSections = CP
804 writeCOFF(COFFParser &CP, raw_ostream &OS) argument
[all...]
/external/opencv/cv/src/
H A Dcvkalman.cpp45 cvCreateKalman( int DP, int MP, int CP )
57 if( CP < 0 )
58 CP = DP;
66 kalman->CP = CP;
93 if( CP > 0 )
95 CV_CALL( kalman->control_matrix = cvCreateMat( DP, CP, CV_32FC1 ));
181 if( control && kalman->CP > 0 )
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp48 const Constant *CP; member in struct:__anon8928::MSP430ISelAddressMode
52 unsigned Align; // CP alignment.
55 : BaseType(RegBase), Disp(0), GV(0), CP(0), BlockAddr(0),
60 return GV != 0 || CP != 0 || ES != 0 || JT != -1;
75 } else if (CP) {
76 errs() << " CP ";
77 CP->dump();
151 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
152 AM.CP = CP
[all...]
/external/llvm/bindings/ocaml/llvm/
H A DMakefile31 $(Verb) $(CP) -f $< $@
/external/mdnsresponder/mDNSPosix/
H A DMakefile61 CP = cp macro
298 $(CP) $< $@
301 $(CP) $< $@
309 $(CP) $< $@
314 $(CP) $< $@
343 $(CP) $< $@
350 $(CP) $< $@
354 $(CP) $< $@
377 $(CP) $< $@
393 $(CP)
[all...]
/external/llvm/lib/VMCore/
H A DConstantsContext.h558 typename MapTy::iterator FindExistingElement(ConstantClass *CP) { argument
560 typename InverseMapTy::iterator IMI = InverseMap.find(CP);
562 IMI->second->second == CP &&
568 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
569 ConstantKeyData<ConstantClass>::getValType(CP)));
570 if (I == Map.end() || I->second != CP) {
573 for (I = Map.begin(); I != Map.end() && I->second != CP; ++I)
613 void remove(ConstantClass *CP) { argument
614 typename MapTy::iterator I = FindExistingElement(CP);
616 assert(I->second == CP
666 getHashValue(const ConstantClass *CP) argument
715 findExistingElement(ConstantClass *CP) argument
755 insert(ConstantClass *CP) argument
760 remove(ConstantClass *CP) argument
[all...]
H A DMakefile28 $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, argument
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, argument
167 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
229 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, argument
232 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
285 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, argument
288 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
H A DARMConstantPoolValue.h87 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
148 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
181 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
214 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/external/llvm/bindings/ocaml/
H A DMakefile.ocaml138 $(Verb) $(CP) -f $< $@
141 $(Verb) $(CP) -f $< $@
229 $(Verb) $(CP) -f $< $@
275 $(Verb) $(CP) -f $< $@
301 $(Verb) $(CP) -f $< $@
314 $(Verb) $(CP) -f $< $@
315 $(Verb) $(CP) -f $(<:.cmxa=.a) $(@:.cmxa=.a)
355 $(Verb) $(CP) -f $< $@
/external/fdlibm/
H A Dmakefile.in61 CP = @CP@
135 $(CP) $(LIB) $(prefix)/lib/$(LIB)
/external/e2fsprogs/tests/
H A DMakefile.in27 $(CP) $(srcdir)/mke2fs.conf.in mke2fs.conf
/external/clang/
H A DMakefile83 $(CP) $(PROJ_SRC_DIR)/$${dir}/Makefile $${dir}/Makefile; \
/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h55 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/external/llvm/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())
/external/llvm/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/
/external/llvm/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)
/external/clang/docs/
H A DMakefile86 $(Verb) $(CP) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(PROJ_OBJ_DIR)/doxygen/html/

Completed in 554 milliseconds

1234