Home
last modified time | relevance | path

Searched refs:CP (Results 1 – 25 of 221) sorted by relevance

123456789

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp142 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, in adjustCopiesBackFrom() argument
427 assert(!CP.isPartial() && "This doesn't work for partial copies."); in adjustCopiesBackFrom()
[all …]
DLiveRegMatrix.cpp121 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI); in checkRegUnitInterference() local
123 if (VirtReg.overlaps(LIS->getRegUnit(*Units), CP, *LIS->getSlotIndexes())) in checkRegUnitInterference()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
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-ES,IBM284,csIBM284 0x0019
66 Cp285 EBCDIC-CP-GB,IBM284,csIBM285 0x0019
69 Cp297 EBCDIC-CP-FR,IBM297,csIBM297 0x0019
71 Cp420 EBCDIC-CP-AR1,IBM420,csIBM420 0x0019
72 Cp423 EBCDIC-CP-GR,IBM423,csIBM423
74 Cp424 EBCDIC-CP-HE,IBM424,csIBM424 0x0019
[all …]
/external/llvm/utils/yaml2obj/
Dyaml2obj.cpp731 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF() argument
737 SectionTableStart = sizeof(COFF::header) + CP.Header.SizeOfOptionalHeader; in layoutCOFF()
738 SectionTableSize = sizeof(COFF::section) * CP.Sections.size(); in layoutCOFF()
743 for (std::vector<COFFParser::Section>::iterator i = CP.Sections.begin(), in layoutCOFF()
744 e = CP.Sections.end(); in layoutCOFF()
761 for (std::vector<COFFParser::Symbol>::iterator i = CP.Symbols.begin(), in layoutCOFF()
762 e = CP.Symbols.end(); in layoutCOFF()
773 CP.Header.NumberOfSections = CP.Sections.size(); in layoutCOFF()
774 CP.Header.NumberOfSymbols = NumberOfSymbols; in layoutCOFF()
775 CP.Header.PointerToSymbolTable = SymbolTableStart; in layoutCOFF()
[all …]
/external/clang/test/CodeGenObjC/
Dobjc-gc-aggr-assign.m2 …n10 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o - %s | FileCheck -check-prefix CP %s
59 // CHECK-CP: call i8* @objc_memmove_collectable
60 // CHECK-CP: call i8* @objc_memmove_collectable
61 // CHECK-CP: call i8* @objc_memmove_collectable
62 // CHECK-CP: call i8* @objc_memmove_collectable
/external/llvm/lib/IR/
DConstantsContext.h558 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 …]
/external/opencv/cv/src/
Dcvkalman.cpp45 cvCreateKalman( int DP, int MP, int CP ) in cvCreateKalman() argument
57 if( CP < 0 ) in cvCreateKalman()
58 CP = DP; in cvCreateKalman()
66 kalman->CP = CP; in cvCreateKalman()
93 if( CP > 0 ) in cvCreateKalman()
95 CV_CALL( kalman->control_matrix = cvCreateMat( DP, CP, CV_32FC1 )); in cvCreateKalman()
181 if( control && kalman->CP > 0 ) in cvKalmanPredict()
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp48 const Constant *CP; member
55 : BaseType(RegBase), Disp(0), GV(0), CP(0), BlockAddr(0), in MSP430ISelAddressMode()
60 return GV != 0 || CP != 0 || ES != 0 || JT != -1; in hasSymbolicDisplacement()
75 } else if (CP) { in dump()
77 CP->dump(); in dump()
151 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
152 AM.CP = CP->getConstVal(); in MatchWrapper()
153 AM.Align = CP->getAlignment(); in MatchWrapper()
154 AM.Disp += CP->getOffset(); in MatchWrapper()
269 else if (AM.CP) in SelectAddr()
[all …]
/external/llvm/test/CodeGen/Generic/
Dllvm-ct-intrinsics.ll12 define void @ctpoptest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
19 store i32 %c, i32* %CP
32 define void @ctlztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
39 store i32 %c, i32* %CP
52 define void @cttztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
59 store i32 %c, i32* %CP
/external/qemu-pc-bios/
DMakefile24 CP := cp macro
33 $(CP) bochs/bios/BIOS-bochs-latest $@
37 $(CP) vgabios/VGABIOS-lgpl-latest.cirrus.bin $@
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
167 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue()
217 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
220 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue()
272 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
275 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue()
DARMConstantPoolValue.h87 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
146 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
176 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
208 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
/external/llvm/bindings/ocaml/
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/icu4c/data/brkitr/
Dline.txt69 $CP = [:LineBreak = Close_Parenthesis:];
124 $CPcm = $CP $CM*;
159 $CP $CM+;
200 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus];
274 $LB8NonBreaks $CP;
275 $CAN_CM $CM* $CP;
276 $CM+ $CP; # by rule 10, stand-alone CM behaves as AL
413 $CM+ $CP;
511 $CP $CM+ $CAN_CM;
517 $CP [$LB8NonBreaks-$CM];
[all …]
Dline_ja.txt69 $CP = [:LineBreak = Close_Parenthesis:];
124 $CPcm = $CP $CM*;
159 $CP $CM+;
200 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus];
274 $LB8NonBreaks $CP;
275 $CAN_CM $CM* $CP;
276 $CM+ $CP; # by rule 10, stand-alone CM behaves as AL
413 $CM+ $CP;
511 $CP $CM+ $CAN_CM;
517 $CP [$LB8NonBreaks-$CM];
[all …]
Dline_fi.txt70 $CP = [:LineBreak = Close_Parenthesis:];
126 $CPcm = $CP $CM*;
162 $CP $CM+;
203 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS $IN $NU $ALPlus];
277 $LB8NonBreaks $CP;
278 $CAN_CM $CM* $CP;
279 $CM+ $CP; # by rule 10, stand-alone CM behaves as AL
420 $CM+ $CP;
518 $CP $CM+ $CAN_CM;
524 $CP [$LB8NonBreaks-$CM];
[all …]
/external/clang/test/Sema/
Dblock-args.c15 int (^CP)(int) = ^(int x) { return x*x; }; in test()
16 take(CP); in test()
/external/icu4c/test/testdata/
DLineBreakTest.txt53 × 0023 × 0029 ÷ # × [0.3] NUMBER SIGN (AL) × [13.02] RIGHT PARENTHESIS (CP) ÷ [0.3]
54 …0 × 0029 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) × [13.02] RIGHT PARENTHESIS (CP) ÷ [0.3]
55 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [13.03] RIGHT PARENTHESIS (CP) ÷ [0.3]
56 … (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) × [13.02] RIGHT PARENTHESIS (CP) ÷ [0.3]
209 × 2014 × 0029 ÷ # × [0.3] EM DASH (B2) × [13.02] RIGHT PARENTHESIS (CP) ÷ [0.3]
210 × 2014 × 0020 × 0029 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) × [13.02] RIGHT PARENTHESIS (CP)…
211 …÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) × [13.03] RIGHT PARENTHESIS (CP) ÷ [0.3]
212 … (B2) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) × [13.02] RIGHT PARENTHESIS (CP) ÷ [0.3]
365 × 0009 × 0029 ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [13.02] RIGHT PARENTHESIS (CP) ÷ [0.3]
366 …# × [0.3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) × [13.02] RIGHT PARENTHESIS (CP) ÷ [0.3]
[all …]
/external/zlib/src/old/
DMakefile.emx19 CP=copy /Y
21 INSTALL=$(CP)
/external/zlib/src/msdos/
DMakefile.emx19 CP=copy /Y
21 INSTALL=$(CP)
DMakefile.dj237 CP=copy /Y
39 INSTALL=$(CP)
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp459 if (const ComplexPattern *CP = in EmitMatcherCode() local
461 const std::vector<Record*> &OpNodes = CP->getRootNodes(); in EmitMatcherCode()
494 const ComplexPattern &CP = in EmitMatcherCode() local
499 AddMatcher(new CheckComplexPatMatcher(CP, RecNodeEntry, in EmitMatcherCode()
503 NextRecordedOperandNo += CP.getNumOperands(); in EmitMatcherCode()
504 if (CP.hasProperty(SDNPHasChain)) { in EmitMatcherCode()
534 if (const ComplexPattern *CP = N->getComplexPatternInfo(CGP)) { in EmitResultOfNamedOperand() local
545 for (unsigned i = 0, e = CP->getNumOperands(); i != e; ++i) in EmitResultOfNamedOperand()
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.td38 def CP : Ri<12, "cp">, DwarfRegNum<[12]>;
54 def RRegs : RegisterClass<"XCore", [i32], 32, (add CP, DP, SP, LR)> {
/external/fdlibm/
Dmakefile.in61 CP = @CP@
135 $(CP) $(LIB) $(prefix)/lib/$(LIB)
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp404 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){ in print_details() local
405 int offset = CP->getOffset(); in print_details()
406 if (CP->isMachineConstantPoolEntry()) in print_details()
407 OS << "<" << *CP->getMachineCPVal() << ">"; in print_details()
409 OS << "<" << *CP->getConstVal() << ">"; in print_details()
414 if (unsigned int TF = CP->getTargetFlags()) in print_details()

123456789