Home
last modified time | relevance | path

Searched defs:CP (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/lib/MC/
DConstantPools.cpp52 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
65 ConstantPool &CP) { in emitConstantPool()
78 ConstantPool &CP = CPI->second; in emitAll() local
86 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection() local
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_cp.c111 SM_STATE(CP, INIT) in SM_STATE() argument
135 SM_STATE(CP, CHANGE) in SM_STATE() argument
150 SM_STATE(CP, ALLOWED) in SM_STATE() argument
168 SM_STATE(CP, AUTHENTICATED) in SM_STATE() argument
186 SM_STATE(CP, SECURED) in SM_STATE() argument
216 SM_STATE(CP, RECEIVE) in SM_STATE() argument
246 SM_STATE(CP, RECEIVING) in SM_STATE() argument
266 SM_STATE(CP, READY) in SM_STATE() argument
274 SM_STATE(CP, TRANSMIT) in SM_STATE() argument
289 SM_STATE(CP, TRANSMITTING) in SM_STATE() argument
[all …]
/external/qemu-pc-bios/
DMakefile24 CP := cp macro
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
203 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
243 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
DARMConstantPoolValue.h70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl()
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp118 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF() argument
225 bool writeCOFF(COFFParser &CP, raw_ostream &OS) { in writeCOFF()
338 COFFParser CP(Doc); in yaml2coff() local
/external/opencv/cv/src/
Dcvkalman.cpp45 cvCreateKalman( int DP, int MP, int CP ) in cvCreateKalman()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp425 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom()
568 bool RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef()
730 bool RegisterCoalescer::reMaterializeTrivialDef(CoalescerPair &CP, in reMaterializeTrivialDef()
915 const CoalescerPair &CP) { in eliminateUndefCopy()
1007 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1034 CoalescerPair CP(*TRI); in joinCopy() local
1187 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg()
1303 const CoalescerPair &CP; member in __anonb0fbf2a30211::JoinVals
1980 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs()
2040 bool RegisterCoalescer::joinIntervals(CoalescerPair &CP) { in joinIntervals()
DLiveRegMatrix.cpp124 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI); in checkRegUnitInterference() local
DLiveInterval.cpp139 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, in overlaps()
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp40 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfSoundObjectDictionary_autogen.cpp83 SkPdfNativeObject* SkPdfSoundObjectDictionary::CP(SkPdfNativeDoc* doc) { in CP() function in SkPdfSoundObjectDictionary
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfSoundObjectDictionary_autogen.cpp83 SkPdfNativeObject* SkPdfSoundObjectDictionary::CP(SkPdfNativeDoc* doc) { in CP() function in SkPdfSoundObjectDictionary
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp50 const Constant *CP; member
152 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp507 if (const ComplexPattern *CP = in EmitMatcherCode() local
547 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP); in EmitMatcherCode() local
DCodeGenDAGPatterns.cpp1476 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in getNumMIResults() local
1497 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in NodeHasProperty() local
2608 const ComplexPattern &CP = CDP.getComplexPattern(LeafRec); in AnalyzeNode() local
3039 if (const ComplexPattern *CP = in AddPatternToMatch() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp413 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){ in print_details() local
DInstrEmitter.cpp399 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(Op)) { in AddOperand() local
/external/mdnsresponder/mDNSPosix/
DMakefile61 CP = cp macro
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp126 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP, in getFirstStackedCallToHeaderFile()
166 if (PathDiagnosticCallPiece *CP = dyn_cast<PathDiagnosticCallPiece>(LastP)) { in resetDiagnosticLocationToMainFile() local
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp65 const Constant *CP; member
668 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
710 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp310 SDValue CP = DAG.getConstantPool(GAI, MVT::i32); in LowerGlobalAddress() local
330 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op); in LowerConstantPool() local
/external/opencv/cv/include/
Dcvtypes.h275 int CP; /* number of control vector dimensions */ member
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1173 if (const ConstantVector *CP = dyn_cast<ConstantVector>(Init)) { in InitializeMemory() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp954 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op); in LowerConstantPool() local

12