Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DConstantPools.cpp67 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
80 ConstantPool &CP) { in emitConstantPool()
91 ConstantPool &CP = CPI.second; in emitAll() local
99 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
105 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp167 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader()
206 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF()
350 static uint32_t initializeOptionalHeader(COFFParser &CP, uint16_t Magic, in initializeOptionalHeader()
404 static bool writeCOFF(COFFParser &CP, raw_ostream &OS) { in writeCOFF()
605 COFFParser CP(Doc, ErrHandler); in yaml2coff() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
H A DARMConstantPoolValue.h79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp598 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom()
787 RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef()
1075 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy()
1259 bool RegisterCoalescer::reMaterializeTrivialDef(const CoalescerPair &CP, in reMaterializeTrivialDef()
1809 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1874 CoalescerPair CP(*TRI); in joinCopy() local
2116 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg()
2327 const CoalescerPair &CP; member in __anon3ec327350311::JoinVals
3368 const CoalescerPair &CP) { in joinSubRegRanges()
3432 CoalescerPair &CP, in mergeSubRangeInto()
[all …]
H A DLiveRegMatrix.cpp168 CoalescerPair CP(VirtReg.reg(), PhysReg, *TRI); in checkRegUnitInterference() local
H A DRegAllocPBQP.cpp440 CoalescerPair CP(*MF.getSubtarget().getRegisterInfo()); in apply() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormattedStream.cpp30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) { in UpdatePosition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp49 const Constant *CP = nullptr; member
147 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp73 const Constant *CP; member
547 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in matchWrapper() local
587 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in matchWrapper() local
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmicromips-opc.c239 #define CP INSN_COP macro
H A Dmips-opc.c254 #define CP INSN_COP macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmicromips-opc.c239 #define CP INSN_COP macro
H A Dmips-opc.c254 #define CP INSN_COP macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp312 HexagonCP CP(G); in runOnMachineFunction() local
H A DHexagonISelLowering.h53 CP, // Constant pool. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp566 if (const ComplexPattern *CP = in EmitMatcherCode() local
607 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP); in EmitMatcherCode() local
H A DCodeGenDAGPatterns.cpp2318 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in getNumMIResults() local
2339 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in NodeHasProperty() local
3541 const ComplexPattern &CP = CDP.getComplexPattern(LeafRec); in AnalyzeNode() local
3974 if (const ComplexPattern *CP = in AddPatternToMatch() local
/netbsd-src/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr.c274 #define CP (p->control_stack + p->control_top) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp643 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){ in print_details() local
/netbsd-src/usr.bin/netstat/
H A Dif.c411 #define CP(x) ((char *)(x)) in intpr_kvm() macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp725 PathDiagnosticCallPiece *CP = I.first; in updateStackPiecesWithMessage() local
3179 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP, in getFirstStackedCallToHeaderFile()
3217 if (auto *CP = dyn_cast<PathDiagnosticCallPiece>(LastP)) { in resetDiagnosticLocationToMainFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp304 SDValue CP = DAG.getConstantPool(GAI, MVT::i32); in LowerGlobalAddress() local
324 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op); in LowerConstantPool() local

12