/external/llvm/lib/MC/ |
H A D | ConstantPools.cpp | 53 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); local 54 if (CP == ConstantPools.end()) 57 return &CP->second; 66 ConstantPool &CP) { 67 if (!CP.empty()) { 69 CP.emitEntries(Streamer); 79 ConstantPool &CP = CPI->second; local 81 emitConstantPool(Streamer, Section, CP); 87 if (ConstantPool *CP = getConstantPool(Section)) { 88 emitConstantPool(Streamer, Section, *CP); 65 emitConstantPool(MCStreamer &Streamer, const MCSection *Section, ConstantPool &CP) argument [all...] |
/external/compiler-rt/make/ |
H A D | config.mk | 23 CP := cp macro
|
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZConstantPoolValue.cpp | 45 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { argument 47 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
|
H A D | SystemZISelLowering.cpp | 2122 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, argument 2124 SDLoc DL(CP); 2128 if (CP->isMachineConstantPoolEntry()) 2129 Result = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT, 2130 CP->getAlignment()); 2132 Result = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT, 2133 CP->getAlignment(), CP->getOffset());
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfSoundObjectDictionary_autogen.cpp | 83 SkPdfNativeObject* SkPdfSoundObjectDictionary::CP(SkPdfNativeDoc* doc) { function in class:SkPdfSoundObjectDictionary 84 SkPdfNativeObject* ret = get("CP", ""); 92 return get("CP", "") != NULL;
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, argument 164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, argument 166 return getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment); 203 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, argument 205 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment); 243 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, argument 245 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
|
H A D | ARMConstantPoolValue.h | 70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, argument 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/CodeGen/ |
H A D | LiveInterval.cpp | 389 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, argument 414 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))
|
H A D | RegAllocPBQP.cpp | 407 CoalescerPair CP(*MF.getSubtarget().getRegisterInfo()); variable 415 if (!CP.setRegisters(&MI) || CP.getSrcReg() == CP.getDstReg()) 418 unsigned DstReg = CP.getDstReg(); 419 unsigned SrcReg = CP.getSrcReg(); 424 if (CP.isPhys()) {
|
H A D | RegisterCoalescer.cpp | 154 bool joinIntervals(CoalescerPair &CP); 157 bool joinVirtRegs(CoalescerPair &CP); 160 bool joinReservedPhysReg(CoalescerPair &CP); 169 unsigned LaneMask, CoalescerPair &CP); 175 unsigned LaneMask, const CoalescerPair &CP); 181 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI); 193 bool removeCopyByCommutingDef(const CoalescerPair &CP,MachineInstr *CopyMI); 197 bool reMaterializeTrivialDef(CoalescerPair &CP, MachineInstr *CopyMI, 201 bool canJoinPhys(const CoalescerPair &CP); 451 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, argument 604 removeCopyByCommutingDef(const CoalescerPair &CP, MachineInstr *CopyMI) argument 854 reMaterializeTrivialDef(CoalescerPair &CP, MachineInstr *CopyMI, bool &IsDefCopy) argument 1213 canJoinPhys(const CoalescerPair &CP) argument 1433 joinReservedPhysReg(CoalescerPair &CP) argument 1602 const CoalescerPair &CP; member in class:__anon10472::JoinVals 2424 joinSubRegRanges(LiveRange &LRange, LiveRange &RRange, unsigned LaneMask, const CoalescerPair &CP) argument 2478 mergeSubRangeInto(LiveInterval &LI, const LiveRange &ToMerge, unsigned LaneMask, CoalescerPair &CP) argument 2518 joinVirtRegs(CoalescerPair &CP) argument 2638 joinIntervals(CoalescerPair &CP) argument [all...] |
/external/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelDAGToDAG.cpp | 50 const Constant *CP; member in struct:__anon10749::MSP430ISelAddressMode 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(); 147 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { 148 AM.CP = CP [all...] |
/external/mdnsresponder/mDNSPosix/ |
H A D | Makefile | 61 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/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 64 CP, // Constant pool. enumerator in enum:llvm::HexagonISD::__anon10732
|
H A D | HexagonISelLowering.cpp | 1150 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op); local 1152 if (CP->isMachineConstantPoolEntry()) 1153 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), ValTy, 1154 CP->getAlignment()); 1156 Res = DAG.getTargetConstantPool(CP->getConstVal(), ValTy, 1157 CP->getAlignment()); 1808 case HexagonISD::CP: return "HexagonISD::CP";
|
/external/llvm/tools/yaml2obj/ |
H A D | yaml2coff.cpp | 142 // Take a CP and assign addresses and sizes to everything. Returns false if the 144 static bool layoutOptionalHeader(COFFParser &CP) { argument 145 if (!CP.isPE()) 147 unsigned PEHeaderSize = CP.is64Bit() ? sizeof(object::pe32plus_header) 149 CP.Obj.Header.SizeOfOptionalHeader = 159 // Take a CP and assign addresses and sizes to everything. Returns false if the 161 static bool layoutCOFF(COFFParser &CP) { argument 164 CP.SectionTableStart = 165 CP.getHeaderSize() + CP 288 initializeOptionalHeader(COFFParser &CP, uint16_t Magic, T Header) argument 345 writeCOFF(COFFParser &CP, raw_ostream &OS) argument [all...] |
/external/llvm/lib/IR/ |
H A D | ConstantsContext.h | 527 static unsigned getHashValue(const ConstantClass *CP) { argument 529 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage))); 594 void insert(ConstantClass *CP) { Map[CP] = '\0'; } argument 597 void remove(ConstantClass *CP) { argument 598 typename MapTy::iterator I = Map.find(CP); 600 assert(I->first == CP && "Didn't find correct element?"); 605 ConstantClass *CP, Value *From, 608 LookupKey Lookup(CP 604 replaceOperandsInPlace(ArrayRef<Constant *> Operands, ConstantClass *CP, Value *From, Constant *To, unsigned NumUpdated = 0, unsigned OperandNo = ~0u) argument [all...] |
/external/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 505 if (const ComplexPattern *CP = 507 const std::vector<Record*> &OpNodes = CP->getRootNodes(); 545 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP); local 549 AddMatcher(new CheckComplexPatMatcher(CP, RecNodeEntry, 553 NextRecordedOperandNo += CP.getNumOperands(); 554 if (CP.hasProperty(SDNPHasChain)) {
|
H A D | CodeGenDAGPatterns.cpp | 1569 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) 1570 return CP->getNumOperands(); 1590 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) 1591 return CP->hasProperty(Property); 2748 const ComplexPattern &CP = CDP.getComplexPattern(LeafRec); local 2749 if (CP.hasProperty(SDNPMayStore)) mayStore = true; 2750 if (CP.hasProperty(SDNPMayLoad)) mayLoad = true; 2751 if (CP.hasProperty(SDNPSideEffect)) hasSideEffects = true; 3176 if (const ComplexPattern *CP = 3178 if (CP [all...] |
/external/clang/lib/Lex/ |
H A D | Lexer.cpp | 1091 static char DecodeTrigraphChar(const char *CP, Lexer *L) { argument 1092 char Res = GetTrigraphCharForLetter(*CP); 1097 L->Diag(CP-2, diag::trigraph_ignored); 1102 L->Diag(CP-2, diag::trigraph_converted) << StringRef(&Res, 1); 2957 case 26: // DOS & CP/M EOF: "^Z".
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | PathDiagnostic.cpp | 126 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP, argument 128 SourceLocation CallLoc = CP->callEnter.asLocation(); 137 // Check if CP represents a path through a function outside of the main file. 138 if (!SMgr.isInMainFile(CP->callEnterWithin.asLocation())) 139 return CP; 141 const PathPieces &Path = CP->path; 166 if (PathDiagnosticCallPiece *CP = dyn_cast<PathDiagnosticCallPiece>(LastP)) { 167 CP = getFirstStackedCallToHeaderFile(CP, SMgr); 168 if (CP) { [all...] |
H A D | BugReporter.cpp | 541 PathDiagnosticCallPiece *CP = I->first; local 548 if (!CP->hasCallStackMessage()) 549 CP->setCallStackMessage(stackMsg);
|
/external/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 313 SDValue CP = DAG.getConstantPool(GAI, MVT::i32); local 314 return DAG.getLoad(getPointerTy(), DL, DAG.getEntryNode(), CP, 333 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op); local 335 SDLoc dl(CP); 338 if (CP->isMachineConstantPoolEntry()) { 339 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT, 340 CP->getAlignment(), CP->getOffset()); 342 Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT, 343 CP [all...] |
/external/opencv/cv/include/ |
H A D | cvtypes.h | 275 int CP; /* number of control vector dimensions */ member in struct:CvKalman
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1201 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); local 1202 if (CP.empty()) return; 1207 for (unsigned i = 0, e = CP.size(); i != e; ++i) { 1208 const MachineConstantPoolEntry &CPE = CP[i]; 1257 MachineConstantPoolEntry CPE = CP[CPI];
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 67 const Constant *CP; member in struct:__anon10930::X86ISelAddressMode 71 unsigned Align; // CP alignment. 76 Segment(), GV(nullptr), CP(nullptr), BlockAddr(nullptr), ES(nullptr), 81 return GV != nullptr || CP != nullptr || ES != nullptr || 126 dbgs() << " CP "; 127 if (CP) 128 CP->dump(); 251 else if (AM.CP) 252 Disp = CurDAG->getTargetConstantPool(AM.CP, MVT::i32, 674 } else if (ConstantPoolSDNode *CP [all...] |