/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | ConstantPools.cpp | 80 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 D | CSKYConstantPoolValue.cpp | 57 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 D | CSKYConstantPoolValue.h | 88 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | COFFEmitter.cpp | 162 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 D | ARMConstantPoolValue.cpp | 75 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 D | ARMConstantPoolValue.h | 79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl()
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | COFFPlatform.h | 92 COFFPlatformPlugin(COFFPlatform &CP) : CP(CP) {} in COFFPlatformPlugin() 129 COFFPlatform &CP; variable
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 615 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 D | LiveRegMatrix.cpp | 168 CoalescerPair CP(VirtReg.reg(), PhysReg, *TRI); in checkRegUnitInterference() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZConstantPoolValue.cpp | 28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | FormattedStream.cpp | 30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) { in UpdatePosition()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.h | 92 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums()
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelDAGToDAG.cpp | 49 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 D | M68kISelDAGToDAG.cpp | 74 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 D | tc-sh64.h | 127 #define md_parse_name(NAME, EXP, CP) \ argument
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-sh64.h | 127 #define md_parse_name(NAME, EXP, MODE, CP) \ argument
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 567 if (const ComplexPattern *CP = in EmitMatcherCode() local 608 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP); in EmitMatcherCode() local
|
H A D | CodeGenDAGPatterns.cpp | 2376 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 D | HexagonRDFOpt.cpp | 311 HexagonCP CP(G); in runOnMachineFunction() local
|
H A D | HexagonISelLowering.h | 53 CP, // Constant pool. enumerator
|
/openbsd/gnu/llvm/llvm/utils/UnicodeData/ |
H A D | UnicodeNameMappingGenerator.cpp | 70 auto InsertUnique = [&](char32_t CP, std::string Name) { in loadDataFiles()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFPlatform.cpp | 47 COFFHeaderMaterializationUnit(COFFPlatform &CP, in COFFHeaderMaterializationUnit() 154 COFFPlatform &CP; member in __anon9fb97bac0111::COFFHeaderMaterializationUnit
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 660 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){ in print_details() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 727 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 D | XCoreISelLowering.cpp | 301 SDValue CP = DAG.getConstantPool(GAI, MVT::i32); in LowerGlobalAddress() local 321 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op); in LowerConstantPool() local
|