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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
global-blocks-lines.c 34 int (^CP)(void) = ^{ X = X+1; return X; };
42 CP();
  /external/llvm/lib/MC/
ConstantPools.cpp 52 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
53 if (CP == ConstantPools.end())
56 return &CP->second;
65 ConstantPool &CP) {
66 if (!CP.empty()) {
68 CP.emitEntries(Streamer);
78 ConstantPool &CP = CPI->second;
80 emitConstantPool(Streamer, Section, CP);
86 if (ConstantPool *CP = getConstantPool(Section)) {
87 emitConstantPool(Streamer, Section, *CP);
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 116 // Take a CP and assign addresses and sizes to everything. Returns false if the
118 static bool layoutCOFF(COFFParser &CP) {
124 SectionTableStart = sizeof(COFF::header) + CP.Obj.Header.SizeOfOptionalHeader;
125 SectionTableSize = sizeof(COFF::section) * CP.Obj.Sections.size();
130 for (std::vector<COFFYAML::Section>::iterator i = CP.Obj.Sections.begin(),
131 e = CP.Obj.Sections.end();
154 for (std::vector<COFFYAML::Symbol>::iterator i = CP.Obj.Symbols.begin(),
155 e = CP.Obj.Symbols.end();
176 CP.Obj.Header.NumberOfSections = CP.Obj.Sections.size()
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_cp.c 2 * IEEE 802.1X-2010 Controlled Port of PAE state machine - CP state machine
21 #define STATE_MACHINE_DEBUG_PREFIX "CP"
36 /* CP -> Client */
39 /* Logon -> CP */
43 /* KaY -> CP */
44 Boolean chgd_server; /* clear by CP */
49 Boolean new_sak; /* clear by CP */
57 /* CP -> KaY */
67 /* CP -> SecY */
78 /* SecY -> CP */
    [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,
173 bool canJoinPhys(const CoalescerPair &CP);
183 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...]
  /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/clang/test/Index/Inputs/
t1.c 28 int (^CP)(int) = ^(int x) { return x * global_var; };
  /external/clang/test/Sema/
block-args.c 15 int (^CP)(int) = ^(int x) { return x*x; };
16 take(CP);
  /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/lib/Target/SystemZ/
SystemZConstantPoolValue.h 43 int getExistingMachineCPValue(MachineConstantPool *CP,
SystemZConstantPoolValue.cpp 40 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) {
42 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
  /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/ARM/
ARMConstantPoolValue.cpp 63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP,
166 return getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment);
203 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP,
205 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment);
243 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
245 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
ARMConstantPoolValue.h 70 int getExistingMachineCPValueImpl(MachineConstantPool *CP,
73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
108 int getExistingMachineCPValue(MachineConstantPool *CP,
167 int getExistingMachineCPValue(MachineConstantPool *CP,
201 int getExistingMachineCPValue(MachineConstantPool *CP,
237 int getExistingMachineCPValue(MachineConstantPool *CP,
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 50 const Constant *CP;
54 unsigned Align; // CP alignment.
57 : BaseType(RegBase), Disp(0), GV(nullptr), CP(nullptr),
62 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1;
77 } else if (CP) {
78 errs() << " CP ";
79 CP->dump();
152 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
153 AM.CP = CP->getConstVal()
    [all...]
  /external/llvm/bindings/ocaml/llvm/
Makefile 31 $(Verb) $(CP) -f $< $@
  /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 550 typename MapTy::iterator FindExistingElement(ConstantClass *CP) {
552 typename InverseMapTy::iterator IMI = InverseMap.find(CP);
554 IMI->second->second == CP &&
560 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
561 ConstantKeyData<ConstantClass>::getValType(CP)));
562 if (I == Map.end() || I->second != CP) {
565 for (I = Map.begin(); I != Map.end() && I->second != CP; ++I)
605 void remove(ConstantClass *CP) {
606 typename MapTy::iterator I = FindExistingElement(CP);
608 assert(I->second == CP && "Didn't find correct element?")
    [all...]
Makefile 27 $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \
  /external/llvm/bindings/ocaml/
Makefile.ocaml 184 $(Verb) $(CP) -f $< $@
187 $(Verb) $(CP) -f $< $@
303 $(Verb) $(CP) -f $< $@
349 $(Verb) $(CP) -f $< $@
375 $(Verb) $(CP) -f $< $@
388 $(Verb) $(CP) -f $< $@
389 $(Verb) $(CP) -f $(<:.cmxa=.a) $(@:.cmxa=.a)
429 $(Verb) $(CP) -f $< $@
  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 55 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
  /hardware/ti/omap4-aah/domx/make/
start.mk 74 CP := cp
  /hardware/ti/omap4xxx/domx/make/
start.mk 74 CP := cp
  /external/fdlibm/
makefile.in 61 CP = @CP@
135 $(CP) $(LIB) $(prefix)/lib/$(LIB)

Completed in 1463 milliseconds

1 2 3 4 5 6