HomeSort by relevance Sort by last modified time
    Searched refs:CP (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/clang/test/Sema/
block-args.c 15 int (^CP)(int) = ^(int x) { return x*x; };
16 take(CP);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 51 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-ES,IBM284,csIBM284 0x001
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 142 bool joinIntervals(CoalescerPair &CP);
145 bool joinVirtRegs(CoalescerPair &CP);
148 bool joinReservedPhysReg(CoalescerPair &CP);
154 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
165 bool removeCopyByCommutingDef(const CoalescerPair &CP,MachineInstr *CopyMI);
169 bool reMaterializeTrivialDef(CoalescerPair &CP, MachineInstr *CopyMI);
172 bool canJoinPhys(const CoalescerPair &CP);
182 bool eliminateUndefCopy(MachineInstr *CopyMI, const CoalescerPair &CP);
425 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP,
427 assert(!CP.isPartial() && "This doesn't work for partial copies.")
    [all...]
LiveRegMatrix.cpp 121 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI);
123 if (VirtReg.overlaps(LIS->getRegUnit(*Units), CP, *LIS->getSlotIndexes()))
  /external/clang/test/Index/Inputs/
t1.c 28 int (^CP)(int) = ^(int x) { return x * global_var; };
  /external/qemu-pc-bios/
Makefile 24 CP := cp
33 $(CP) bochs/bios/BIOS-bochs-latest $@
37 $(CP) vgabios/VGABIOS-lgpl-latest.cirrus.bin $@
  /external/compiler-rt/make/
config.mk 23 CP := cp
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 729 // Take a CP and assign addresses and sizes to everything. Returns false if the
731 static bool layoutCOFF(COFFParser &CP) {
737 SectionTableStart = sizeof(COFF::header) + CP.Header.SizeOfOptionalHeader;
738 SectionTableSize = sizeof(COFF::section) * CP.Sections.size();
743 for (std::vector<COFFParser::Section>::iterator i = CP.Sections.begin(),
744 e = CP.Sections.end();
761 for (std::vector<COFFParser::Symbol>::iterator i = CP.Symbols.begin(),
762 e = CP.Symbols.end();
773 CP.Header.NumberOfSections = CP.Sections.size()
    [all...]
  /external/opencv/cv/src/
cvkalman.cpp 45 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/
MSP430ISelDAGToDAG.cpp 48 const Constant *CP;
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->getConstVal()
    [all...]
  /external/llvm/bindings/ocaml/llvm/
Makefile 31 $(Verb) $(CP) -f $< $@
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 87 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
146 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
176 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
208 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
ARMConstantPoolValue.cpp 63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP,
167 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
217 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP,
220 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
272 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
275 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
  /external/mdnsresponder/mDNSPosix/
Makefile 61 CP = cp
298 $(CP) $< $@
301 $(CP) $< $@
309 $(CP) $< $@
314 $(CP) $< $@
331 cp $< $@
335 cp $< $@
339 cp $< $@
343 $(CP) $< $
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 558 typename MapTy::iterator FindExistingElement(ConstantClass *CP) {
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) {
614 typename MapTy::iterator I = FindExistingElement(CP);
616 assert(I->second == CP && "Didn't find correct element?")
    [all...]
Makefile 27 $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \
  /external/llvm/bindings/ocaml/
Makefile.ocaml 138 $(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/llvm/include/llvm/CodeGen/
MachineConstantPool.h 55 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
  /hardware/ti/omap4xxx/domx/make/
start.mk 74 CP := cp
  /external/fdlibm/
makefile.in 61 CP = @CP@
135 $(CP) $(LIB) $(prefix)/lib/$(LIB)
  /external/e2fsprogs/tests/
Makefile.in 27 $(CP) $(srcdir)/mke2fs.conf.in mke2fs.conf
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 404 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){
405 int offset = CP->getOffset();
406 if (CP->isMachineConstantPoolEntry())
407 OS << "<" << *CP->getMachineCPVal() << ">";
409 OS << "<" << *CP->getConstVal() << ">";
414 if (unsigned int TF = CP->getTargetFlags())
  /external/clang/
Makefile 87 $(CP) $(PROJ_SRC_DIR)/$${dir}/Makefile $${dir}/Makefile; \
  /external/llvm/docs/
Makefile 90 $(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/
DAGISelMatcherGen.cpp 459 if (const ComplexPattern *CP =
461 const std::vector<Record*> &OpNodes = CP->getRootNodes();
494 const ComplexPattern &CP =
499 AddMatcher(new CheckComplexPatMatcher(CP, RecNodeEntry,
503 NextRecordedOperandNo += CP.getNumOperands();
504 if (CP.hasProperty(SDNPHasChain)) {
534 if (const ComplexPattern *CP = N->getComplexPatternInfo(CGP)) {
545 for (unsigned i = 0, e = CP->getNumOperands(); i != e; ++i)
    [all...]

Completed in 468 milliseconds

1 2 3 4