Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/llvm/lib/MC/
H A DConstantPools.cpp80 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
93 ConstantPool &CP) { in emitConstantPool()
104 ConstantPool &CP = CPI.second; in emitAll() local
112 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
118 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection() local
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp57 int CSKYConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
114 int CSKYConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
148 int CSKYConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
182 int CSKYConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
214 int CSKYConstantPoolJT::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
H A DCSKYConstantPoolValue.h88 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp162 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader()
201 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF()
345 static uint32_t initializeOptionalHeader(COFFParser &CP, uint16_t Magic, in initializeOptionalHeader()
399 static bool writeCOFF(COFFParser &CP, raw_ostream &OS) { in writeCOFF()
597 COFFParser CP(Doc, ErrHandler); in yaml2coff() local
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h92 COFFPlatformPlugin(COFFPlatform &CP) : CP(CP) {} in COFFPlatformPlugin()
129 COFFPlatform &CP; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp615 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom()
804 RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef()
1087 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy()
1841 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1906 CoalescerPair CP(*TRI); in joinCopy() local
2149 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg()
2360 const CoalescerPair &CP; member in __anonddb0d2370311::JoinVals
3434 const CoalescerPair &CP) { in joinSubRegRanges()
3498 CoalescerPair &CP, in mergeSubRangeInto()
3526 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs()
[all …]
H A DLiveRegMatrix.cpp168 CoalescerPair CP(VirtReg.reg(), PhysReg, *TRI); in checkRegUnitInterference() local
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DFormattedStream.cpp30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) { in UpdatePosition()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h92 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp49 const Constant *CP = nullptr; member
151 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp74 const Constant *CP; member
581 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in matchWrapper() local
621 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in matchWrapper() local
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-sh64.h127 #define md_parse_name(NAME, EXP, CP) \ argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sh64.h127 #define md_parse_name(NAME, EXP, MODE, CP) \ argument
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp567 if (const ComplexPattern *CP = in EmitMatcherCode() local
608 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP); in EmitMatcherCode() local
H A DCodeGenDAGPatterns.cpp2376 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in getNumMIResults() local
2397 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in NodeHasProperty() local
3617 const ComplexPattern &CP = CDP.getComplexPattern(LeafRec); in AnalyzeNode() local
4051 if (const ComplexPattern *CP = in AddPatternToMatch() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp311 HexagonCP CP(G); in runOnMachineFunction() local
H A DHexagonISelLowering.h53 CP, // Constant pool. enumerator
/openbsd/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp70 auto InsertUnique = [&](char32_t CP, std::string Name) { in loadDataFiles()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp47 COFFHeaderMaterializationUnit(COFFPlatform &CP, in COFFHeaderMaterializationUnit()
154 COFFPlatform &CP; member in __anon9fb97bac0111::COFFHeaderMaterializationUnit
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp660 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){ in print_details() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp727 PathDiagnosticCallPiece *CP = I.first; in updateStackPiecesWithMessage() local
3211 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP, in getFirstStackedCallToHeaderFile()
3249 if (auto *CP = dyn_cast<PathDiagnosticCallPiece>(LastP)) { in resetDiagnosticLocationToMainFile() local
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp301 SDValue CP = DAG.getConstantPool(GAI, MVT::i32); in LowerGlobalAddress() local
321 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op); in LowerConstantPool() local

123